-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[do not merge] mcm-sim → main #198
Closed
Conversation
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
* prepare release v1.14.0.post0 * update development version to v1.14.1.dev0 * infra: Don't run dependent tests and twine check on push (#160) * infra: Dedicated code format check workflow (#161) * feat: add optional third angle to MS gate (#163) * prepare release v1.15.0 * update development version to v1.15.1.dev0 * infra: remove benchmark files (#171) * infra: Only run Codecov check once (#172) * feat: add support for python 3.11 (#173) * prepare release v1.16.0 * update development version to v1.16.1.dev0 * infra: update team for CODEOWNERS (#181) * fix: clamp indexing in scipy integration method (#180) fixes #168 and #176 * change the default solver from adams to bdf and the default order from 12 to 5 * forcing to use the last time step if goes out of the bound * add a warning message when exceeding the bound * resume adams as the default solver * update per comments * add test_get_hamiltonian to test the warning messages --------- Co-authored-by: Mao Lin <[email protected]> * fix: flip internal mapping for ctrl/negctrl (#182) * feat: `AbstractProgramContext` interface (#174) * feat: abstract program context (#162) * refactor: make program context circuit generic * change: Renaming to maintain backward compaitability * change: Move noise operators to program context * fix: black formattng * change: Backward compaitability for noise operations * fix: Fix code coverage in abstract methods * change: Remove generic braket pragma * fix: revert the user defined gate flag * fix: fix is_built_in_gate funciton * fix: Fix the number of args passed in a is_built_in_gate caller * change: clean code * fix: delete bell.qasm * fix: unpack the args later --------- Co-authored-by: sai_prakash chittampalli <[email protected]> * feat: Fix program context (#170) * change: Add unit tests (#175) * change: revert argument in parse_braket_pragma * change: program to circuit * change: program to circuit * change: lint * documentation: Add documentation to the methods * documentation: Add documentation to all the methods in program context --------- Co-authored-by: sai_prakash chittampalli <[email protected]> Co-authored-by: Cody Wang <[email protected]> Co-authored-by: Aaron Berdy <[email protected]> * prepare release v1.17.0 * update development version to v1.17.1.dev0 * feat: Allow prebuilt circuits in `ProgramContext` (#183) * feat: physical qubits (#179) * fix: progress bar of ahs simulator (#178) * fix: Include `circuit` property in abstract context (#184) * prepare release v1.18.0 * update development version to v1.18.1.dev0 * fix: Use op names for noise parsing (#185) To avoid implementers having to use default simulator instruction classes * prepare release v1.18.1 * update development version to v1.18.2.dev0 * infra: Remove SF plugin, add Python 3.11 to dependent tests (#186) * fix: fix index time clamping bug (#187) * fix a bug * format * handle the empty program * fix max index time * update --------- Co-authored-by: Mao Lin <[email protected]> Co-authored-by: Stephen Face <[email protected]> * Update schema dependency to 1.18.0 (#188) 1.18.0 is required for Python 3.11 support * prepare release v1.18.2 * update development version to v1.18.3.dev0 * Fixup merge conflict --------- Co-authored-by: ci <ci> Co-authored-by: Cody Wang <[email protected]> Co-authored-by: Aaron Berdy <[email protected]> Co-authored-by: Stephen Face <[email protected]> Co-authored-by: Abe Coull <[email protected]> Co-authored-by: maolinml <[email protected]> Co-authored-by: Mao Lin <[email protected]> Co-authored-by: Sai Prakash Ch <[email protected]> Co-authored-by: sai_prakash chittampalli <[email protected]> Co-authored-by: Will Yang <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #198 +/- ##
===========================================
- Coverage 100.00% 98.72% -1.28%
===========================================
Files 48 49 +1
Lines 3712 3909 +197
Branches 889 938 +49
===========================================
+ Hits 3712 3859 +147
- Misses 0 42 +42
- Partials 0 8 +8 ☔ View full report in Codecov by Sentry. |
* fix: visit reset qubit * add test case for qubit register
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is a draft PR for the purpose of easily merging changes from
main
tomcm-sim
feature branch, and automatically running CI and code coverage on the feature branch. It is not intended to be merged.Issue #, if available:
Description of changes:
Testing done:
Merge Checklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request.General
Tests
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.