Fionn Malone
Fionn Malone
Sure yeah, I'm not sure what the state of `bloq.__str__` is, so I'll hold off for confirmation before fixing things whole sale.
@mpharrigan should this go in before release?
This already worked as per #988 and #967
I can't quite remember what I was thinking here, but I believe I had a case during block encoding where the register bitsize would potentially be symbolic but was needed...
@tanujkhattar I remember discussing this at the time, but what's the origin in the factor of 2 difference between the ceiling term when comparing Theorem 1 and 2, I think...
Thank you!
xref #967
cc @mpharrigan
Jenky bash script ``` bash CLASS_NAME="BloqDocSpec" for file in $(find . -name "**.py" -not -name "__init__.py" -not -name "*_test.py"); do if ! grep -q "$CLASS_NAME" "$file"; then echo "- [...
I forgot 🤦 , also incomplete since it only checks if there are no imports of BloqDocSpec if a module defines more than one bloq