-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test PennyLane tensor unwrapping (#115)
* Add test for qiskit.aer * Test with gradient * Docstrings and imports * More tests * Add tensor import * Grab PL master to see that tests pass * Refine tests to check operations recorded * Revert to having pennylane>=0.12.0 * Get master branch of PennyLane to show that checks pass * Apply suggestions from code review Co-authored-by: Josh Izaac <[email protected]>
- Loading branch information
1 parent
76b5080
commit 7595c49
Showing
2 changed files
with
136 additions
and
1 deletion.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
qiskit>=0.23.1 | ||
pennylane>=0.12.0 | ||
git+https://github.com/PennyLaneAI/pennylane.git | ||
numpy | ||
networkx>=2.2;python_version>'3.5' | ||
networkx>=2.2,<2.4;python_version=='3.5' |
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