babbush / HistoricalFermiLib

This is repo where we developed FermiLib, which then became OpenFermion
Apache License 2.0
1 stars 0 forks source link

Switching from the new QubitOperator class from ProjectQ #73

Closed damiansteiger closed 7 years ago

damiansteiger commented 7 years ago

I have moved the QubitOperator and QubitTerm class to ProjectQ. (it is in a private repo as we still don't have all the CLA (but hopefully soon). We will then add it to the public repo.

The new QubitOperator is in src/projecttmp/ops/ hence we can import it same was we will when changing to ProjectQ. from projectqtemp.ops import QubitOperator

Todo:

Changes