-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #938 from qiboteam/iSWAP
Generalization of two qubit protocols to iSWAP gate
- Loading branch information
Showing
11 changed files
with
349 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
from .chevron import chevron, chevron_signal | ||
from .chsh import chsh_circuits, chsh_pulses | ||
from .cz_sweep import cz_sweep | ||
from .cz_virtualz import cz_virtualz | ||
from .cz_virtualz_signal import cz_virtualz_signal | ||
from .optimize import optimize_two_qubit_gate | ||
from .virtual_z_phases import correct_virtual_z_phases | ||
from .virtual_z_phases_signal import correct_virtual_z_phases_signal |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.