Skip to content

Commit 4bd170c

Browse files
committed
Updated init py following best practices
1 parent 428be4a commit 4bd170c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

torchquantum/algorithm/__init__.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
SOFTWARE.
2323
"""
2424

25-
from .vqe import *
26-
from .hamiltonian import *
27-
from .qft import *
28-
from .grover import *
29-
from .qcbm import *
25+
from .vqe import VQE
26+
from .hamiltonian import Hamiltonian
27+
from .qft import QFT
28+
from .grover import Grover
29+
from .qcbm import QCBM, MMDLoss

0 commit comments

Comments
 (0)