Temporarily remove Qiskit Nature from dev version tests#407
Merged
Conversation
until #406 is resolved
caleb-johnson
added a commit
that referenced
this pull request
Feb 12, 2024
* Unwrap the `Tensor` objects from Qiskit Nature as necessary Fixes #406 * Revert "Temporarily remove Qiskit Nature from dev version tests (#407)" This reverts commit 88e2195. * `unfold` the `S8Integrals` * Install qiskit only, not qiskit-terra See Qiskit/qiskit#11271. * Unpin qiskit-nature We'll probably also need to bump the version to 0.7 or higher, but let's do that once the code is ready. * Update forging to support Qiskit 1.0 and Nature 0.7 * Remove serverless tutorials * Update ruff config * Ignore forging tutorial 1 * Update qiskit readme shield. Update dev version of Qiskit to point to main branch * Move ruff changes out of this PR * Remove 0.46 from dev version testing * Update path to qiskit TwoQubitWeylDecomposition * Use 0.46 targets until 1.0 is released. * Get all tests passing by removing problematic test modules * ruff * Bump rustwork version to be compatible w Qiskit 1.0 * Bump dev version to 1.0 from 0.46 * Bug in dev workflow * Remove do_while from PassManager used to remove resets * Fix notebooks * Put do_while back * Fix recursion error with forging * Dont ignore forging tutorial * Install Nature from pypi * Make compatible with 0.46+1.0 * .github/workflows/test_development_versions.yml * Bug in cutting_experiments * Use DoWhileController * Fix impmort of DWController * Bump min qiskit version * bump max vers --------- Co-authored-by: Jim Garrison <garrison@ibm.com> Co-authored-by: Jim Garrison <jim@garrison.cc>
This file contains hidden or 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
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.
until #406 is resolved