TrOMA libdocs
Contents:
Public API
detailed functions documentation
TrOMA libdocs
Index
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
I
|
K
|
L
|
M
|
N
|
O
|
Q
|
R
|
S
|
T
|
W
A
all_interactions_sketch() (in module troma.sketchs)
(in module troma.sketchs.explicit)
B
belongs_to_cylinder_set() (in module troma)
,
[1]
(in module troma.data_structure)
bind_matching_pursuit() (in module troma)
,
[1]
(in module troma.decoding)
(in module troma.decoding.matching_pursuit)
bind_optimizer() (in module troma)
,
[1]
(in module troma.optimization)
(in module troma.optimization.optimizer)
brute_force_max() (in module troma.optimization)
(in module troma.optimization.classical)
build_all_interactions_sketch() (troma.ConstraintSketch static method)
,
[1]
(troma.ExplicitSketch static method)
,
[1]
(troma.sketchs.ConstraintSketch static method)
(troma.sketchs.ExplicitSketch static method)
(troma.sketchs.Sketch static method)
(troma.sketchs.sketch.ConstraintSketch static method)
(troma.sketchs.sketch.ExplicitSketch static method)
(troma.sketchs.sketch.Sketch static method)
build_nearest_neighbors_sketch() (troma.ConstraintSketch static method)
,
[1]
(troma.ExplicitSketch static method)
,
[1]
(troma.sketchs.ConstraintSketch static method)
(troma.sketchs.ExplicitSketch static method)
(troma.sketchs.Sketch static method)
(troma.sketchs.sketch.ConstraintSketch static method)
(troma.sketchs.sketch.ExplicitSketch static method)
(troma.sketchs.sketch.Sketch static method)
C
compute_marginal() (in module troma.sketchs.abstract)
(in module troma.sketchs.explicit)
(troma.ConstraintSketch static method)
,
[1]
(troma.ExplicitSketch static method)
,
[1]
(troma.sketchs.ConstraintSketch static method)
(troma.sketchs.ExplicitSketch static method)
(troma.sketchs.Sketch static method)
(troma.sketchs.sketch.ConstraintSketch static method)
(troma.sketchs.sketch.ExplicitSketch static method)
(troma.sketchs.sketch.Sketch static method)
compute_marginals() (troma.ConstraintSketch static method)
(troma.ExplicitSketch static method)
(troma.sketchs.ConstraintSketch static method)
(troma.sketchs.ExplicitSketch static method)
(troma.sketchs.sketch.ConstraintSketch static method)
(troma.sketchs.sketch.ExplicitSketch static method)
constraint_compute_marginal() (in module troma.sketchs)
constraints_for_all_interactions() (in module troma.sketchs)
(in module troma.sketchs.abstract)
constraints_for_nearest_neighbors_interactions() (in module troma.sketchs)
(in module troma.sketchs.abstract)
ConstraintSketch (class in troma)
,
[1]
(class in troma.sketchs)
(class in troma.sketchs.sketch)
create_cylinder_set_indicator() (in module troma)
,
[1]
(in module troma.data_structure)
D
digital_annealing() (in module troma.optimization)
(in module troma.optimization.quantum)
dit_string_to_computational_basis() (in module troma)
,
[1]
(in module troma.data_structure)
dit_string_to_integer() (in module troma)
,
[1]
(in module troma.data_structure)
dual_annealing() (in module troma.optimization)
(in module troma.optimization.classical)
E
explicit_compute_marginal() (in module troma.sketchs)
ExplicitSketch (class in troma)
,
[1]
(class in troma.sketchs)
(class in troma.sketchs.sketch)
F
FunctionMatchingPursuit (class in troma.decoding.matching_pursuit)
FunctionOptimizer (class in troma.optimization.optimizer)
G
get_matching_pursuit() (in module troma)
,
[1]
(in module troma.decoding)
(in module troma.decoding.matching_pursuit)
get_optimizer() (in module troma)
,
[1]
(in module troma.optimization)
(in module troma.optimization.optimizer)
I
integer_to_dit_string() (in module troma)
,
[1]
(in module troma.data_structure)
K
kronecker_develop() (in module troma)
,
[1]
(in module troma.data_structure)
L
list_matching_pursuits() (in module troma.decoding)
(in module troma.decoding.matching_pursuit)
list_optimizers() (in module troma.optimization)
(in module troma.optimization.optimizer)
M
matching_pursuit() (in module troma)
,
[1]
(in module troma.decoding)
(in module troma.decoding.matching_pursuit)
MatchingPursuit (class in troma.decoding.matching_pursuit)
matchingpursuit_abstract() (in module troma.decoding)
(in module troma.decoding.decoding_proced)
matchingpursuit_explicit() (in module troma.decoding)
(in module troma.decoding.decoding_proced)
mcco_modeling() (in module troma)
,
[1]
(in module troma.modeling)
module
troma
troma.data_structure
troma.decoding
troma.decoding.decoding_proced
troma.decoding.matching_pursuit
troma.mcco_workflow
troma.modeling
troma.optimization
troma.optimization.classical
troma.optimization.optimizer
troma.optimization.quantum
troma.sketchs
troma.sketchs.abstract
troma.sketchs.explicit
troma.sketchs.sketch
N
nearest_neighbors_interactions_sketch() (in module troma.sketchs)
(in module troma.sketchs.explicit)
O
optimize() (in module troma)
,
[1]
(in module troma.optimization)
(in module troma.optimization.optimizer)
(troma.optimization.optimizer.FunctionOptimizer method)
(troma.optimization.optimizer.Optimizer method)
Optimizer (class in troma.optimization.optimizer)
Q
QAOA() (in module troma.optimization)
(in module troma.optimization.quantum)
R
random_sketch() (in module troma.sketchs)
(in module troma.sketchs.explicit)
(troma.ExplicitSketch static method)
(troma.sketchs.ExplicitSketch static method)
(troma.sketchs.sketch.ExplicitSketch static method)
reconstruct_structured_matrix_column() (in module troma.sketchs)
(in module troma.sketchs.abstract)
(troma.ConstraintSketch static method)
(troma.sketchs.ConstraintSketch static method)
(troma.sketchs.sketch.ConstraintSketch static method)
run() (troma.decoding.matching_pursuit.FunctionMatchingPursuit method)
(troma.decoding.matching_pursuit.MatchingPursuit method)
run_matching_pursuit() (in module troma.decoding.matching_pursuit)
S
simulated_annealing() (in module troma.optimization)
(in module troma.optimization.classical)
Sketch (class in troma.sketchs)
(class in troma.sketchs.sketch)
solve_via_mcco() (in module troma)
,
[1]
(in module troma.mcco_workflow)
spin_chain_nn_max() (in module troma.optimization)
(in module troma.optimization.classical)
T
troma
module
troma.data_structure
module
troma.decoding
module
troma.decoding.decoding_proced
module
troma.decoding.matching_pursuit
module
troma.mcco_workflow
module
troma.modeling
module
troma.optimization
module
troma.optimization.classical
module
troma.optimization.optimizer
module
troma.optimization.quantum
module
troma.sketchs
module
troma.sketchs.abstract
module
troma.sketchs.explicit
module
troma.sketchs.sketch
module
W
with_defaults() (troma.decoding.matching_pursuit.FunctionMatchingPursuit method)
(troma.optimization.optimizer.FunctionOptimizer method)