Snowflurry/en: Difference between revisions

Jump to navigation Jump to search
Created page with "== Use case: Bell states == Bell states are maximally entangled two-qubit states. They are simple examples of two quantum phenomena: superposition and entanglement. The library [https://github.com/SnowflurrySDK/Snowflurry.jl/ Snowflurry] allows to construct the first Bell state as follows. <noinclude> {{Command|julia |result=julia> using Snowflurry julia> circuit=QuantumCircuit(qubit_count=2); julia> push!(circuit,hadamard(1)); julia> push!(circuit,control_x(1,2)); julia..."
No edit summary
(Created page with "== Use case: Bell states == Bell states are maximally entangled two-qubit states. They are simple examples of two quantum phenomena: superposition and entanglement. The library [https://github.com/SnowflurrySDK/Snowflurry.jl/ Snowflurry] allows to construct the first Bell state as follows. <noinclude> {{Command|julia |result=julia> using Snowflurry julia> circuit=QuantumCircuit(qubit_count=2); julia> push!(circuit,hadamard(1)); julia> push!(circuit,control_x(1,2)); julia...")
Line 5: Line 5:
== Installation ==
== Installation ==


<div lang="fr" dir="ltr" class="mw-content-ltr">
== Use case: Bell states ==
== Exemple d'utilisation : États de Bell ==
Bell states are maximally entangled two-qubit states. They are simple examples of two quantum phenomena: superposition and entanglement. The library [https://github.com/SnowflurrySDK/Snowflurry.jl/ Snowflurry] allows to construct the first Bell state as follows.
Les états de Bell sont des états à deux qubits maximalement intriqués. Ce sont des exemples simples de  deux phénomènes quantiques&nbsp;: la superposition et l'intrication. La librairie [https://github.com/SnowflurrySDK/Snowflurry.jl/ Snowflurry] permet de construire le premier état de Bell comme suit.
<noinclude>
<noinclude>
{{Command|julia
{{Command|julia
Line 15: Line 14:
julia> push!(circuit,control_x(1,2));
julia> push!(circuit,control_x(1,2));
julia> print(circuit)
julia> print(circuit)
</div>


<div lang="fr" dir="ltr" class="mw-content-ltr">
<div lang="fr" dir="ltr" class="mw-content-ltr">
rsnt_translations
56,430

edits

Navigation menu