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
085c8bd5
Commit
085c8bd5
authored
Jun 29, 2021
by
Neel Shah
Browse files
Added GeneralMatrixProduct and OldMatrixProductOperator
parent
f7a7bdfa
Pipeline
#104586
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/__init__.py
View file @
085c8bd5
...
...
@@ -46,6 +46,8 @@ from .operators.simple_linear_operators import (
VdotOperator
,
ConjugationOperator
,
Realizer
,
FieldAdapter
,
ducktape
,
GeometryRemover
,
NullOperator
,
PartialExtractor
,
Imaginizer
)
from
.operators.matrix_product_operator
import
MatrixProductOperator
from
.operators.general_matrix_product
import
GeneralMatrixProduct
from
.operators.old_matrix_product_operator
import
OldMatrixProductOperator
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