Skip to content

A simple package providing types for specifying backends or algorithms of generic functions.

License

Notifications You must be signed in to change notification settings

ITensor/BackendSelection.jl

Repository files navigation

BackendSelection.jl

Stable Dev Build Status Coverage Code Style: Blue Aqua

Support

Flatiron Center for Computational Quantum Physics 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> 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("BackendSelection")

Examples

using BackendSelection: BackendSelection

Examples go here.


This page was generated using Literate.jl.

About

A simple package providing types for specifying backends or algorithms of generic functions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages