quantumlib / Qualtran

Qᴜᴀʟᴛʀᴀɴ is a Python library for expressing and analyzing Fault Tolerant Quantum algorithms.
https://qualtran.readthedocs.io/en/latest/
Apache License 2.0
134 stars 35 forks source link

Hubbard model nits #974

Closed fdmalone closed 2 months ago

fdmalone commented 2 months ago

This was bothering me when mypy complained that $t$ or $u$ (not $\mu$ as $u$ was called as a variable) were floats (which they are in general). Also uses $u$ as in the paper which for some reason doesn't use the capital $U$ hubbard U.

fdmalone commented 2 months ago

Ok I ended up fixing the hubbard model notebook too to use the autogen feature but appended the resource estimation to the end.

mpharrigan commented 2 months ago

fixes #929