// Create a bell state, or EPR pair, a superposition of qubits 0 and 1
let mut state = new;
state.h;
state.cx;
state.measure;
println!;
println!;
// Create a bell state, or EPR pair, a superposition of qubits 0 and 1
let mut state = new;
state.h;
state.cx;
state.measure;
println!;
println!;