-
Notifications
You must be signed in to change notification settings - Fork 30
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
New release v0.4.3 into main #379
Merged
Merged
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
* Main to catch up with develop (#344) * Helper class and functions for iFCI fragment import (#351) * Set the instance in a Qiskit runtime job (#352) * Added trim_qubits option to Circuit.split() (#353) * Measurement Controlled operations (CMEASURE) (#334) * Fix after qiskit update: qiskit_noise_model (#354) * Bugfix: DMET fragment object initialization from IntegralSolver fixed (#355) * added explicit mo_coeff for H4_cation (#356) * VQE get_rdm performance improvements (#357) * Implementation of Frozen Natural Orbitals (FNO) (#358) * UHF reference symmetry labels. (#360) * FNO: NotImplementedError for ROHF (#362) * Iterative Quantum Phase Estimation (#359) * README minor changes + feature overview link (#363) * Add feature list (#364) (#365) --------- Co-authored-by: Valentin Senicourt <41597680+ValentinS4t1qbit@users.noreply.github.com> Co-authored-by: AlexandreF-1qbit <76115575+AlexandreF-1qbit@users.noreply.github.com> Co-authored-by: James Brown <84878946+JamesB-1qbit@users.noreply.github.com> Co-authored-by: James Brown <james.brown@1qbit.com> Co-authored-by: ValentinS4t1qbit <valentin@goodchemistry.gmail>
* Fixes for qiskit 1.0.0 * Freeze pyscf to 2.4.0 in the tests, as 2.5.0 has an issue with MP2 parameters * Leave out qdk/qsharp of testing.
Test failure for pennylane linq in Python 3.8. Disregarded as we will stop supporting this version soon. Co-authored-by: Valentin Senicourt <valentin.senicourt@1qbit.com>
Co-authored-by: Valentin Senicourt <valentin.senicourt@1qbit.com>
* Support for MP2 and HF solvers, does not support UHF mean field.
ValentinS4t1qbit
approved these changes
May 21, 2024
ValentinS4t1qbit
added a commit
that referenced
this pull request
May 21, 2024
* Update CHANGELOG.md (#380) * New release v0.4.3 into main (#379) * Fix: Qiskit v1.0.0 (#371) * Added an option for a callable when defining fragment active space (#370) * Copyright updated to SBAQ 2021-2024 (#375) * Fix for qiskit ibm runtime v 0.22 (#376) * DMET with HF and MP2 solvers (#377) * Removed python 3.8 support. Added 3.12. (#373) --------- Co-authored-by: Valentin Senicourt <41597680+ValentinS4t1qbit@users.noreply.github.com> Co-authored-by: AlexandreF-1qbit <76115575+AlexandreF-1qbit@users.noreply.github.com> Co-authored-by: ValentinS4t1qbit <valentin@goodchemistry.gmail> Co-authored-by: Alexandre Fleury <76115575+alexfleury-sb@users.noreply.github.com> Co-authored-by: Valentin Senicourt <valentin.senicourt@1qbit.com> Co-authored-by: GitHub Actions <noreply@github.com>
ValentinS4t1qbit
added a commit
that referenced
this pull request
May 30, 2024
cburdine
pushed a commit
to cburdine/Tangelo
that referenced
this pull request
May 31, 2024
* Fix: Qiskit v1.0.0 (sandbox-quantum#371) * Added an option for a callable when defining fragment active space (sandbox-quantum#370) * Copyright updated to SBAQ 2021-2024 (sandbox-quantum#375) * Fix for qiskit ibm runtime v 0.22 (sandbox-quantum#376) * DMET with HF and MP2 solvers (sandbox-quantum#377) * Removed python 3.8 support. Added 3.12. (sandbox-quantum#373) --------- Co-authored-by: Valentin Senicourt <41597680+ValentinS4t1qbit@users.noreply.github.com> Co-authored-by: AlexandreF-1qbit <76115575+AlexandreF-1qbit@users.noreply.github.com> Co-authored-by: ValentinS4t1qbit <valentin@goodchemistry.gmail> Co-authored-by: Alexandre Fleury <76115575+alexfleury-sb@users.noreply.github.com> Co-authored-by: Valentin Senicourt <valentin.senicourt@1qbit.com> Co-authored-by: GitHub Actions <noreply@github.com>
king-p3nguin
pushed a commit
to king-p3nguin/Tangelo
that referenced
this pull request
May 31, 2024
* Update CHANGELOG.md and version number (sandbox-quantum#380) * New release v0.4.3 into main (sandbox-quantum#379) --------- Authored-by: ValentinS4t1qbit <valentin.senicourt@sandboxquantum.com>
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 PR was created in response to "create_release_branch" workflow running.
It automatically updated the version number.
Don't forget to update CHANGELOGS.md, and then merge back main into develop after this PR goes through.
For the review, only version bumping files are of interest, and making sure tests are passing.
Afterwards, creating a release on github or on pypi can be done.