Update function input as options attribute removed

This commit is contained in:
tankya2
2023-08-03 15:32:51 +08:00
parent 32611cdd74
commit c15e4ca967

View File

@@ -15,5 +15,5 @@ def eval_mps(qibo_circ, gate_algo, datatype):
mps_helper = MPSContractionHelper(myconvertor.num_qubits)
return mps_helper.contract_state_vector(
myconvertor.mps_tensors, myconvertor.options
myconvertor.mps_tensors, {"handle": myconvertor.handle}
)