Skip to content

Commit

Permalink
Updated init py following best practices
Browse files Browse the repository at this point in the history
  • Loading branch information
Gopal-Dahale committed May 31, 2024
1 parent 428be4a commit 4bd170c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions torchquantum/algorithm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
SOFTWARE.
"""

from .vqe import *
from .hamiltonian import *
from .qft import *
from .grover import *
from .qcbm import *
from .vqe import VQE
from .hamiltonian import Hamiltonian
from .qft import QFT
from .grover import Grover
from .qcbm import QCBM, MMDLoss

0 comments on commit 4bd170c

Please sign in to comment.