Skip to content

Commit 05f6c44

Browse files
lint the example
1 parent 383e79f commit 05f6c44

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/vqe_noisyopt.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@
44

55
from functools import partial
66
import numpy as np
7-
from scipy import optimize
87
import optax
9-
import tensorcircuit as tc
10-
from tensorcircuit import experimental as E
118
from noisyopt import minimizeCompass, minimizeSPSA
129
from tabulate import tabulate # pip install tabulate
10+
import tensorcircuit as tc
11+
from tensorcircuit import experimental as E
1312

1413
seed = 42
1514
np.random.seed(seed)

0 commit comments

Comments
 (0)