Translations:Snowflurry/2/en
Installation
Le simulateur d'ordinateur quantique avec Snowflurry est accessible sur toutes nos grappes. Avant d'avoir accès à Snowflurry, il faur charger le langage de programmation Julia avec la commande
[name@server ~]$ module load julia
The Julia programming interface is then called and the Snowflurry quantum library is loaded (about 5-10 minutes) with the commands
[name@server ~]$ julia
julia> import Pkg
julia> Pkg.add(url="https://github.com/SnowflurrySDK/Snowflurry.jl", rev="main")
julia> Pkg.add(url="https://github.com/SnowflurrySDK/SnowflurryPlots.jl", rev="main")
julia> using Snowflurry
Quantum logic gates and commands are described in the Snowflurry documentation.