Skip to content

Commit 3352651

Browse files
authored
Update __init__.py
1 parent e91a21b commit 3352651

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

__init__.py

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1 @@
1-
# quantum_sim/__init__.py
21

3-
"""
4-
Quantum Simulation Engine
5-
A high-performance density matrix simulator for NISQ-era algorithms.
6-
"""
7-
8-
from .core.circuit import QuantumCircuit
9-
from .core.parameter import Parameter
10-
from .backend.numpy_backend import NumpyBackend
11-
12-
__all__ = [
13-
"QuantumCircuit",
14-
"Parameter",
15-
"NumpyBackend",
16-
]

0 commit comments

Comments
 (0)