I am running the following package and code:
PacletInstall[ResourceObject["https://wolfr.am/11ftY6W2s"]]
<< Wolfram`QuantumFramework`
testcircuit = QuantumCircuitOperator[{QuantumOperator[{"H", 2}]}]
testcircuit["CircuitOperator"]
Why do I get the following error code after running the last line?

I have no clue why this occurs. The operator is expected to be 4 * 4-dimensional. Variations of the code with other circuits did not avoid such an error message. I tried to create a minimal example. My goal is to extract the operator of the whole circuit as a 4 * 4 matrix.