Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
zigen committed Jul 2, 2024
1 parent a29f779 commit b6ceac0
Show file tree
Hide file tree
Showing 3 changed files with 1,507 additions and 1 deletion.
2 changes: 1 addition & 1 deletion quisp/modules/QNIC/StationaryQubit/StationaryQubit.cc
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ bool StationaryQubit::isLocked() { return locked; }
*/
PhotonicQubit *StationaryQubit::generateEntangledPhoton() {
Enter_Method("generateEntangledPhoton()");
auto *photon = new PhotonicQubit("Photon");
auto *photon = new PhotonicQubit();
auto *photon_ref = backend->getShortLiveQubit();
qubit_ref->noiselessH();
qubit_ref->noiselessCNOT(photon_ref);
Expand Down
Loading

0 comments on commit b6ceac0

Please sign in to comment.