Skip to content

Commit

Permalink
separated entanglement into separate folder and started separating th…
Browse files Browse the repository at this point in the history
…e rest of the gates
  • Loading branch information
01110011011101010110010001101111 committed Dec 23, 2023
1 parent 679f797 commit af575f4
Show file tree
Hide file tree
Showing 5 changed files with 1,561 additions and 0 deletions.
4 changes: 4 additions & 0 deletions torchquantum/layer/layers/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
from .module_from_ops import QuantumModuleFromOps
from .op_all import TrainableOpAll, ClassicalInOpAll, FixedOpAll, TwoQAll
from .random_layers import RandomLayer, RandomLayerAllTypes, RandomOp1All
from .layers import *
Loading

0 comments on commit af575f4

Please sign in to comment.