-
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.2 into main #367
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
* allow single flip index dis for jkmn
* uhf implementation with VQESolver functionality * support for all types of orbital freezing * add active_spin and uhf attributes to SecondQuantizedDMETFragment * add spin to adapt_ansatz arguments
* added multi-product, grid_circuits and discrete_clock
* tangelo to pennylane format translation Co-authored-by: Valentin Senicourt <[email protected]>
Updating python version to 3.8 in automated tests, as 3.7 is no longer maintained by the Python dev team
* check for small value lcu * changed to keep same vector length but apply no operations
* Open-shell DMET. * Fix for get_rdm CCSD. * Added NAO localization. * Added LiO2 spin=1 DMET test. * Added UHF MF for DMET. New get_rdm for VQESolver.
* A flag now allows users to save mid-circuit measurements for each shot run. Co-authored-by: Valentin Senicourt <[email protected]>
* added draw method to circuit (warning about font comes up in linux env)
…268) * Support to bidirectional translation of operators for cirq, qulacs, PennyLane, projectq. * Fixed a bug in QulacsSimulator.expectation_value_from_prepared_state. * Important bug in qiskit -> tangelo op translation fixed
…pes in compute_rdms (#269) * Compute RDMs function can now hangle both term formats (string and openfermion tuple). * Unhashable list for of -> conversion to tuples. * Handling all the inputs in compute_rdms.
* Temporarily disabling for code verification purpose, as the implementation seems to return very odd and incorrect results for simple systems.
* reverted changes that broke tests
* DMET + frozen orbitals, added DMET/frozen tests.
* removed examples folder, removed notebooks from automated tests, added link higher in README.rst
* Updated conf.py, tested building docs and fixed comments/docs. * Removed tutorials.rst with the notebooks.
* New feature: return frequencies matching desired mid-circuit measurement values. --------- Co-authored-by: James Brown <[email protected]>
* Swap MM packages in logic. * Removed QubitHamiltonian use in QITESolver.
* Update to combinatorial, using recursive version instead of initial naive one with qubit operators. Further work has started to improve performance and reduce memory consumption --------- Co-authored-by: ValentinS4t1qbit <[email protected]>
* catch up with main after version and changelog bump
We'll try to fix the long description by reading from README next release, and question what to do with semi empirical as I don't have a clear solution for now
* Incremental separation prep. * Deleted MIFNOHelper tests, add support for iFCI data. * Added test for iFCI workflow and for retrieve_mo_coeff method.
* Implemented instance option in IBM connection. --------- Co-authored-by: Valentin Senicourt <[email protected]>
* added trim_qubits flag to Circuit.split(), bug fix for trim_trivial_qubits
* cirq and qulacs implementation * added n_shots support * added call to cmeasure_control finalize method
* added explicit mo_coeff for H4_cation * fix pycodestyle --------- Co-authored-by: Valentin Senicourt <[email protected]>
* Performance improvements for VQE get_rdm (used in DMET). * Handle noisy simulation as well --------- Co-authored-by: Valentin Senicourt <[email protected]>
* Implementation of FNOs (restricted and unrestricted). * Removed updated_sec_mol method and tests.
* symmetry labels for uhf reference * added index for symm_orb
* iterative QPE solver implementation
* align images and badges in README on centre * Tangelo feature overview picture * link to feature overview, minor changes to text
Co-authored-by: ValentinS4t1qbit <[email protected]>
Co-authored-by: ValentinS4t1qbit <[email protected]>
github-actions
bot
requested review from
ValentinS4t1qbit,
JamesB-1qbit and
alexfleury-sb
as code owners
December 20, 2023 10:22
cburdine
pushed a commit
to cburdine/Tangelo
that referenced
this pull request
May 31, 2024
* Helper class and functions for iFCI fragment import (sandbox-quantum#351) * Set the instance in a Qiskit runtime job (sandbox-quantum#352) * Added trim_qubits option to Circuit.split() (sandbox-quantum#353) * Measurement Controlled operations (CMEASURE) (sandbox-quantum#334) * Fix after qiskit update: qiskit_noise_model (sandbox-quantum#354) * Bugfix: DMET fragment object initialization from IntegralSolver fixed (sandbox-quantum#355) * added explicit mo_coeff for H4_cation (sandbox-quantum#356) * VQE get_rdm performance improvements (sandbox-quantum#357) * Implementation of Frozen Natural Orbitals (FNO) (sandbox-quantum#358) * UHF reference symmetry labels. (sandbox-quantum#360) * FNO: NotImplementedError for ROHF (sandbox-quantum#362) * Iterative Quantum Phase Estimation (sandbox-quantum#359) * README minor changes + feature overview link (sandbox-quantum#363) * Add feature list (sandbox-quantum#364) (sandbox-quantum#365) --------- Co-authored-by: Valentin Senicourt <[email protected]> Co-authored-by: AlexandreF-1qbit <[email protected]> Co-authored-by: James Brown <[email protected]> Co-authored-by: James Brown <[email protected]> Co-authored-by: ValentinS4t1qbit <[email protected]>
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.