-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests: Add rust-side python testing for rust-native circuit creation
- Temporarily fix incorrect null assignment of `Bit` object to indices. A different solution can be achieved if more time is spent. - Incorrect python circuit creation in Python due to misusage of the bit's `BitInfo` property inside of `BitData`. - Fix incorrect register and bit creation from `CircuitData::new()` - Add provisional `qubits_mut()` and `clbits_mut()` methods while we address the issue with `indices`.
- Loading branch information
Showing
3 changed files
with
196 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