This site is to serve as my note-book and to effectively communicate with my students and collaborators. Every now and then, a blog may be of interest to other researchers or teachers. Views in this blog are my own. All rights of research results and findings on this blog are reserved. See also http://youtube.com/c/hongqin
@hongqin
Tuesday, October 24, 2023
Oct 24 , Part 2, assignment, H,H,Cx, not entangled
Explain the following code mathematically. Is the final state entangled or not?
OPENQASM 2.0;
include "qelib1.inc";
qreg q[2];
creg c[1];
h q[0];
h q[1];
cx q[0], q[1];
No comments:
Post a Comment