True-Q™
2.14.5
Index
2.14.5
rate_review
Feedback
help_center
Help
Contact Keysight
About
menu
Contents
Table of contents
close
Welcome to True-Q™
Readme
User Guide
True-Q Fundamentals
Example: Quantum Circuits in True-Q™
Circuit Components
Example: Quantum Circuits with Qudits
Advanced Qudit Framework
Keys: Storing and Filtering Metadata
Circuit Collections
Parsing Estimate Collections
Example: Recording Results
Example: Saving and Loading Objects to Disk
Running Circuits
Example: Introduction to the Simulator
Example: Advanced Simulator Usage
Example: State Preparation and Measurement Noise
Example: Simulating Leakage
Example: Writing Custom Noise Sources
Example: Emulating a device from measured error profiles
Example: Circuit Batching
Example: Running Jobs on Qiskit Backends
Error Diagnostics
Choosing the Appropriate Diagnostic Tool
Introduction to Protocols
Selecting Parameters for Error Diagnostics
Selecting Parameters for Error Diagnostics (Advanced)
Streamlined Randomized Benchmarking (SRB)
Example: Running SRB
Interleaved Randomized Benchmarking (IRB)
Example: Running IRB
Extended Randomized Benchmarking (XRB)
Example: Running XRB
Example: Comparing Infidelities with SRB and XRB
Cycle Benchmarking (CB)
Example: Running CB
K-body Noise Reconstruction (KNR)
Example: Running KNR
Crosstalk Diagnostics (CTD)
Example: Running CTD
Quantum Capacity (QCAP)
Example: Estimating Quantum Capacity
Error Suppression
Randomized Compiling (RC)
Example: Running Randomized Compiling
Example: Customizing Randomized Compiling with Cycle Markers
Example: Randomized Compilation with different Compilation Options
Example: Randomly Compiling Arbitrary Multi-qudit Gates
Readout Calibration (RCAL)
Example: Running Readout Calibration
Stochastic Calibration (SC)
Example: Running Stochastic Calibration
Noiseless Output Extrapolation (NOX)
Example: Running Noiseless Output Extrapolation
Compilation Tools
Example: Configuring Native Gates
Compiler
Example: Compilation Basics
Example: Defining Custom Compilers
Example: Advanced Custom Compilers
Example: Gate synthesis
Example: Phase Tracking with the Compiler
Example: Interfacing with Other Software
Example: Topological Compilation
API References
Algorithms
Circuits
Compilation
Config
Cycle
Estimate
Exceptions
Interfaces
Keys
Math
Operations
Protocols
Results
Sequencer
Settings
Simulation
Subsystems
Twirl
Utilities
Visualization
Changelog
Bibliography
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
K
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
|
X
|
Y
|
Z
_
_apply() (trueq.compilation.base.Pass method)
_apply_cycles() (trueq.compilation.base.MarkerPass method)
(trueq.compilation.base.NCyclePass method)
A
a (trueq.compilation.decomposition_strategy.KakAttr property)
ACTIVE_EDGE_COLOR (trueq.visualization.Graph attribute)
ACTIVE_EDGE_FRAC (trueq.visualization.Graph attribute)
ACTIVE_NODE_COLOR (trueq.visualization.Graph attribute)
add_cycle_loader() (trueq.utils.TrueQUnpickler method)
add_cycle_noise() (trueq.Simulator method)
add_depolarizing() (trueq.Simulator method)
add_deprecation() (in module trueq.utils)
add_gate_replace() (trueq.Simulator method)
add_graph() (trueq.visualization.Graph method)
add_key_loader() (trueq.utils.TrueQUnpickler method)
add_knr_noise() (trueq.Simulator method)
add_kraus() (trueq.Simulator method)
add_labels() (trueq.math.tensor.Tensor method)
add_native_gate_loader() (trueq.utils.TrueQUnpickler method)
add_overrotation() (trueq.Simulator method)
add_prep() (trueq.Simulator method)
add_rcal_noise() (trueq.Simulator method)
add_readout_error() (trueq.Simulator method)
add_relaxation() (trueq.Simulator method)
add_stochastic_pauli() (trueq.Simulator method)
add_stochastic_weyl() (trueq.Simulator method)
add_subsystems() (in module trueq.math.general)
add_superop() (trueq.Simulator method)
adj (trueq.Gate property)
(trueq.math.superop.Superop property)
(trueq.math.weyl.Weyls property)
adj() (trueq.math.tensor.Tensor method)
ALIASES (trueq.Gate attribute)
all() (trueq.math.weyl.Weyls class method)
(trueq.math.weyl.WeylSet class method)
all_ops (trueq.simulation.match.CycleWrapper property)
allclose() (in module trueq.utils)
AllocateLabels (class in trueq.compilation)
AndCycleMatch (class in trueq.simulation.match)
AndMatch (class in trueq.simulation.match)
append() (trueq.Circuit method)
(trueq.CircuitCollection method)
(trueq.compilation.TryInOrder method)
(trueq.estimate.EstimateCollection method)
append_noise_source() (trueq.Simulator method)
applies_to_circuits() (trueq.visualization.plotters.abstract.Plotter static method)
applies_to_estimates() (trueq.visualization.plotters.abstract.Plotter static method)
apply() (trueq.compilation.base.OperationReplacement method)
(trueq.compilation.base.Pass method)
(trueq.compilation.BestCostDecomposer method)
(trueq.compilation.TryInOrder method)
(trueq.math.superop.Superop method)
(trueq.math.weyl.Stabilizers method)
(trueq.simulation.add_basic.DepolarizingNoise method)
(trueq.simulation.add_basic.GateReplaceNoise method)
(trueq.simulation.add_basic.OverrotationNoise method)
(trueq.simulation.add_basic.RelaxationNoise method)
(trueq.simulation.add_basic.SuperopNoise method)
(trueq.simulation.add_cycle_noise.CycleReplacementNoise method)
(trueq.simulation.add_cycle_noise.KNRNoise method)
(trueq.simulation.add_spam.SpamNoise method)
(trueq.simulation.noise_source.NoiseSource method)
apply_correction() (trueq.estimate.RCalEstimate method)
apply_matrix() (trueq.math.tensor.OperatorTensor method)
(trueq.math.tensor.StateTensor method)
(trueq.math.tensor.Tensor method)
apply_to_all() (trueq.math.tensor.Tensor method)
apply_ufunc() (trueq.math.tensor.Tensor method)
array() (trueq.estimate.EstimateCollection method)
ArrayAxis (class in trueq.estimate)
aspen_11() (trueq.visualization.Graph method)
aspen_m_1() (trueq.visualization.Graph method)
AssociativeCycleMatch (class in trueq.simulation.match)
AssociativeMatch (class in trueq.simulation.match)
attach_point (trueq.interface.base.InterfaceProperties attribute)
auto_base() (in module trueq.math.general)
avg_gate_fidelity (trueq.math.superop.Superop property)
avg_gate_infidelity (trueq.math.superop.Superop property)
axes (trueq.estimate.EstimateArray property)
axes() (trueq.visualization.plotters.abstract.Plotter static method)
B
b (trueq.compilation.decomposition_strategy.KakAttr property)
backend (trueq.interface.Executor property)
(trueq.Simulator property)
BadModule (class in trueq.utils)
BaseCycleMatch (class in trueq.simulation.match)
basic() (trueq.compilation.Compiler static method)
(trueq.Config static method)
batch() (trueq.CircuitCollection method)
batch_size() (trueq.CircuitCollection method)
Batcher (class in trueq.sequencer)
batches (trueq.interface.Executor property)
bernstein_vazirani() (in module trueq.algorithms.algorithms)
BestCostDecomposer (class in trueq.compilation)
block() (trueq.interface.Executor method)
C
cached_property (class in trueq.utils)
cancel() (trueq.interface.Executor method)
check (trueq.utils.UpgradePath.Stage attribute)
check_match() (trueq.simulation.match.BaseCycleMatch method)
check_subspace() (trueq.config.GateFactory method)
chi (trueq.math.superop.Superop property)
choi (trueq.math.superop.Superop property)
choi_rank (trueq.math.superop.Superop property)
Circuit (class in trueq)
circuit (trueq.interface.qasm_parser.QASMParse property)
CircuitCollection (class in trueq)
CircuitRuler (class in trueq.sequencer)
circuits (trueq.interface.Executor property)
CircuitSequencer (class in trueq.sequencer)
cirq (in module trueq.interface)
CirqInterface (class in trueq.interface.cirq_interface)
CirqMetadata (class in trueq.interface.metadata)
CirqMetadata.CirqMeasure (class in trueq.interface.metadata)
Clifford (class in trueq.math.weyl)
coeffs (trueq.math.weyl.WeylDecomp property)
coherent_infidelity (trueq.math.superop.Superop property)
col_info (trueq.estimate.knr.KnrDataTable property)
colstack (trueq.math.superop.Superop property)
combinations() (trueq.Subsystems method)
common_stage (trueq.utils.UpgradePath property)
compare (class in trueq.visualization.plotters.comparisons)
compare_pauli_infidelities (class in trueq.visualization.plotters.comparisons)
compare_rb (class in trueq.visualization.plotters.comparisons)
compare_twirl (class in trueq.visualization.plotters.comparisons)
CompilationError
compile() (trueq.compilation.Compiler method)
compile_filter() (trueq.Key static method)
CompilePaulis (class in trueq.compilation)
Compiler (class in trueq.compilation)
CompTable (class in trueq.estimate.comp_table)
CompTable.Family (class in trueq.estimate.comp_table)
CompTable.Member (class in trueq.estimate.comp_table)
Config (class in trueq)
config (trueq.interface.qasm_parser.QASMParse property)
config_from_backend() (trueq.interface.qiskit_interface.QiskitInterface method)
config_from_isa() (trueq.interface.pyquil_interface.PyQuilInterface method)
conj() (trueq.math.tensor.Tensor method)
connectivity (trueq.Config property)
Consecutive (class in trueq.sequencer)
contained_gates() (trueq.Cycle method)
controlled() (trueq.Gate method)
copy() (trueq.Circuit method)
(trueq.CircuitCollection method)
(trueq.Key method)
(trueq.KeySet method)
cost() (trueq.compilation.CPhaseStrategy method)
(trueq.compilation.CPhaseXYJointStrategy method)
(trueq.compilation.decomposition_strategy.DecompStrategy method)
(trueq.compilation.XYStrategy method)
count_streaks (class in trueq.compilation)
cov (trueq.estimate.NormalEstimate property)
CPhaseStrategy (class in trueq.compilation)
CPhaseXYJointStrategy (class in trueq.compilation)
cregs (trueq.interface.qasm_parser.QASMParse property)
cw() (trueq.Gate static method)
cx() (trueq.math.weyl.Clifford static method)
Cycle (class in trueq)
CycleMatch (class in trueq.simulation.match)
CycleReplacement (class in trueq.compilation)
CycleReplacementNoise (class in trueq.simulation.add_cycle_noise)
cycles (trueq.Circuit property)
CycleWrapper (class in trueq.simulation.match)
cz() (trueq.math.weyl.Clifford static method)
D
data (trueq.estimate.comp_table.CompTable.Member attribute)
DecompError
decompiled_results() (trueq.Results method)
decompose() (trueq.compilation.CPhaseStrategy method)
(trueq.compilation.CPhaseXYJointStrategy method)
(trueq.compilation.decomposition_strategy.DecompStrategy method)
(trueq.compilation.XYStrategy method)
(trueq.math.decomposition.QubitMode method)
decompose_clifford (class in trueq.compilation)
decompose_control (class in trueq.compilation)
decompose_unitary() (in module trueq.math.decomposition)
DecompStrategy (class in trueq.compilation.decomposition_strategy)
DEFAULT (trueq.compilation.CPhaseStrategy attribute)
(trueq.compilation.decomposition_strategy.FactoryNoiseTopology attribute)
(trueq.compilation.XYStrategy attribute)
default_config() (trueq.interface.base.Interface method)
(trueq.interface.cirq_interface.CirqInterface method)
(trueq.interface.pyquil_interface.PyQuilInterface method)
(trueq.interface.qasm_interface.QASMInterface method)
(trueq.interface.qiskit_interface.QiskitInterface method)
DeferredSwapper (class in trueq.compilation)
defgate_to_factory() (trueq.interface.pyquil_interface.PyQuilInterface static method)
degens (trueq.estimate.knr.KnrDataTable.Row attribute)
dekron() (in module trueq.math.decomposition)
delayed_import (class in trueq.utils)
delete_duplicates() (trueq.math.weyl.Weyls method)
depolarizing() (trueq.math.superop.Superop static method)
DepolarizingNoise (class in trueq.simulation.add_basic)
deprecated() (in module trueq.utils)
deprecated_class() (in module trueq.utils)
deprecated_class_property() (in module trueq.utils)
diagonal() (trueq.math.tensor.OperatorTensor method)
dict_to_words() (in module trueq.utils)
dicts_close() (in module trueq.utils)
dim (trueq.Circuit property)
(trueq.CircuitCollection property)
(trueq.Config property)
(trueq.config.GateFactory property)
(trueq.Cycle property)
(trueq.math.superop.Superop property)
(trueq.math.tensor.OperatorTensor property)
(trueq.math.tensor.StateTensor property)
(trueq.math.weyl.WeylBase property)
(trueq.Results property)
(trueq.simulation.backend.SimulationBackend.Runner property)
(trueq.simulation.noise_source.NoiseSource property)
(trueq.simulation.PropagationBackend.Runner property)
(trueq.Twirl property)
DisplayWrapper (class in trueq.utils)
divide() (trueq.simulation.backend.SimulationBackend.Runner method)
(trueq.simulation.PropagationBackend.Runner method)
dnorm (trueq.math.superop.Superop property)
docs() (in module trueq.utils)
dot() (trueq.math.tensor.Tensor method)
draw() (trueq.Circuit method)
dressed_noise() (trueq.Simulator method)
dtype (trueq.estimate.EstimateArray property)
(trueq.math.tensor.Tensor property)
DTYPE (trueq.math.weyl.WeylBase attribute)
E
EDGE_COLOR (trueq.visualization.Graph attribute)
EDGE_WIDTH (trueq.visualization.Graph attribute)
edges (trueq.visualization.Graph property)
embed() (trueq.Gate method)
embed_layers() (trueq.config.GateFactory class method)
embed_unitary() (in module trueq.math.general)
err (trueq.estimate.NormalEstimate property)
Estimate (class in trueq.estimate.base)
EstimateArray (class in trueq.estimate)
EstimateCollection (class in trueq.estimate)
EstimatesTuple (class in trueq.estimate.base)
EstimateTuple (class in trueq.estimate.base)
Executor (class in trueq.interface)
expansion (trueq.Gate property)
extra_copies (trueq.sequencer.Batcher property)
eye() (trueq.math.superop.Superop static method)
(trueq.math.weyl.Clifford static method)
(trueq.math.weyl.Stabilizers class method)
(trueq.math.weyl.WeylBase class method)
(trueq.math.weyl.WeylDecomp class method)
F
factories (trueq.Config property)
(trueq.interface.qasm_parser.QASMParse property)
factory (trueq.compilation.decomposition_strategy.FactoryNoiseTopology property)
factory_names (trueq.Config property)
FactoryNoiseTopology (class in trueq.compilation.decomposition_strategy)
fidelity (trueq.math.superop.Superop property)
filter_warnings() (in module trueq.utils)
find_class() (trueq.utils.TrueQUnpickler method)
find_closest() (trueq.math.rotation.Rotation method)
find_kak_equivalent() (in module trueq.math.kak_utils)
find_matches() (trueq.simulation.match.BaseCycleMatch method)
find_parameters() (in module trueq.config.factory)
fit() (trueq.CircuitCollection method)
fix_parameters() (trueq.config.GateFactory method)
fixed_parameters (trueq.config.GateFactory property)
FixedRotation (class in trueq.math.rotation)
flatten() (in module trueq.utils)
ForceDangling (trueq.simulation.MeasPolicy attribute)
(trueq.simulation.PrepPolicy attribute)
ForcePrep (trueq.simulation.PrepPolicy attribute)
fourier() (trueq.Gate static method)
(trueq.math.weyl.Clifford static method)
free_parameters (trueq.config.GateFactory property)
from_alias() (trueq.Gate static method)
from_chi() (trueq.math.superop.Superop static method)
from_choi() (trueq.math.superop.Superop static method)
from_colstack() (trueq.math.superop.Superop static method)
from_config() (trueq.compilation.Compiler static method)
from_cycle() (trueq.Subsystems static method)
from_dict() (trueq.Circuit static method)
(trueq.Config static method)
(trueq.config.GateFactory static method)
(trueq.Cycle static method)
(trueq.estimate.base.Estimate static method)
(trueq.Key static method)
(trueq.math.weyl.WeylBase class method)
(trueq.Results static method)
(trueq.Twirl static method)
from_dict_list() (trueq.CircuitCollection static method)
(trueq.estimate.EstimateCollection static method)
from_function() (trueq.config.GateFactory class method)
(trueq.math.superop.Superop static method)
from_gate() (trueq.compilation.decomposition_strategy.GateAttr static method)
(trueq.compilation.decomposition_strategy.KakAttr static method)
from_generators() (trueq.Gate static method)
(trueq.NativeGate static method)
from_hamiltonian() (trueq.config.GateFactory class method)
from_herm_ptm() (trueq.math.superop.Superop static method)
from_keys() (trueq.estimate.ArrayAxis static method)
from_kraus() (trueq.math.superop.Superop static method)
from_label() (trueq.visualization.Graph method)
from_mat() (trueq.math.weyl.WeylDecomp class method)
from_matrix() (trueq.config.GateFactory class method)
from_parameterized() (trueq.Config static method)
from_pauli() (trueq.math.rotation.FixedRotation static method)
(trueq.math.rotation.Rotation static method)
from_ptm() (trueq.math.superop.Superop static method)
from_qobj() (trueq.math.superop.Superop method)
from_rowstack() (trueq.math.superop.Superop static method)
from_rowstack_subsys() (trueq.math.superop.Superop static method)
from_trueq_circ() (trueq.interface.base.Interface method)
(trueq.interface.cirq_interface.CirqInterface method)
(trueq.interface.pyquil_interface.PyQuilInterface method)
(trueq.interface.qasm_interface.QASMInterface method)
(trueq.interface.qiskit_interface.QiskitInterface method)
from_trueq_gate() (trueq.interface.base.Interface method)
(trueq.interface.cirq_interface.CirqInterface method)
(trueq.interface.pyquil_interface.PyQuilInterface method)
(trueq.interface.qasm_interface.QASMInterface method)
(trueq.interface.qiskit_interface.QiskitInterface method)
from_unitary() (trueq.math.superop.Superop static method)
from_vec() (trueq.Results method)
from_weyl() (trueq.math.rotation.Rotation static method)
from_yaml() (trueq.Config static method)
fsim_factory (in module trueq.config.factory)
G
Gate (class in trueq)
gate (trueq.compilation.decomposition_strategy.KakAttr property)
(trueq.math.weyl.Weyls property)
gate_labels (trueq.Cycle property)
GateAttr (class in trueq.compilation.decomposition_strategy)
GateFactory (class in trueq.config)
GateMatch (class in trueq.simulation.match)
GateReplaceNoise (class in trueq.simulation.add_basic)
gates (trueq.Cycle property)
(trueq.math.weyl.Weyls property)
gates_multi (trueq.Cycle property)
gates_single (trueq.Cycle property)
generators (trueq.Gate property)
get() (trueq.Config method)
(trueq.Key method)
(trueq.Results method)
get_alias() (trueq.Gate method)
get_cell() (trueq.estimate.knr.KnrDataTable method)
get_cl() (in module trueq.settings)
get_config() (trueq.interface.base.Interface method)
get_default() (trueq.utils.UpgradePath method)
get_dim() (in module trueq.settings)
(trueq.Simulator method)
get_header() (trueq.interface.qasm_interface.QASMInterface method)
get_probability() (trueq.Circuit method)
get_rng() (in module trueq.settings)
get_schema() (in module trueq.utils)
get_schema_validator() (in module trueq.utils)
get_template() (in module trueq.utils)
get_zl() (in module trueq.settings)
Graph (class in trueq.visualization)
grid() (trueq.visualization.Graph method)
groups (trueq.Twirl property)
H
HARDWARE_PASSES (trueq.compilation.Compiler attribute)
has_all_results (trueq.CircuitCollection property)
has_no_results (trueq.CircuitCollection property)
has_results (trueq.Circuit property)
has_some_results (trueq.CircuitCollection property)
hash_match() (trueq.Key method)
heights (trueq.estimate.knr.KnrDataTable property)
herm_mat (trueq.math.weyl.Weyls property)
herm_ptm (trueq.math.superop.Superop property)
I
ibmq_15() (trueq.visualization.Graph static method)
ibmq_20a() (trueq.visualization.Graph static method)
ibmq_20b() (trueq.visualization.Graph static method)
ibmq_27() (trueq.visualization.Graph static method)
ibmq_28() (trueq.visualization.Graph static method)
ibmq_53() (trueq.visualization.Graph static method)
ibmq_65() (trueq.visualization.Graph static method)
ibmq_7() (trueq.visualization.Graph static method)
ibmq_butterfly() (trueq.visualization.Graph static method)
ibmq_grid() (trueq.visualization.Graph static method)
ibmq_T() (trueq.visualization.Graph static method)
id_scale (trueq.math.rotation.Rotation property)
indices (trueq.estimate.ArrayAxis property)
indices() (trueq.math.weyl.Weyls method)
infidelity (trueq.math.superop.Superop property)
int_base() (in module trueq.math.general)
int_log() (in module trueq.math.general)
Interface (class in trueq.interface.base)
InterfaceProperties (class in trueq.interface.base)
intersection() (trueq.Subsystems method)
INVARIANT_GROUPS (trueq.Twirl attribute)
inverse (trueq.math.weyl.Clifford property)
invert (trueq.interface.metadata.CirqMetadata.CirqMeasure attribute)
involving (trueq.config.GateFactory property)
InvolvingRestrictions (class in trueq.compilation)
InvolvingRule (class in trueq.config)
irb_summary (class in trueq.visualization.plotters.irb)
is_clifford (trueq.Gate property)
is_cp (trueq.math.superop.Superop property)
is_cptp (trueq.math.superop.Superop property)
is_equivalent() (trueq.Cycle method)
is_identity (trueq.Gate property)
is_mixed (trueq.math.tensor.StateTensor property)
(trueq.Twirl property)
is_name_axis (trueq.estimate.ArrayAxis property)
is_r (trueq.config.GateFactory property)
is_superop (trueq.math.tensor.OperatorTensor property)
is_tp (trueq.math.superop.Superop property)
is_u1 (trueq.config.GateFactory property)
is_u2 (trueq.config.GateFactory property)
is_u3 (trueq.config.GateFactory property)
is_unital (trueq.math.superop.Superop property)
is_unitary (trueq.Gate property)
(trueq.math.superop.Superop property)
is_upgraded (trueq.math.tensor.OperatorTensor property)
(trueq.math.tensor.StateTensor property)
issubset() (trueq.Twirl method)
items (trueq.Key property)
items() (trueq.config.InvolvingRule method)
(trueq.Twirl method)
ItemSet (class in trueq.utils)
iter() (trueq.simulation.match.Match method)
iter_gates() (trueq.simulation.match.Match method)
iter_meas() (trueq.simulation.match.Match method)
iter_prep() (trueq.simulation.match.Match method)
iter_sys (trueq.math.weyl.Weyls property)
J
Justify (class in trueq.compilation)
K
k_rad (trueq.compilation.decomposition_strategy.KakAttr property)
kak() (in module trueq.math.kak_utils)
KakAttr (class in trueq.compilation.decomposition_strategy)
Key (class in trueq)
key (trueq.Circuit property)
(trueq.estimate.base.Estimate property)
keys() (trueq.CircuitCollection method)
(trueq.config.InvolvingRule method)
(trueq.estimate.EstimateCollection method)
KeySet (class in trueq)
knr_heatmap (class in trueq.visualization.plotters.nr)
knr_superop() (trueq.simulation.add_cycle_noise.KNRNoise static method)
KnrBodyEstimate (class in trueq.estimate.knr)
KnrDataTable (class in trueq.estimate.knr)
KnrDataTable.Cell (class in trueq.estimate.knr)
KnrDataTable.Row (class in trueq.estimate.knr)
KNRNoise (class in trueq.simulation.add_cycle_noise)
kraus (trueq.math.superop.Superop property)
kron() (in module trueq.math.general)
L
LABEL_OFFSET (trueq.visualization.Graph attribute)
LABEL_REPR (trueq.visualization.Graph attribute)
LABEL_STYLE (trueq.visualization.Graph attribute)
LABELED_NODE_DIAMETER (trueq.visualization.Graph attribute)
LabelMatch (class in trueq.simulation.match)
labels (trueq.Circuit property)
(trueq.CircuitCollection property)
(trueq.Cycle property)
(trueq.estimate.comp_table.CompTable.Family attribute)
(trueq.math.tensor.Tensor property)
(trueq.Subsystems property)
(trueq.Twirl property)
(trueq.visualization.Graph property)
labels_contain_cycle() (in module trueq.utils)
labels_intersect() (trueq.Twirl method)
lag (trueq.simulation.match.BaseCycleMatch property)
last_modified (trueq.Results property)
latex (trueq.estimate.knr.KnrDataTable.Row attribute)
Layer (class in trueq.math.rotation)
layers (trueq.config.GateFactory property)
limit_size() (trueq.Subsystems method)
linear() (trueq.visualization.Graph static method)
lkpd (trueq.math.superop.Superop property)
load() (in module trueq.utils)
(trueq.interface.base.Interface method)
M
make_cb() (in module trueq)
make_circuit_cache() (trueq.simulation.add_basic.RelaxationNoise method)
(trueq.simulation.add_cycle_noise.CycleReplacementNoise method)
(trueq.simulation.noise_source.NoiseSource method)
make_confusion_matrix() (in module trueq.math.general)
make_crosstalk_diagnostics() (in module trueq)
make_gate() (trueq.config.GateFactory method)
make_irb() (in module trueq)
make_knr() (in module trueq)
make_nox() (in module trueq)
make_qcap() (in module trueq)
make_rcal() (in module trueq)
make_sc() (in module trueq)
make_srb() (in module trueq)
make_xrb() (in module trueq)
marginal() (trueq.Results method)
marginalize() (trueq.math.tensor.OperatorTensor method)
(trueq.math.tensor.StateTensor method)
(trueq.math.tensor.Tensor method)
MarkBlocks (class in trueq.compilation)
MarkCycles (class in trueq.compilation)
marker (trueq.Cycle property)
MarkerPass (class in trueq.compilation.base)
mat (trueq.Gate property)
(trueq.math.weyl.Clifford property)
(trueq.math.weyl.WeylDecomp property)
(trueq.math.weyl.Weyls property)
mat() (trueq.math.tensor.OperatorTensor method)
(trueq.math.tensor.StateTensor method)
(trueq.math.tensor.Tensor method)
Match (class in trueq.simulation.match)
match (trueq.simulation.noise_source.NoiseSource property)
match() (trueq.Key method)
max (trueq.estimate.knr.KnrDataTable property)
max_size (trueq.sequencer.CircuitRuler property)
max_stage (trueq.utils.UpgradePath property)
mean (trueq.estimate.knr.KnrDataTable.Cell attribute)
Meas (class in trueq)
meas (trueq.Cycle property)
(trueq.interface.qasm_parser.QASMParse property)
meas_labels (trueq.Cycle property)
(trueq.simulation.PropagationBackend.Runner property)
meas_locs (trueq.Circuit property)
meas_name (trueq.interface.metadata.CirqMetadata.CirqMeasure attribute)
meas_policy (trueq.simulation.backend.SimulationBackend.Runner property)
(trueq.simulation.PropagationBackend.Runner property)
MeasPolicy (class in trueq.simulation)
measure() (trueq.interface.metadata.CirqMetadata method)
measure_all() (trueq.Circuit method)
members (trueq.estimate.comp_table.CompTable.Family attribute)
Merge (class in trueq.compilation)
merge() (trueq.math.tensor.Tensor method)
Metadata (class in trueq.interface.metadata)
min_max() (in module trueq.utils)
mode (trueq.Config property)
module
trueq.exceptions
trueq.interface
trueq.interface.base
trueq.interface.cirq_interface
trueq.interface.metadata
trueq.interface.pyquil_interface
trueq.interface.qasm_interface
trueq.interface.qasm_parser
trueq.interface.qiskit_interface
trueq.settings
trueq.utils
ms_factory (in module trueq.config.factory)
multiply_lightness() (in module trueq.visualization)
N
n_batches (trueq.interface.Executor property)
n_cell_cols (trueq.estimate.knr.KnrDataTable property)
n_cell_rows (trueq.estimate.knr.KnrDataTable property)
n_circuits (trueq.CircuitCollection property)
n_clabels (trueq.interface.qasm_parser.QASMParse property)
n_cycles (trueq.Circuit property)
n_gates (trueq.Cycle property)
n_input_cycles (trueq.compilation.base.NCyclePass property)
n_labels (trueq.interface.qasm_parser.QASMParse property)
n_meas (trueq.Circuit property)
(trueq.Cycle property)
n_measurements (trueq.Results property)
n_operations (trueq.Cycle property)
n_params (trueq.config.GateFactory property)
n_prep (trueq.Cycle property)
n_results (trueq.CircuitCollection property)
n_shots (trueq.Results property)
(trueq.simulation.backend.SimulationBackend.Runner property)
(trueq.simulation.PropagationBackend.Runner property)
n_sys (trueq.Circuit property)
(trueq.CircuitCollection property)
(trueq.config.GateFactory property)
(trueq.Cycle property)
(trueq.math.superop.Superop property)
(trueq.math.tensor.Tensor property)
(trueq.math.weyl.WeylBase property)
(trueq.Subsystems property)
(trueq.Twirl property)
n_weyls (trueq.math.weyl.Weyls property)
name (trueq.estimate.ArrayAxis property)
(trueq.interface.base.InterfaceProperties attribute)
(trueq.NativeGate property)
names (trueq.estimate.comp_table.CompTable.Family attribute)
(trueq.estimate.NormalEstimate property)
(trueq.Key property)
(trueq.KeySet property)
nan_reason() (trueq.estimate.EstimateArray method)
Native1Q (class in trueq.compilation)
Native1QMode (class in trueq.compilation)
Native1QRRZ (class in trueq.compilation)
Native2Q (class in trueq.compilation)
NATIVE2Q_PASSES (trueq.compilation.Compiler attribute)
Native2QCX (class in trueq.compilation)
Native2QKAK (class in trueq.compilation)
native_cycles() (trueq.compilation.OneQuditDecomp method)
native_gate() (trueq.compilation.decomposition_strategy.FactoryNoiseTopology method)
NativeDecomp (class in trueq.compilation)
NativeExact (class in trueq.compilation)
NativeGate (class in trueq)
NativeMatch (class in trueq.simulation.match)
NCircuits (class in trueq.sequencer)
NCyclePass (class in trueq.compilation.base)
NCycles (class in trueq.sequencer)
ndim (trueq.estimate.EstimateArray property)
nearest_neighbour() (trueq.Subsystems method)
new_runner() (trueq.simulation.backend.SimulationBackend method)
(trueq.simulation.PropagationBackend method)
next_stage (trueq.utils.UpgradePath.Stage attribute)
NGates (class in trueq.sequencer)
NODE_COLOR (trueq.visualization.Graph attribute)
NODE_SIZE (trueq.visualization.Graph attribute)
noise_sources (trueq.Simulator property)
NoiseSource (class in trueq.simulation.noise_source)
norm() (trueq.math.superop.Superop method)
NormalEstimate (class in trueq.estimate)
normalized() (trueq.Results method)
NQubitMatch (class in trueq.simulation.match)
NRCRiffler (class in trueq.sequencer)
O
one_or_none() (trueq.estimate.EstimateCollection method)
(trueq.KeySet method)
OneQuditDecomp (class in trueq.compilation)
Operation (class in trueq)
OperationReplacement (class in trueq.compilation.base)
operations (trueq.Cycle property)
operator() (trueq.Simulator method)
OperatorTensor (class in trueq.math.tensor)
optimal_n_shots() (trueq.sequencer.TotalTime method)
optional_import() (in module trueq.utils)
options (trueq.estimate.base.Estimate property)
OpWrapper (class in trueq.simulation.match)
OrCycleMatch (class in trueq.simulation.match)
OrMatch (class in trueq.simulation.match)
OverrotationNoise (class in trueq.simulation.add_basic)
P
pair_from_trueq_circ() (trueq.interface.base.Interface method)
(trueq.interface.cirq_interface.CirqInterface method)
(trueq.interface.pyquil_interface.PyQuilInterface method)
(trueq.interface.qasm_interface.QASMInterface method)
(trueq.interface.qiskit_interface.QiskitInterface method)
Parallel (class in trueq.compilation)
parallel_map() (in module trueq.utils)
param_names (trueq.estimate.knr.KnrDataTable.Row attribute)
parameters (trueq.config.GateFactory property)
(trueq.NativeGate property)
parent (trueq.estimate.comp_table.CompTable.Family attribute)
parse_func() (in module trueq.config.factory)
Pass (class in trueq.compilation.base)
passes (trueq.compilation.Compiler property)
pauli_angle (trueq.config.GateFactory property)
(trueq.math.rotation.FixedRotation property)
(trueq.math.rotation.Layer property)
pauli_const (trueq.config.GateFactory property)
(trueq.math.rotation.Layer property)
(trueq.math.rotation.Rotation property)
phase_ints (trueq.math.weyl.Stabilizers property)
phasedXPow_factory (in module trueq.config.factory)
phases (trueq.math.weyl.Stabilizers property)
PhaseTrack (class in trueq.compilation)
plot (trueq.CircuitCollection property)
(trueq.estimate.EstimateCollection property)
plot() (trueq.Gate method)
(trueq.Results method)
(trueq.visualization.Graph method)
(trueq.visualization.plotters.abstract.Plotter static method)
(trueq.visualization.plotters.comparisons.compare static method)
(trueq.visualization.plotters.comparisons.compare_pauli_infidelities static method)
(trueq.visualization.plotters.comparisons.compare_rb static method)
(trueq.visualization.plotters.comparisons.compare_twirl static method)
(trueq.visualization.plotters.irb.irb_summary static method)
(trueq.visualization.plotters.mitigation.raw_nox static method)
(trueq.visualization.plotters.nr.knr_heatmap static method)
(trueq.visualization.plotters.raw.raw static method)
(trueq.visualization.plotters.timestamps.timestamps static method)
plot_chi() (trueq.math.superop.Superop method)
plot_choi() (trueq.math.superop.Superop method)
plot_colstack() (trueq.math.superop.Superop method)
plot_herm_ptm() (trueq.math.superop.Superop method)
plot_kraus() (trueq.math.superop.Superop method)
plot_lkpd() (trueq.math.superop.Superop method)
plot_mat() (in module trueq.visualization)
plot_ptm() (trueq.math.superop.Superop method)
plot_results() (in module trueq.visualization)
plot_rowstack() (trueq.math.superop.Superop method)
plot_rowstack_subsys() (trueq.math.superop.Superop method)
Plotter (class in trueq.visualization.plotters.abstract)
PlottingSuite (class in trueq.visualization.plotters)
powers (trueq.math.weyl.WeylBase property)
powers_str (trueq.math.weyl.WeylBase property)
precompile() (trueq.interface.base.Interface method)
predict_cb() (trueq.Simulator method)
predict_irb() (trueq.Simulator method)
predict_knr() (trueq.Simulator method)
predict_srb() (trueq.Simulator method)
Prep (class in trueq)
prep (trueq.Cycle property)
prep_labels (trueq.Cycle property)
prep_policy (trueq.simulation.backend.SimulationBackend.Runner property)
(trueq.simulation.PropagationBackend.Runner property)
prepend() (trueq.Circuit method)
PrepNoise (class in trueq.simulation.add_spam)
PrepPolicy (class in trueq.simulation)
pretty() (trueq.Twirl method)
prime_base() (in module trueq.math.general)
probabilities() (trueq.math.tensor.StateTensor method)
proc_infidelity() (in module trueq.math.general)
process() (trueq.Simulator method)
process_confusion() (trueq.simulation.backend.SimulationBackend.Runner method)
(trueq.simulation.PropagationBackend.Runner method)
process_gate() (trueq.simulation.backend.SimulationBackend.Runner method)
(trueq.simulation.PropagationBackend.Runner method)
process_meas() (trueq.simulation.backend.SimulationBackend.Runner method)
(trueq.simulation.PropagationBackend.Runner method)
process_mixed_prep() (trueq.simulation.backend.SimulationBackend.Runner method)
(trueq.simulation.PropagationBackend.Runner method)
process_povm() (trueq.simulation.backend.SimulationBackend.Runner method)
(trueq.simulation.PropagationBackend.Runner method)
process_prep() (trueq.simulation.backend.SimulationBackend.Runner method)
(trueq.simulation.PropagationBackend.Runner method)
process_pure_prep() (trueq.simulation.backend.SimulationBackend.Runner method)
(trueq.simulation.PropagationBackend.Runner method)
process_superop() (trueq.simulation.backend.SimulationBackend.Runner method)
(trueq.simulation.PropagationBackend.Runner method)
PropagationBackend (class in trueq.simulation)
PropagationBackend.Runner (class in trueq.simulation)
protocol (trueq.estimate.comp_table.CompTable.Member attribute)
protocols (trueq.estimate.comp_table.CompTable.Family attribute)
ptm (trueq.math.superop.Superop property)
pyquil (in module trueq.interface)
PyQuilInterface (class in trueq.interface.pyquil_interface)
PyQuilMetadata (class in trueq.interface.metadata)
Q
QASM (in module trueq.interface)
QASMInterface (class in trueq.interface.qasm_interface)
QASMParse (class in trueq.interface.qasm_parser)
qcap_bound() (in module trueq)
QELIB1() (trueq.interface.qasm_interface.QASMInterface method)
qft() (in module trueq.algorithms.subroutines)
qiskit (in module trueq.interface)
qiskit_dag_to_tq_circ() (trueq.interface.qiskit_interface.QiskitInterface method)
QiskitInterface (class in trueq.interface.qiskit_interface)
QiskitMetadata (class in trueq.interface.metadata)
qobj (trueq.math.superop.Superop property)
qregs (trueq.interface.qasm_parser.QASMParse property)
QubitMode (class in trueq.math.decomposition)
QUDIT_DIM2_ALIASES (trueq.Gate attribute)
QUDIT_DIM3_ALIASES (trueq.Gate attribute)
QUDIT_DIM5_ALIASES (trueq.Gate attribute)
QUDIT_DIM7_ALIASES (trueq.Gate attribute)
R
R90Match (class in trueq.simulation.match)
r_factory (in module trueq.config.factory)
random() (trueq.Gate static method)
(trueq.math.weyl.Clifford static method)
(trueq.math.weyl.StabilizerGroup class method)
(trueq.math.weyl.Stabilizers class method)
(trueq.math.weyl.WeylBase class method)
(trueq.math.weyl.WeylDecomp class method)
random_bcsz() (in module trueq.math.random)
(trueq.math.superop.Superop static method)
random_constrained_cptp() (trueq.math.superop.Superop static method)
random_constrained_unitary() (trueq.math.superop.Superop static method)
random_decoherent() (trueq.math.superop.Superop static method)
random_density() (in module trueq.math.random)
random_stochastic() (trueq.math.superop.Superop static method)
random_unitary() (in module trueq.math.random)
(trueq.math.superop.Superop static method)
randomly_compile() (in module trueq)
raw (class in trueq.visualization.plotters.raw)
(trueq.estimate.NormalEstimate property)
raw_nox (class in trueq.visualization.plotters.mitigation)
RC_PASSES (trueq.compilation.Compiler attribute)
RCalEstimate (class in trueq.estimate)
RCCycle (class in trueq.compilation)
RCKak (class in trueq.compilation)
RCLocal (class in trueq.compilation)
ReadoutNoise (class in trueq.simulation.add_spam)
Relabel (class in trueq.compilation)
relaxation_channel() (trueq.simulation.add_basic.RelaxationNoise static method)
RelaxationNoise (class in trueq.simulation.add_basic)
RemarkCycles (class in trueq.compilation)
REMOVED_CLASSES (trueq.utils.TrueQUnpickler attribute)
RemoveEmptyCycle (class in trueq.compilation)
RemoveId (class in trueq.compilation)
rename_deprecation() (in module trueq.utils)
repr_builder() (in module trueq.utils)
RequireMeas (trueq.simulation.MeasPolicy attribute)
reset() (in module trueq.settings)
(trueq.Results method)
reset_cl() (in module trueq.settings)
reset_dim() (in module trueq.settings)
reset_rng() (in module trueq.settings)
reshuffle() (in module trueq.math.general)
Results (class in trueq)
results (trueq.Circuit property)
(trueq.CircuitCollection property)
riffle_chain() (in module trueq.utils)
RIFFLER (trueq.sequencer attribute)
rigetti_octagon() (trueq.visualization.Graph method)
Rotation (class in trueq.math.rotation)
ROW_CHAR (trueq.math.weyl.WeylBase attribute)
row_info (trueq.estimate.knr.KnrDataTable property)
row_max() (trueq.estimate.knr.KnrDataTable method)
rowstack (trueq.math.superop.Superop property)
rowstack_subsys (trueq.math.superop.Superop property)
rp() (trueq.Gate static method)
run() (trueq.Simulator method)
rw() (trueq.Gate static method)
rx() (trueq.Gate static method)
ry() (trueq.Gate static method)
rz() (trueq.Gate static method)
S
same_structure() (trueq.Circuit method)
(trueq.Cycle method)
sample() (trueq.math.tensor.Tensor method)
(trueq.Simulator method)
save() (in module trueq.utils)
(trueq.CircuitCollection method)
(trueq.interface.Executor method)
(trueq.utils.DisplayWrapper method)
savefig() (trueq.visualization.plotters.abstract.Plotter static method)
set_cl() (in module trueq.settings)
set_config() (trueq.interface.base.Interface method)
(trueq.interface.cirq_interface.CirqInterface method)
(trueq.interface.pyquil_interface.PyQuilInterface method)
(trueq.interface.qasm_interface.QASMInterface method)
(trueq.interface.qiskit_interface.QiskitInterface method)
set_dim() (in module trueq.settings)
set_from_backend() (trueq.interface.qiskit_interface.QiskitInterface method)
set_from_isa() (trueq.interface.pyquil_interface.PyQuilInterface method)
set_rng() (in module trueq.settings)
set_truncation() (trueq.estimate.knr.KnrDataTable method)
shape (trueq.estimate.EstimateArray property)
(trueq.math.tensor.Tensor property)
(trueq.utils.UpgradePath property)
(trueq.utils.UpgradePath.Stage attribute)
shape_strict (trueq.utils.UpgradePath.Stage attribute)
shelve_cache() (in module trueq.utils)
shuffle() (trueq.CircuitCollection method)
similar_keys() (trueq.CircuitCollection method)
(trueq.KeySet method)
simon() (in module trueq.algorithms.algorithms)
SIMPLIFY_PASSES (trueq.compilation.Compiler attribute)
SimulationBackend (class in trueq.simulation.backend)
SimulationBackend.Runner (class in trueq.simulation.backend)
Simulator (class in trueq)
SINGLE_QUDIT_GROUPS (trueq.Twirl attribute)
SingleQubitMatch (class in trueq.simulation.match)
size (trueq.estimate.ArrayAxis property)
SMALL_PRIMES (in module trueq.settings)
sort() (trueq.Results method)
sort_key (trueq.estimate.knr.KnrDataTable.Row attribute)
sorted() (trueq.estimate.EstimateCollection method)
(trueq.KeySet method)
SpamNoise (class in trueq.simulation.add_spam)
spawn (trueq.math.tensor.Tensor property)
SPEC (trueq.compilation.CPhaseStrategy attribute)
(trueq.compilation.CPhaseXYJointStrategy attribute)
(trueq.compilation.decomposition_strategy.DecompStrategy attribute)
(trueq.compilation.XYStrategy attribute)
split_cycle() (in module trueq.math.decomposition)
sqrt (trueq.Gate property)
StabilizerGroup (class in trueq.math.weyl)
Stabilizers (class in trueq.math.weyl)
state (trueq.math.weyl.StabilizerGroup property)
state() (trueq.Simulator method)
StateTensor (class in trueq.math.tensor)
status (trueq.interface.Executor property)
std (trueq.estimate.knr.KnrDataTable.Cell attribute)
(trueq.estimate.NormalEstimate property)
stds (trueq.estimate.EstimateArray property)
stochastic_infidelity (trueq.math.superop.Superop property)
string (trueq.interface.qasm_parser.QASMParse property)
subcycle (trueq.estimate.knr.KnrBodyEstimate property)
subcycles (trueq.estimate.knr.KnrDataTable.Cell attribute)
subsample() (trueq.Results method)
subset() (trueq.CircuitCollection method)
(trueq.Config method)
(trueq.config.GateFactory method)
(trueq.estimate.EstimateCollection method)
(trueq.estimate.NormalEstimate method)
(trueq.KeySet method)
Subsystems (class in trueq)
subsystems (trueq.Subsystems property)
sum_results() (trueq.CircuitCollection method)
Superop (class in trueq.math.superop)
SuperopNoise (class in trueq.simulation.add_basic)
swap() (trueq.math.weyl.Clifford static method)
sycamore() (trueq.visualization.Graph static method)
T
table() (trueq.estimate.comp_table.CompTable method)
(trueq.KeySet method)
temp_folder() (in module trueq.utils)
Tensor (class in trueq.math.tensor)
tensor() (trueq.Cycle method)
timestamps (class in trueq.visualization.plotters.timestamps)
title (trueq.estimate.comp_table.CompTable.Family attribute)
(trueq.estimate.comp_table.CompTable.Member attribute)
to_cirq() (trueq.Circuit method)
to_clifford() (trueq.Gate method)
to_dataframe() (trueq.estimate.EstimateArray method)
to_dict() (trueq.Circuit method)
(trueq.Config method)
(trueq.config.GateFactory method)
(trueq.Cycle method)
(trueq.estimate.base.Estimate method)
(trueq.Key method)
(trueq.math.weyl.WeylBase method)
(trueq.Results method)
(trueq.Twirl method)
to_dict_list() (trueq.CircuitCollection method)
(trueq.estimate.EstimateCollection method)
to_label() (trueq.visualization.Graph method)
to_pyquil() (trueq.Circuit method)
to_qasm() (trueq.Circuit method)
to_qiskit() (trueq.Circuit method)
to_results() (trueq.math.tensor.Tensor method)
to_rowstack_super() (in module trueq.math.tensor)
to_trueq_circ() (trueq.interface.base.Interface method)
(trueq.interface.cirq_interface.CirqInterface method)
(trueq.interface.pyquil_interface.PyQuilInterface method)
(trueq.interface.qasm_interface.QASMInterface method)
(trueq.interface.qiskit_interface.QiskitInterface method)
to_trueq_gate() (trueq.interface.base.Interface method)
(trueq.interface.cirq_interface.CirqInterface method)
(trueq.interface.pyquil_interface.PyQuilInterface method)
(trueq.interface.qasm_interface.QASMInterface method)
(trueq.interface.qiskit_interface.QiskitInterface method)
to_tuple_int() (in module trueq.utils)
to_yaml() (trueq.Config method)
total_dim (trueq.math.superop.Superop property)
(trueq.math.tensor.Tensor property)
TotalTime (class in trueq.sequencer)
tq_qubits (trueq.interface.metadata.CirqMetadata.CirqMeasure attribute)
transpose() (trueq.math.tensor.Tensor method)
trueq.exceptions
module
trueq.interface
module
trueq.interface.base
module
trueq.interface.cirq_interface
module
trueq.interface.metadata
module
trueq.interface.pyquil_interface
module
trueq.interface.qasm_interface
module
trueq.interface.qasm_parser
module
trueq.interface.qiskit_interface
module
trueq.settings
module
trueq.utils
module
TrueQUnpickler (class in trueq.utils)
TryInOrder (class in trueq.compilation)
tvd() (trueq.Results method)
Twirl (class in trueq)
twirls (trueq.estimate.comp_table.CompTable.Member attribute)
U
u1_factory (in module trueq.config.factory)
u2_factory (in module trueq.config.factory)
u3_factory (in module trueq.config.factory)
union() (trueq.Twirl method)
unit_cost() (trueq.compilation.decomposition_strategy.FactoryNoiseTopology method)
unitarity (trueq.math.superop.Superop property)
unitary_fraction (trueq.math.superop.Superop property)
unitary_order() (in module trueq.math.general)
UnmarkCycles (class in trueq.compilation)
unordered_contains() (trueq.config.InvolvingRule method)
unordered_get() (trueq.config.InvolvingRule method)
update() (trueq.math.tensor.Tensor method)
update_keys() (trueq.CircuitCollection method)
(trueq.estimate.EstimateCollection method)
upgrade (trueq.utils.UpgradePath.Stage attribute)
upgrade() (trueq.math.tensor.OperatorTensor method)
(trueq.math.tensor.StateTensor method)
(trueq.math.tensor.Tensor method)
upgrade_to() (trueq.utils.UpgradePath method)
UpgradePath (class in trueq.utils)
UpgradePath.Stage (class in trueq.utils)
use_schema_options() (in module trueq.utils)
V
vals (trueq.estimate.EstimateArray property)
value (trueq.simulation.backend.SimulationBackend.Runner property)
(trueq.simulation.PropagationBackend.Runner property)
value() (trueq.math.tensor.OperatorTensor method)
(trueq.math.tensor.StateTensor method)
(trueq.math.tensor.Tensor method)
values (trueq.estimate.NormalEstimate property)
(trueq.estimate.RCalEstimate property)
(trueq.Key property)
(trueq.utils.UpgradePath property)
values() (trueq.config.InvolvingRule method)
vec (trueq.Results property)
version (trueq.interface.base.InterfaceProperties attribute)
(trueq.interface.qasm_parser.QASMParse property)
W
w() (trueq.Gate static method)
WEYL_CHAR (trueq.math.weyl.WeylBase attribute)
WeylBase (class in trueq.math.weyl)
WeylDecomp (class in trueq.math.weyl)
Weyls (class in trueq.math.weyl)
WeylSet (class in trueq.math.weyl)
width (trueq.config.GateFactory property)
(trueq.Gate property)
(trueq.math.rotation.FixedRotation property)
(trueq.math.rotation.Layer property)
(trueq.math.rotation.Rotation property)
widths (trueq.estimate.knr.KnrDataTable property)
X
x (trueq.math.weyl.WeylBase property)
x_zero (trueq.compilation.decomposition_strategy.KakAttr property)
xy_equal (trueq.compilation.decomposition_strategy.KakAttr property)
XYStrategy (class in trueq.compilation)
Y
y_shifted_coeffs (trueq.math.weyl.WeylDecomp property)
y_zero (trueq.compilation.decomposition_strategy.KakAttr property)
yz_equal (trueq.compilation.decomposition_strategy.KakAttr property)
Z
z (trueq.math.weyl.WeylBase property)
z_zero (trueq.compilation.decomposition_strategy.KakAttr property)
zero() (trueq.math.superop.Superop static method)
arrow_drop_up
Top