-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.md_backup
29 lines (19 loc) · 1.04 KB
/
README.md_backup
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# NewPkg.jl
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://ITensor.github.io/NewPkg.jl/stable/)
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://ITensor.github.io/NewPkg.jl/dev/)
[![Build Status](https://github.com/ITensor/NewPkg.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/ITensor/NewPkg.jl/actions/workflows/CI.yml?query=branch%3Amain)
[![Coverage](https://codecov.io/gh/ITensor/NewPkg.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/ITensor/NewPkg.jl)
[![Code Style: Blue](https://img.shields.io/badge/code%20style-blue-4495d1.svg)](https://github.com/invenia/BlueStyle)
[![Aqua](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](https://github.com/JuliaTesting/Aqua.jl)
## Installation instructions
```julia
julia> using Pkg: Pkg
julia> Pkg.add("https://github.com/ITensor/NewPkg.jl")
```
## Examples
````julia
using NewPkg: NewPkg
````
Examples go here.
---
*This page was generated using [Literate.jl](https://github.com/fredrikekre/Literate.jl).*