-
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.
* Added logging for total transpile time * Added logging for total assembly time * Added total schedule time logging * Added total schedule time logging * Added logging for job submission and fixed linting errors * Fixed linting errors * Update qiskit/compiler/assemble.py time.time returns a time in seconds. Co-Authored-By: Kevin Krsulich <[email protected]> * Update qiskit/execute.py Change LOG to logger for consistency Co-Authored-By: Kevin Krsulich <[email protected]> * Update test/python/basicaer/test_qasm_simulator.py log_output better than output Co-Authored-By: Kevin Krsulich <[email protected]> * Made updates to job submission based on PR comments * Fixed styling error * Fixed test error * Revert "Update qiskit/compiler/assemble.py " This reverts commit 86219c7. * Update test/python/compiler/test_transpiler.py Co-Authored-By: Matthew Treinish <[email protected]> * Update test/python/compiler/test_assembler.py Co-Authored-By: Matthew Treinish <[email protected]> * Update test/python/basicaer/test_qasm_simulator.py Co-Authored-By: Matthew Treinish <[email protected]> Co-authored-by: Kevin Krsulich <[email protected]> Co-authored-by: Kevin Krsulich <[email protected]> Co-authored-by: Matthew Treinish <[email protected]>
- Loading branch information
1 parent
5571747
commit 9d7c711
Showing
7 changed files
with
163 additions
and
2 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