Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 1.83 KB

README.md

File metadata and controls

46 lines (33 loc) · 1.83 KB

UnallocatedArrays.jl

Stable Dev Build Status Coverage Code Style: Blue Aqua

A module defining a set of unallocated immutable lazy arrays which will be used to quickly construct tensors and allocating as little data as possible.

Installation instructions

This package resides in the ITensor/ITensorRegistry local registry. In order to install, simply add that registry through your package manager. This step is only required once.

julia> using Pkg: Pkg

julia> Pkg.Registry.add(url="https://github.com/ITensor/ITensorRegistry")

or:

julia> Pkg.Registry.add(url="[email protected]:ITensor/ITensorRegistry.git")

if you want to use SSH credentials, which can make it so you don't have to enter your Github ursername and password when registering packages.

Then, the package can be added as usual through the package manager:

julia> Pkg.add("UnallocatedArrays")

Examples

using UnallocatedArrays: UnallocatedArrays

Examples go here.


This page was generated using Literate.jl.