Files
examples
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
# # BackendSelection.jl # # [](https://itensor.github.io/BackendSelection.jl/stable/) # [](https://itensor.github.io/BackendSelection.jl/dev/) # [](https://github.com/ITensor/BackendSelection.jl/actions/workflows/Tests.yml?query=branch%3Amain) # [](https://codecov.io/gh/ITensor/BackendSelection.jl) # [](https://github.com/invenia/BlueStyle) # [](https://github.com/JuliaTesting/Aqua.jl) # ## Support # # {CCQ_LOGO} # # BackendSelection.jl is supported by the Flatiron Institute, a division of the Simons Foundation. # ## 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 julia> using Pkg: Pkg julia> Pkg.Registry.add(url="https://github.com/ITensor/ITensorRegistry") ``` =# # or: #= ```julia julia> Pkg.Registry.add(url="git@github.com: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 julia> Pkg.add("BackendSelection") ``` =# # ## Examples using BackendSelection: BackendSelection # Examples go here.