Skip to content

Commit a26be1f

Browse files
committed
import onhot_d_tensor
1 parent d84bd72 commit a26be1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorcircuit/circuit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from . import gates
1717
from . import channels
1818
from .cons import backend, contractor, dtypestr, npdtype, _ALPHABET
19-
from .quantum import QuOperator, identity, _infer_num_sites
19+
from .quantum import QuOperator, identity, _infer_num_sites, onehot_d_tensor
2020
from .simplify import _full_light_cone_cancel
2121
from .basecircuit import BaseCircuit
2222

0 commit comments

Comments
 (0)