We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 143d94c commit a410e90Copy full SHA for a410e90
benchmarks/scripts/vqe_qibo.py
@@ -61,7 +61,7 @@ def optimize(params):
61
meta["Cpuinfo"] = cpuinfo.get_cpu_info()["brand_raw"]
62
meta["Version"] = {
63
"sys": sys.version,
64
- "qiskit": qibo.__version__,
+ "qibo": qibo.__version__,
65
}
66
meta["VQE test parameters"] = {
67
"nQubits": n,
0 commit comments