Skip to content

Commit a410e90

Browse files
committedNov 4, 2022
fix type
1 parent 143d94c commit a410e90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎benchmarks/scripts/vqe_qibo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def optimize(params):
6161
meta["Cpuinfo"] = cpuinfo.get_cpu_info()["brand_raw"]
6262
meta["Version"] = {
6363
"sys": sys.version,
64-
"qiskit": qibo.__version__,
64+
"qibo": qibo.__version__,
6565
}
6666
meta["VQE test parameters"] = {
6767
"nQubits": n,

0 commit comments

Comments
 (0)