-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/add control_state argument to QControlBox (#977)
* Add control_state to QControlBox * Modify constructors in binder * Update json schema * Update changelog * bump tket version * fix typo * Change error message * Fix command string * get_control_state returns integer * Update docstring Co-authored-by: Alec Edgington <54802828+cqc-alec@users.noreply.github.com> * add get_control_state_bits that returns a bit vect * Update C++ docstring * Add one more test case * Update tket/include/tket/Circuit/Boxes.hpp Co-authored-by: Alec Edgington <54802828+cqc-alec@users.noreply.github.com> * Update tket/test/src/Circuit/test_Boxes.cpp Co-authored-by: Alec Edgington <54802828+cqc-alec@users.noreply.github.com> --------- Co-authored-by: Alec Edgington <54802828+cqc-alec@users.noreply.github.com>
- Loading branch information
Showing
10 changed files
with
184 additions
and
28 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
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
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
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.