rsnt_translations
56,437
edits
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
== Installation == | == Installation == | ||
Le simulateur d'ordinateur quantique avec [https://github.com/SnowflurrySDK/Snowflurry.jl Snowflurry] est accessible sur toutes nos grappes. Avant d'avoir accès à Snowflurry, il faur charger le langage de programmation [https://julialang.org/ Julia] avec la commande | |||
<includeonly> <div class="floatright"> [[File:Question.png|40px|link=https://explainshell.com/explain?cmd={{urlencode:{{{1}}} }}]] </div> <div class="command">{{#tag:syntaxhighlight|{{{prompt|[username@narval ~]$}}} {{{1}}}{{{result|}}}|lang={{{lang|bash}}}}}</div></includeonly><noinclude> | |||
{{Command|module load julia | |||
|result=}} | |||
</noinclude> | |||
The Julia programming interface is then called and the Snowflurry quantum library is loaded (about 5-10 minutes) with the commands | |||
<includeonly> <div class="floatright"> [[File:Question.png|40px|link=https://explainshell.com/explain?cmd={{urlencode:{{{1}}} }}]] </div> <div class="command">{{#tag:syntaxhighlight|{{{prompt|[username@narval ~]$}}} {{{1}}}{{{result|}}}|lang={{{lang|bash}}}}}</div></includeonly><noinclude> | |||
{{Command|julia | |||
|result=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}} | |||
</noinclude> | |||
Quantum logic gates and commands are described in the [https://snowflurrysdk.github.io/Snowflurry.jl/dev/ Snowflurry documentation]. <!--Le simulateur quantique de Snowflurry est appelé avec la commande [https://snowflurrysdk.github.io/Snowflurry.jl/dev/tutorials/basics.html#Circuit-Simulation simulate].--> | |||
== Use case: Bell states == | == Use case: Bell states == |