-
Notifications
You must be signed in to change notification settings - Fork 105
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
QLM simulator support #159
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
Looks great! Need to wait for the tests to run though and then this should be straightforward to merge. Thank you for this contribution :-). |
kottmanj
added a commit
that referenced
this pull request
Jul 14, 2021
* Created support for QLM (simulators) Co-authored-by: Leo Becker <[email protected]>
kottmanj
added a commit
that referenced
this pull request
Jul 19, 2021
* PR:opt compiling (#148) * switch on optimized compiling of qubit excitations by default, small bugfix in trotterized gates * fixed issue with reordered jordanwigner and optimized compiling * qubit excitation: optimized compiling also for non-ordered excitations * PR:map variables (#149) * allow mapping of variables * fixed qpic and circuit parameter repr * transformed variables work for new versions of jax/jaxlib (#151) * more consistency between qubit excitations and fermionic_excitation gates * PR:PySCF (#153) * automatize pyscf support * circumvent pyscf crash from newest h5py release * PR:four term rule (#150) by David Wierichs * initial four-term rule * four term rule for qubit excitation * F12 correction (#156) by P. Schleich * added F12 functionality * PR:QLM simulator support (#159) by Leo Becker * Created support for QLM (simulators) * PR:controlled (#160) by MakoStrwlk (Arkaprava Choudhury) * Add control_circ method to QCircuit Co-authored-by: David Wierichs <[email protected]> Co-authored-by: Philipp Schleich <[email protected]> Co-authored-by: Leo Becker <[email protected]> Co-authored-by: MakoStrwlkr <[email protected]>
kottmanj
added a commit
that referenced
this pull request
Aug 6, 2021
* Pr opt compiling (#148) * switch on optimized compiling of qubit excitations by default, small bugfix in trotterized gates * fixed issue with reordered jordanwigner and optimized compiling * qubit excitation: optimized compiling also for non-ordered excitations * Pr map variables (#149) * allow mapping of variables * fixed qpic and circuit parameter repr * transformed variables work for new versions of jax/jaxlib (#151) * more consistency between qubit excitations and fermionic_excitation gates * adapted tests * PR:PySCF (#153) * automatize pyscf support * Pr four term rule (#150) * sync with master * initial four-term rule * four term rule for qubit excitation PR by dwierichs * F12 correction (#156) * added F12 functionality * more convenience in adding gates to circuit (#157) PR by p. schleich * PR pyscf hotfix (#158) * circumvent pyscf crash from newest h5py release * QLM simulator support (#159) * Created support for QLM (simulators) PR by Leo Becker * Pr controlled (#160) * Add control_circ method to QCircuit PR by MakoStrwlkr * Changed cirq.TrialResult to cirq.Result (#167) Co-authored-by: David Wierichs <[email protected]> Co-authored-by: Philipp Schleich <[email protected]> Co-authored-by: Leo Becker <[email protected]> Co-authored-by: MakoStrwlkr <[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.
No description provided.