-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove circuit validation when sending a circuit with IQMClient (#136)
* Added basic support for MOVE operations * File cleanup * Validate move gate with correct arguments * Added move gate validation * initial implementation of transpiler tests * Improved testing and operation validation to check against what is calibrated rather than assuming all operation in the gateset areallowed * wip add transpiler * Improved test coverage * Version bumb for iqm-client * Version bumb iqm-client * Version bump iqm-client * Added qubit subset option for routing. * Exposed transpile method to users directly * Updated documentation * Added compiler option support to the IQM Sampler * Update to iqm-client==18.0 * Fix formatting * Fix automatic Merge resolver * Added reviewer feedback * Removed circuit validation in create_run_request * update changelog * update changelog * Removed duplicate code * removed duplicate code * Adding pylint disable that isn't recognised locally * Remove duplicated test code * Added some test documentation * Updates for compatibility with iqm-client --------- Co-authored-by: Arianne Meijer <arianne.meijer@meetiqm.com>
- Loading branch information
Showing
4 changed files
with
34 additions
and
13 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