UnspecifiedTypes.jl
A module defining a set of basic types which are place holders for allocated bit-wise representable types.
Installation instructions
julia> using Pkg: Pkg
+Home · UnspecifiedTypes.jl UnspecifiedTypes.jl
A module defining a set of basic types which are place holders for allocated bit-wise representable types.
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.add(url="https://github.com/ITensor/UnspecifiedTypes.jl")
Examples
using UnspecifiedTypes: UnspecifiedTypes
Examples go here.
This page was generated using Literate.jl.
Settings
This document was generated with Documenter.jl version 1.8.0 on Wednesday 27 November 2024. Using Julia version 1.11.1.
+julia> Pkg.Registry.add(url="https://github.com/ITensor/ITensorRegistry")
Then, the package can be added as usual through the package manager:
julia> Pkg.add("UnspecifiedTypes")
Examples
using UnspecifiedTypes: UnspecifiedTypes
Examples go here.
This page was generated using Literate.jl.