We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 383e79f commit 05f6c44Copy full SHA for 05f6c44
examples/vqe_noisyopt.py
@@ -4,12 +4,11 @@
4
5
from functools import partial
6
import numpy as np
7
-from scipy import optimize
8
import optax
9
-import tensorcircuit as tc
10
-from tensorcircuit import experimental as E
11
from noisyopt import minimizeCompass, minimizeSPSA
12
from tabulate import tabulate # pip install tabulate
+import tensorcircuit as tc
+from tensorcircuit import experimental as E
13
14
seed = 42
15
np.random.seed(seed)
0 commit comments