Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Neel Shah
NIFTy
Commits
eb51f86d
Commit
eb51f86d
authored
Aug 03, 2021
by
Neel Shah
Browse files
add TensorDotOperator
parent
867ae046
Pipeline
#106978
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/__init__.py
View file @
eb51f86d
...
...
@@ -46,6 +46,7 @@ from .operators.simple_linear_operators import (
VdotOperator
,
ConjugationOperator
,
Realizer
,
FieldAdapter
,
ducktape
,
GeometryRemover
,
NullOperator
,
PartialExtractor
,
Imaginizer
)
from
.operators.matrix_product_operator
import
MatrixProductOperator
from
.operators.tensor_dot_operator
import
TensorDotOperator
from
.operators.value_inserter
import
ValueInserter
from
.operators.energy_operators
import
(
EnergyOperator
,
GaussianEnergy
,
PoissonianEnergy
,
InverseGammaEnergy
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment