Commit ee72eac
committed
The code in `src/openfermion/testing/wrapped.py` calls
`cirq.testing.assert_implements_consistent_protocols`. The latter
funtion prints warnings about the Cirq function
`assert_qasm_is_consistent_with_unitary` when Qiskit is not installed.
This is irrelevant to testing OpenFermion; it doesn't do anything with
QASM and we certainly don't want to introduce a dependency on Qiskit.
Resolves issue quantumlib#1062.
1 parent 51499a0 commit ee72eac
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
0 commit comments