I wanted to raise a remark with reference to the CliffordTModel pass declaration regarding the documentation. I figured that compiling the circuit through the declared model is done not by using the compiler.compile() method, instead by importing the bqskit compile method itself. An instance of the call is: circuit = compile(circuit, model, compiler=compiler, optimization_level=1)
A recommendation is updating the documentation with the relevant call especially for this repository. Looping @edyounis regarding this point as it was raised in today's weekly meeting, for reference. Thank you.
I wanted to raise a remark with reference to the CliffordTModel pass declaration regarding the documentation. I figured that compiling the circuit through the declared model is done not by using the compiler.compile() method, instead by importing the bqskit compile method itself. An instance of the call is:
circuit = compile(circuit, model, compiler=compiler, optimization_level=1)A recommendation is updating the documentation with the relevant call especially for this repository. Looping @edyounis regarding this point as it was raised in today's weekly meeting, for reference. Thank you.