You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current QFI implementation doesn't properly reflect that the QFI is purely real, as the code allows to take also imaginary parts of it. Instead we should have a class for the quantum geometric tensor (QGT) that allows to take real, imaginary and real+imaginary parts and build the QFI on it, using QFI = 4 * Re(QGT). In summary:
What should we add?
The current QFI implementation doesn't properly reflect that the QFI is purely real, as the code allows to take also imaginary parts of it. Instead we should have a class for the quantum geometric tensor (QGT) that allows to take real, imaginary and real+imaginary parts and build the QFI on it, using
QFI = 4 * Re(QGT)
. In summary:The text was updated successfully, but these errors were encountered: