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
Thursday, October 5, 2023
Oct 5, lecture, part 1, CNOT + H gate
Explain step by step of the following, with mathematical formula. Is the final state entangled or not?
OPENQASM 2.0;
include "qelib1.inc";
qreg q[2];
creg c[1];
cx q[0], q[1];
h q[0];
No comments:
Post a Comment