ProjectQ-Framework / FermiLib

FermiLib: Open source software for analyzing fermionic quantum simulation algorithms
https://projectq.ch/
Apache License 2.0
87 stars 38 forks source link

Dual basis expectation with plane-wave state #148

Closed idk3 closed 7 years ago

idk3 commented 7 years ago

@babbush this should fail (hopefully only) due to decreased test coverage from the unittest.skip - can you load it to yours and run it with the skip commented out?

babbush commented 7 years ago

Why? I'm not entirely sure what you are asking. Pull requests are to contribute code to the library. You should only contribute code that passes all the tests. Do you have something else in mind?

idk3 commented 7 years ago

@damiansteiger do you know what might be causing this? My builds are all getting The command "pip$PY install -r requirements.txt" failed and exited with 1 during . in output.

damiansteiger commented 7 years ago

It is due to a new pybind version (https://github.com/ProjectQ-Framework/ProjectQ/issues/144)

Either wait for the fix or add a requirement to install the old pybind version before it installs ProjectQ.

damiansteiger commented 7 years ago

The issue of pybind11 and ProjectQ is fixed in the new version 0.3.3

idk3 commented 7 years ago

Thanks!!