quantumlib / OpenFermion

The electronic structure package for quantum computers.
Apache License 2.0
1.51k stars 372 forks source link

OpenFermion-Dirac breaks with the current version of OpenFermion #796

Closed yurivict closed 2 years ago

yurivict commented 2 years ago

The README says that Dirac is supported, but all examples in OpenFermion-Dirac break: https://github.com/bsenjean/Openfermion-Dirac/issues/6

ncrubin commented 2 years ago

I've left a comment on the OpenFermion-DIRAC repository (https://github.com/bsenjean/Openfermion-Dirac/issues/6#issuecomment-1212582066)

eigenspectrum was moved from utils to linalg.sparse_tools.py. This change needs to occur for almost all examples in OF-DIRAC.

@bsenjean can you make this small change?

bsenjean commented 2 years ago

Hi Nicholas,

Sure, I'll do ASAP ;)

Best, Bruno

Le ven. 12 août 2022 à 01:17, Nicholas Rubin @.***> a écrit :

I've left a comment on the OpenFermion-DIRAC repository (bsenjean/Openfermion-Dirac#6 (comment) https://github.com/bsenjean/Openfermion-Dirac/issues/6#issuecomment-1212582066 )

eigenspectrum was moved from utils to linalg.sparse_tools.py. This change needs to occur for almost all examples in OF-DIRAC.

@bsenjean https://github.com/bsenjean can you make this small change?

— Reply to this email directly, view it on GitHub https://github.com/quantumlib/OpenFermion/issues/796#issuecomment-1212582692, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKIJOUNB2CTCTJ43VDOVTIDVYWCYBANCNFSM56JZYIAQ . You are receiving this because you were mentioned.Message ID: @.***>

bsenjean commented 2 years ago

This is fixed ;)

yurivict commented 2 years ago

Thanks!