Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.41 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.41 KB

ITensorPkgSkeleton.jl

Stable Dev Build Status Coverage Code Style: Blue Aqua

Installation instructions

julia> using Pkg: Pkg

julia> Pkg.add("https://github.com/ITensor/ITensorPkgSkeleton.jl")

Examples

using ITensorPkgSkeleton: ITensorPkgSkeleton

This step might be required to circumvent issues with the version of git installed by Git.jl.

ITensorPkgSkeleton.use_system_git!()

If path isn't specified, it defaults to ~/.julia/dev.

ITensorPkgSkeleton.generate("NewPkg"; path=mktempdir())

This page was generated using Literate.jl.