This repository has been archived by the owner on Aug 18, 2023. It is now read-only.
Let density matrix and fidelity utils accept QHBMs directly #194
Labels
good first issue
Good for newcomers
Consider
qhbmlib/inference/qhbm_utils.py
. Currently,density_matrix
andfidelity
only acceptHamiltonian
in their first argument. However,QHBM
should be accepted too. This functionality can be added by accessing the input QHBM's hamiltonian attribute.We have a developer workflow written to help users get started.
The text was updated successfully, but these errors were encountered: