Skip to content

williamesamuelson/Majoranas.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Majoranas

Build Status Coverage

Installation on Julia versions below 1.11

This package depends on QuantumDots and AffineRayleighOptimization, which are not registered in the general registry. You may need to manually add them directly by

using Pkg; Pkg.add(url="https://github.com/cvsvensson/QuantumDots.jl"); Pkg.add(url="https://github.com/williamesamuelson/AffineRayleighOptimization.jl")

or by adding the registry

using Pkg; Pkg.Registry.add(RegistrySpec(url = "https://github.com/williamesamuelson/PackageRegistry"))

and add them from there

using Pkg; Pkg.add(QuantumDots); Pkg.add(AffineRayleighOptimization)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages