perceval
Getting started
Beginner tutorials
Advanced tutorials
Expert tutorials
Legacy
Code Reference
algorithm
backends
components
providers
rendering
runtime
serialization
simulators
utils
exqalibur
Examples
Boson Sampling
Standard Quantum Algorithms
Variational Quantum Algorithms
Quantum Walk
Others
Community
Contributions
Bibliography
perceval
Index
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
K
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
|
Z
_
__call__() (perceval.utils.postselect.PostSelect method)
__floordiv__() (perceval.components.linear_circuit.Circuit method)
__ifloordiv__() (perceval.components.linear_circuit.Circuit method)
__imatmul__() (perceval.components.linear_circuit.Circuit method)
__iter__() (perceval.components.linear_circuit.Circuit method)
__matmul__() (perceval.components.linear_circuit.Circuit method)
__new__() (perceval.utils.matrix.Matrix static method)
A
acquire() (perceval.runtime.abstract_computer method)
(perceval.runtime.remote_computer.RemoteComputer method)
(perceval.runtime.simulated_computer.SimulatedComputer method)
add() (exqalibur.BSCount method)
(exqalibur.SVDistribution method)
(perceval.components.experiment.Experiment method)
(perceval.components.linear_circuit.Circuit method)
(perceval.runtime.execution_group.ExecutionGroup method)
(perceval.runtime.legacy.job_group.JobGroup method)
(perceval.runtime.legacy.processor.Processor method)
add_feed_forward_config() (exqalibur.SLAP method)
add_herald() (perceval.components.experiment.Experiment method)
(perceval.runtime.legacy.processor.Processor method)
add_iteration() (perceval.algorithm.sampler.Sampler method)
(perceval.runtime.computation_iterator.ComputationIterator method)
(perceval.runtime.execution_factory.ExecutionFactory method)
add_iteration_list() (perceval.algorithm.sampler.Sampler method)
(perceval.runtime.execution_factory.ExecutionFactory method)
add_params() (perceval.runtime.computation.Computation method)
(perceval.runtime.computation_iterator.ComputationIterator method)
all_amplitudes() (exqalibur.SLAP method)
all_prob() (perceval.backends._mps.MPSBackend method)
(perceval.backends._naive.NaiveBackend method)
(perceval.backends._naive_approx.NaiveApproxBackend method)
(perceval.backends._slap.SLAPBackend method)
(perceval.backends._slos.SLOSBackend method)
all_prob_normalize_output() (in module exqalibur)
all_probabilities() (exqalibur.SLAP method)
allstate_iterator() (in module perceval.utils.states)
Analyzer (class in perceval.algorithm.analyzer)
AnnotatedFockState (class in exqalibur)
Annotation (class in exqalibur)
append() (exqalibur.BSSamples method)
apply() (perceval.components.non_unitary_components.LC method)
(perceval.components.unitary_components.PERM method)
(perceval.simulators.stepper.Stepper method)
apply_configuration() (perceval.runtime.remote_computer.RemoteComputer method)
(perceval.runtime.simulated_computer.SimulatedComputer method)
apply_loss() (perceval.utils.density_matrix.DensityMatrix method)
apply_permutation() (perceval.utils.postselect.PostSelect method)
apply_phase_noise() (perceval.components.detector.BSLayeredPPNR method)
(perceval.components.detector.Detector method)
(perceval.components.experiment.Experiment method)
(perceval.components.feed_forward_configurator.FFCircuitProvider method)
(perceval.components.feed_forward_configurator.FFConfigurator method)
(perceval.components.linear_circuit.Circuit method)
(perceval.components.non_unitary_components.LC method)
(perceval.components.non_unitary_components.TD method)
(perceval.components.unitary_components.BS method)
(perceval.components.unitary_components.PS method)
architecture (perceval.runtime.platform_specs.PlatformSpecs property)
are_modes_free() (perceval.components.experiment.Experiment method)
ASkin (class in perceval.rendering.circuit.abstract_skin)
assign() (perceval.components.feed_forward_configurator.FFCircuitProvider method)
(perceval.components.feed_forward_configurator.FFConfigurator method)
(perceval.components.linear_circuit.Circuit method)
(perceval.components.non_unitary_components.LC method)
(perceval.components.non_unitary_components.TD method)
(perceval.components.unitary_components.BS method)
available_commands (perceval.runtime.platform_specs.PlatformSpecs property)
(perceval.runtime.remote_computer.RemoteComputer property)
(perceval.runtime.simulated_computer.SimulatedComputer property)
available_jobs (perceval.runtime.remote_computer.RemoteComputer property)
(perceval.runtime.simulated_computer.SimulatedComputer property)
available_parameters (perceval.runtime.remote_computer.RemoteComputer property)
(perceval.runtime.simulated_computer.SimulatedComputer property)
average_fidelity() (perceval.algorithm.tomography.tomography.ProcessTomography method)
B
Barrier (class in perceval.components.unitary_components)
barrier() (perceval.components.linear_circuit.Circuit method)
bell_state() (perceval.utils.stategenerator.StateGenerator method)
BINARY (perceval.utils._enums.FileFormat attribute)
block_circuit_size() (perceval.components.feed_forward_configurator.FFCircuitProvider method)
(perceval.components.feed_forward_configurator.FFConfigurator method)
bounds (perceval.utils.parameter.Parameter property)
break_in_2_mode_perms() (perceval.components.unitary_components.PERM method)
BS (class in perceval.components.unitary_components)
BSCount (class in exqalibur)
BSLayeredPPNR (class in perceval.components.detector)
BSSamples (class in exqalibur)
build() (perceval.runtime.error_mitigation.mitigation_factory.MitigationFactory method)
(perceval.simulators.simulator_factory.SimulatorFactory static method)
build_circuit() (perceval.components.component_catalog.CatalogItem method)
build_computation() (perceval.runtime.execution_factory.ExecutionFactory method)
build_execution() (perceval.runtime.execution_factory.ExecutionFactory method)
build_experiment() (perceval.components.component_catalog.CatalogItem method)
build_processor() (perceval.components.component_catalog.CatalogItem method)
build_remote_processor() (perceval.providers.kipu.kipu_session.Session method)
(perceval.providers.quandela.quandela_session.Session method)
(perceval.providers.scaleway.scaleway_session.Session method)
C
callback_interval (perceval.simulators.ExqaliburSimulator property)
can_compose_with() (perceval.utils.postselect.PostSelect method)
can_simulate_feed_forward() (perceval.backends._slap.SLAPBackend static method)
cancel() (perceval.runtime.communication_layer.CommunicationLayer method)
(perceval.runtime.execution.Execution method)
(perceval.runtime.legacy.local_job.LocalJob method)
(perceval.runtime.legacy.remote_job.RemoteJob method)
cancel_all() (perceval.runtime.execution_group.ExecutionGroup method)
(perceval.runtime.legacy.job_group.JobGroup method)
CANCEL_REQUESTED (perceval.runtime.execution_status.RunningStatus attribute)
canceled (perceval.runtime.execution_status.ExecutionStatus property)
CANCELED (perceval.runtime.execution_status.RunningStatus attribute)
CatalogItem (class in perceval.components.component_catalog)
check() (perceval.runtime.command.Command method)
check_input() (perceval.components.experiment.Experiment method)
(perceval.runtime.legacy.processor.Processor method)
(perceval.runtime.legacy.remote_processor.RemoteProcessor method)
chi_matrix() (perceval.algorithm.tomography.tomography.ProcessTomography method)
(perceval.algorithm.tomography.tomography_mle.ProcessTomographyMLE method)
Circuit (class in perceval.components.linear_circuit)
circuit_size (perceval.components.experiment.Experiment property)
(perceval.runtime.legacy.processor.Processor property)
circuit_template() (perceval.components.feed_forward_configurator.FFCircuitProvider method)
(perceval.components.feed_forward_configurator.FFConfigurator method)
CircuitOptimizer (class in exqalibur)
(class in perceval.utils.algorithms.circuit_optimizer)
clear() (exqalibur.BSSamples method)
(perceval.utils.postselect.PostSelect method)
clear_all_data() (perceval.utils.persistent_data.PersistentData method)
clear_annotations() (exqalibur.AnnotatedFockState method)
(exqalibur.FockState method)
(exqalibur.NoisyFockState method)
clear_cache() (perceval.components.detector.BSLayeredPPNR method)
(perceval.providers.kipu.kipu_config.KipuConfig class method)
(perceval.providers.quandela.remote_config.RemoteConfig class method)
(perceval.providers.scaleway.scaleway_config.ScalewayConfig class method)
clear_iterations() (perceval.algorithm.sampler.Sampler method)
(perceval.runtime.computation_iterator.ComputationIterator method)
(perceval.runtime.execution_factory.ExecutionFactory method)
clear_mask() (perceval.backends._mps.MPSBackend method)
(perceval.backends._naive.NaiveBackend method)
(perceval.backends._naive_approx.NaiveApproxBackend method)
(perceval.backends._slap.SLAPBackend method)
(perceval.backends._slos.SLOSBackend method)
clear_postselection() (perceval.simulators.ExqaliburSimulator method)
(perceval.simulators.Simulator method)
Clifford2017 (class in exqalibur)
Clifford2017Backend (class in perceval.backends._clifford2017)
clone() (perceval.runtime.execution.Execution method)
col() (perceval.algorithm.analyzer.Analyzer method)
Command (class in perceval.runtime.command)
commands (perceval.runtime.platform_specs.PlatformSpecs property)
CommunicationLayer (class in perceval.runtime.communication_layer)
CompilationAveraging (class in perceval.runtime.error_mitigation.compilation_averaging)
compile() (perceval.simulators.stepper.Stepper method)
completed (perceval.runtime.execution_status.ExecutionStatus property)
Computation (class in perceval.runtime.computation)
ComputationIterator (class in perceval.runtime.computation_iterator)
compute() (perceval.algorithm.analyzer.Analyzer method)
compute_max_thread_count (exqalibur.Config attribute)
compute_physical_logical_perf() (perceval.runtime.legacy.processor.Processor method)
(perceval.runtime.legacy.remote_processor.RemoteProcessor method)
(perceval.runtime.simulated_computer.SimulatedComputer method)
(perceval.simulators.ExqaliburNoisySamplingSimulator method)
(perceval.simulators.ExqaliburSimulator method)
(perceval.simulators.feed_forward_simulator.FFSimulator method)
(perceval.simulators.NoisySamplingSimulator method)
(perceval.simulators.Simulator method)
(perceval.simulators.stepper.Stepper method)
compute_unitary() (perceval.components.linear_circuit.Circuit method)
(perceval.components.unitary_components.BS method)
Config (class in exqalibur)
config_modes() (perceval.components.feed_forward_configurator.FFCircuitProvider method)
(perceval.components.feed_forward_configurator.FFConfigurator method)
configure() (perceval.components.feed_forward_configurator.FFCircuitProvider method)
(perceval.components.feed_forward_configurator.FFConfigurator method)
connected_input_modes (perceval.runtime.platform_specs.PlatformSpecs property)
constraints (perceval.runtime.platform_specs.PlatformSpecs property)
convention (perceval.components.unitary_components.BS property)
ConversionHelper (class in perceval.utils.conversion)
convert_polarized_state() (in module perceval.utils.polarization)
convert_to() (perceval.utils.conversion.ConversionHelper static method)
copy() (perceval.components.experiment.Experiment method)
(perceval.components.linear_circuit.Circuit method)
count() (exqalibur.BSSamples method)
(exqalibur.FSArray method)
create() (perceval.serialization.InputArchive method)
create_circuit() (perceval.components.detector.BSLayeredPPNR method)
create_iterator() (perceval.components.source.Source method)
create_sampler() (exqalibur.Source method)
(perceval.components.source.Source method)
create_simple_iterator() (exqalibur.Source method)
create_sub_directory() (perceval.utils.persistent_data.PersistentData method)
creation_timestamp (perceval.runtime.execution_status.ExecutionStatus property)
D
decomposition() (perceval.components.linear_circuit.Circuit static method)
DEFAULT_NAME (perceval.components.feed_forward_configurator.FFCircuitProvider attribute)
(perceval.components.feed_forward_configurator.FFConfigurator attribute)
default_shape() (perceval.rendering.circuit.abstract_skin.ASkin method)
defined (perceval.components.feed_forward_configurator.FFCircuitProvider property)
(perceval.components.feed_forward_configurator.FFConfigurator property)
(perceval.components.linear_circuit.Circuit property)
(perceval.components.non_unitary_components.LC property)
(perceval.components.non_unitary_components.TD property)
(perceval.components.unitary_components.BS property)
(perceval.utils.parameter.Expression property)
(perceval.utils.parameter.Parameter property)
definition() (perceval.components.linear_circuit.Circuit method)
(perceval.components.unitary_components.Barrier method)
(perceval.components.unitary_components.BS method)
(perceval.components.unitary_components.HWP method)
(perceval.components.unitary_components.PERM method)
(perceval.components.unitary_components.PS method)
(perceval.components.unitary_components.QWP method)
delete() (perceval.runtime.remote_computer.RemoteComputer method)
(perceval.runtime.simulated_computer.SimulatedComputer method)
delete_all_job_groups() (perceval.runtime.legacy.job_group.JobGroup static method)
delete_file() (perceval.utils.persistent_data.PersistentData method)
delete_job_group() (perceval.runtime.legacy.job_group.JobGroup static method)
delete_job_groups_date() (perceval.runtime.legacy.job_group.JobGroup static method)
delete_session() (perceval.providers.scaleway.scaleway_communication_layer.ScalewayCommunicationLayer method)
(perceval.runtime.communication_layer.CommunicationLayer method)
DensityMatrix (class in perceval.utils.density_matrix)
depths() (perceval.components.linear_circuit.Circuit method)
(perceval.components.unitary_components.BS method)
describe() (perceval.components.linear_circuit.Circuit method)
(perceval.components.unitary_components.Barrier method)
(perceval.components.unitary_components.BS method)
(perceval.components.unitary_components.PBS method)
(perceval.components.unitary_components.PERM method)
(perceval.components.unitary_components.PR method)
(perceval.components.unitary_components.PS method)
(perceval.components.unitary_components.Unitary method)
(perceval.components.unitary_components.WP method)
description (perceval.runtime.platform_specs.PlatformSpecs property)
deserialize() (perceval.serialization.Serialization static method)
details (perceval.runtime.remote_computer.RemoteComputer property)
(perceval.runtime.simulated_computer.SimulatedComputer property)
detect() (perceval.components.detector.BSLayeredPPNR method)
(perceval.components.detector.Detector method)
Detector (class in perceval.components.detector)
detector (perceval.runtime.platform_specs.PlatformSpecs property)
DetectorBalancing (class in perceval.runtime.error_mitigation.detector_balancing)
detectors (perceval.components.experiment.Experiment property)
dicke_state() (perceval.utils.stategenerator.StateGenerator method)
directory (perceval.utils.persistent_data.PersistentData property)
disable_file() (perceval.utils.logging.config.LoggerConfig method)
DisplayConfig (class in perceval.rendering)
distinct_permutations() (in module perceval.utils.qmath)
DistinguishablePhotonMitigation (class in perceval.runtime.error_mitigation.distinguishable_photon_mitigation)
distribution (perceval.algorithm.analyzer.Analyzer property)
distribution() (exqalibur.SLAP method)
DUAL_RAIL (perceval.utils._enums.Encoding attribute)
duration (perceval.runtime.execution_status.ExecutionStatus property)
E
efficiency (perceval.components.detector.Detector property)
enable_file() (perceval.utils.logging.config.LoggerConfig method)
encoding (perceval.components.port.Port property)
ERROR (perceval.runtime.execution_status.RunningStatus attribute)
error_process_matrix() (perceval.algorithm.tomography.tomography.ProcessTomography method)
estimate_expected_samples() (perceval.runtime.legacy.remote_processor.RemoteProcessor method)
(perceval.runtime.remote_computer.RemoteComputer method)
estimate_permanent_cx() (in module exqalibur)
estimate_permanent_fl() (in module exqalibur)
estimate_required_shots() (perceval.runtime.legacy.remote_processor.RemoteProcessor method)
(perceval.runtime.remote_computer.RemoteComputer method)
evalf() (perceval.utils.parameter.Parameter method)
evenly_spaced_state() (perceval.utils.stategenerator.StateGenerator static method)
evolve() (perceval.backends._mps.MPSBackend method)
(perceval.backends._naive.NaiveBackend method)
(perceval.backends._naive_approx.NaiveApproxBackend method)
(perceval.backends._slap.SLAPBackend method)
(perceval.backends._slos.SLOSBackend method)
(perceval.simulators.ExqaliburSimulator method)
(perceval.simulators.Simulator method)
(perceval.simulators.stepper.Stepper method)
evolve_density_matrix() (perceval.simulators.ExqaliburSimulator method)
(perceval.simulators.Simulator method)
evolve_svd() (perceval.simulators.ExqaliburSimulator method)
(perceval.simulators.Simulator method)
execute() (perceval.runtime.remote_computer.RemoteComputer method)
(perceval.runtime.simulated_computer.SimulatedComputer method)
execute_async() (perceval.runtime.execution.Execution method)
(perceval.runtime.legacy.local_job.LocalJob method)
(perceval.runtime.legacy.remote_job.RemoteJob method)
(perceval.runtime.remote_computer.RemoteComputer method)
(perceval.runtime.simulated_computer.SimulatedComputer method)
execute_sync() (perceval.runtime.execution.Execution method)
(perceval.runtime.legacy.local_job.LocalJob method)
(perceval.runtime.legacy.remote_job.RemoteJob method)
Execution (class in perceval.runtime.execution)
ExecutionFactory (class in perceval.runtime.execution_factory)
ExecutionGroup (class in perceval.runtime.execution_group)
executions (perceval.runtime.execution_group.ExecutionGroup property)
ExecutionStatus (class in perceval.runtime.execution_status)
expected (perceval.components.port.Herald property)
expected_input (exqalibur.SourceSampler property)
Experiment (class in perceval.components.experiment)
Expression (class in perceval.utils.parameter)
ExqaliburNoisySamplingSimulator (class in perceval.simulators)
ExqaliburSimulator (class in perceval.simulators)
extend() (exqalibur.BSSamples method)
extend_computation() (perceval.runtime.error_mitigation.compilation_averaging.CompilationAveraging method)
(perceval.runtime.error_mitigation.detector_balancing.DetectorBalancing method)
(perceval.runtime.error_mitigation.distinguishable_photon_mitigation.DistinguishablePhotonMitigation method)
(perceval.runtime.error_mitigation.photon_recycling.PhotonRecycling method)
eye() (perceval.utils.matrix.Matrix static method)
F
failed (perceval.runtime.execution_status.ExecutionStatus property)
FFCircuitProvider (class in perceval.components.feed_forward_configurator)
FFConfigurator (class in perceval.components.feed_forward_configurator)
FFSimulator (class in perceval.simulators.feed_forward_simulator)
fidelity (exqalibur.CircuitOptimizer property)
fill() (perceval.runtime.command.Command method)
find() (exqalibur.FSArray method)
find_subnodes() (perceval.components.linear_circuit.Circuit method)
fix_value() (perceval.utils.parameter.Parameter method)
fixed (perceval.utils.parameter.Expression property)
(perceval.utils.parameter.Parameter property)
flatten() (perceval.components.experiment.Experiment method)
(perceval.runtime.legacy.processor.Processor method)
fock_length (perceval.utils._enums.Encoding property)
FockState (class in exqalibur)
format_results() (perceval.simulators.ExqaliburNoisySamplingSimulator method)
(perceval.simulators.ExqaliburSimulator method)
(perceval.simulators.feed_forward_simulator.FFSimulator method)
(perceval.simulators.NoisySamplingSimulator method)
(perceval.simulators.Simulator method)
(perceval.simulators.stepper.Stepper method)
fourier() (perceval.components.unitary_components.Unitary static method)
from_id() (perceval.runtime.legacy.remote_job.RemoteJob static method)
from_json() (perceval.serialization.InputArchive class method)
from_server_response() (perceval.runtime.execution_status.RunningStatus static method)
from_svd() (perceval.utils.density_matrix.DensityMatrix static method)
from_text() (perceval.serialization.InputArchive class method)
FSArray (class in exqalibur)
FSDistribution (class in exqalibur)
FSFunction (class in exqalibur)
FSMask (class in exqalibur)
G
generate() (exqalibur.FSArray method)
generate_all_logical_states() (in module perceval.utils.logical_state)
generate_distribution() (exqalibur.Source method)
(perceval.components.source.Source method)
generate_samples() (exqalibur.SourceSampler method)
(perceval.components.source.Source method)
generate_separated_samples() (exqalibur.SourceSampler method)
(perceval.components.source.Source method)
GenericInterferometer (class in perceval.components.generic_interferometer)
get() (exqalibur.Annotation method)
(exqalibur.SVDistribution method)
get_availability() (perceval.runtime.communication_layer.CommunicationLayer method)
get_basic_state_from_encoding() (in module perceval.components.port)
get_basic_state_from_ports() (in module perceval.components.port)
get_commands() (perceval.runtime.communication_layer.CommunicationLayer method)
get_current_noise() (perceval.runtime.legacy.remote_processor.RemoteProcessor method)
get_details() (perceval.runtime.execution.Execution method)
get_detection_type() (in module perceval.components.detector)
get_folder_size() (perceval.utils.persistent_data.PersistentData method)
get_full_path() (perceval.utils.persistent_data.PersistentData method)
get_job_status() (perceval.runtime.communication_layer.CommunicationLayer method)
get_mode_annotations() (exqalibur.AnnotatedFockState method)
(exqalibur.FockState method)
(exqalibur.NoisyFockState method)
get_organization_id() (perceval.providers.kipu.kipu_config.KipuConfig method)
get_parameters() (perceval.components.feed_forward_configurator.FFCircuitProvider method)
(perceval.components.feed_forward_configurator.FFConfigurator method)
(perceval.components.linear_circuit.Circuit method)
(perceval.components.non_unitary_components.LC method)
(perceval.components.non_unitary_components.TD method)
(perceval.components.unitary_components.BS method)
get_performances() (perceval.runtime.communication_layer.CommunicationLayer method)
get_photon_annotation() (exqalibur.AnnotatedFockState method)
(exqalibur.FockState method)
(exqalibur.NoisyFockState method)
get_platform_details() (perceval.runtime.communication_layer.CommunicationLayer method)
get_provider() (perceval.providers.scaleway.scaleway_config.ScalewayConfig method)
get_proxies() (perceval.providers.kipu.kipu_config.KipuConfig method)
(perceval.providers.quandela.remote_config.RemoteConfig method)
(perceval.providers.scaleway.scaleway_config.ScalewayConfig method)
get_remote_status() (perceval.runtime.communication_layer.CommunicationLayer method)
get_results() (perceval.runtime.communication_layer.CommunicationLayer method)
(perceval.runtime.execution.Execution method)
(perceval.runtime.execution_group.ExecutionGroup method)
(perceval.runtime.legacy.job_group.JobGroup method)
(perceval.runtime.legacy.local_job.LocalJob method)
(perceval.runtime.legacy.remote_job.RemoteJob method)
(perceval.runtime.remote_computer.RemoteComputer method)
(perceval.runtime.simulated_computer.SimulatedComputer method)
get_selected_skin() (perceval.rendering.DisplayConfig static method)
get_shape() (perceval.rendering.circuit.abstract_skin.ASkin method)
get_specs() (perceval.runtime.communication_layer.CommunicationLayer method)
get_token() (perceval.providers.kipu.kipu_config.KipuConfig method)
(perceval.providers.quandela.remote_config.RemoteConfig method)
(perceval.providers.scaleway.scaleway_config.ScalewayConfig method)
get_token_env_var() (perceval.providers.kipu.kipu_config.KipuConfig class method)
(perceval.providers.quandela.remote_config.RemoteConfig class method)
(perceval.providers.scaleway.scaleway_config.ScalewayConfig class method)
get_unitary_extension() (perceval.utils.matrix.Matrix static method)
get_url() (perceval.providers.kipu.kipu_config.KipuConfig method)
(perceval.providers.quandela.remote_config.RemoteConfig method)
(perceval.providers.scaleway.scaleway_config.ScalewayConfig method)
get_width() (perceval.rendering.circuit.abstract_skin.ASkin method)
getitem() (perceval.components.linear_circuit.Circuit method)
ghz_state() (perceval.utils.stategenerator.StateGenerator method)
graph_state() (perceval.utils.stategenerator.StateGenerator method)
group_modes_simplification() (exqalibur.FSDistribution method)
H
H (perceval.components.unitary_components.BSConvention attribute)
H() (perceval.components.unitary_components.BS static method)
has_annotations (exqalibur.AnnotatedFockState property)
(exqalibur.FockState property)
(exqalibur.NoisyFockState property)
has_condition (perceval.utils.postselect.PostSelect property)
has_feedforward (perceval.components.experiment.Experiment property)
has_file() (perceval.utils.persistent_data.PersistentData method)
has_polarization (exqalibur.AnnotatedFockState property)
(exqalibur.FockState property)
(exqalibur.NoisyFockState property)
has_td (perceval.components.experiment.Experiment property)
Herald (class in perceval.components.port)
heralds (perceval.runtime.legacy.processor.Processor property)
HTML (perceval.rendering.format.Format attribute)
HWP (class in perceval.components.unitary_components)
I
id (perceval.runtime.legacy.remote_job.RemoteJob property)
identify() (perceval.components.linear_circuit.Circuit method)
in_heralds (perceval.runtime.legacy.processor.Processor property)
IN_OUT (perceval.components.port.PortLocation attribute)
in_port_names (perceval.components.experiment.Experiment property)
(perceval.runtime.legacy.processor.Processor property)
inject_annotation() (exqalibur.AnnotatedFockState method)
(exqalibur.FockState method)
(exqalibur.NoisyFockState method)
INPUT (perceval.components.port.PortLocation attribute)
InputArchive (class in perceval.serialization)
insert() (exqalibur.BSSamples method)
inverse() (perceval.components.linear_circuit.Circuit method)
is_composite() (perceval.components.feed_forward_configurator.FFCircuitProvider method)
(perceval.components.feed_forward_configurator.FFConfigurator method)
(perceval.components.linear_circuit.Circuit method)
is_independent_with() (perceval.utils.postselect.PostSelect method)
is_normalized (exqalibur.StateVector property)
is_perfect (exqalibur.Source property)
is_periodic (perceval.utils.parameter.Expression property)
(perceval.utils.parameter.Parameter property)
is_readable() (perceval.utils.persistent_data.PersistentData method)
is_remote (perceval.runtime.remote_computer.RemoteComputer property)
(perceval.runtime.simulated_computer.SimulatedComputer property)
is_symbolic() (perceval.utils.matrix.Matrix method)
is_unitary (perceval.components.experiment.Experiment property)
is_unitary() (perceval.utils.matrix.Matrix method)
is_variable (perceval.utils.parameter.Parameter property)
is_writable() (perceval.utils.persistent_data.PersistentData method)
items() (exqalibur.BSCount method)
(exqalibur.FSDistribution method)
(exqalibur.FSFunction method)
(exqalibur.SVDistribution method)
J
job_group_name (perceval.runtime.execution.Execution property)
JobGroup (class in perceval.runtime.legacy.job_group)
K
keep_heralds() (perceval.simulators.ExqaliburNoisySamplingSimulator method)
(perceval.simulators.ExqaliburSimulator method)
(perceval.simulators.feed_forward_simulator.FFSimulator method)
(perceval.simulators.NoisySamplingSimulator method)
(perceval.simulators.Simulator method)
(perceval.simulators.stepper.Stepper method)
keys() (exqalibur.BSCount method)
(exqalibur.FSDistribution method)
(exqalibur.FSFunction method)
(exqalibur.StateVector method)
(exqalibur.SVDistribution method)
KipuCommunicationLayer (class in perceval.providers.kipu.kipu_communication_layer)
KipuConfig (class in perceval.providers.kipu.kipu_config)
kl_divergence() (in module perceval.utils.dist_metrics)
L
LATEX (perceval.rendering.format.Format attribute)
launch_async_executions() (perceval.runtime.execution_group.ExecutionGroup method)
launch_async_jobs() (perceval.runtime.legacy.job_group.JobGroup method)
LC (class in perceval.components.non_unitary_components)
linear_circuit() (perceval.runtime.legacy.processor.Processor method)
list_active_computers() (perceval.runtime.execution_group.ExecutionGroup method)
list_active_executions() (perceval.runtime.execution_group.ExecutionGroup method)
list_active_jobs() (perceval.runtime.legacy.job_group.JobGroup method)
list_locally_saved() (perceval.runtime.legacy.job_group.JobGroup static method)
list_successful_executions() (perceval.runtime.execution_group.ExecutionGroup method)
list_successful_jobs() (perceval.runtime.legacy.job_group.JobGroup method)
list_tensor_product() (exqalibur.FSDistribution static method)
(exqalibur.FSFunction static method)
(exqalibur.SVDistribution static method)
list_unsent_computers() (perceval.runtime.execution_group.ExecutionGroup method)
list_unsent_executions() (perceval.runtime.execution_group.ExecutionGroup method)
list_unsent_jobs() (perceval.runtime.legacy.job_group.JobGroup method)
list_unsuccessful_computers() (perceval.runtime.execution_group.ExecutionGroup method)
list_unsuccessful_executions() (perceval.runtime.execution_group.ExecutionGroup method)
list_unsuccessful_jobs() (perceval.runtime.legacy.job_group.JobGroup method)
load_attr() (perceval.serialization.InputArchive method)
load_config() (perceval.utils.persistent_data.PersistentData method)
LocalJob (class in perceval.runtime.legacy.local_job)
log_resources() (perceval.runtime.legacy.remote_processor.RemoteProcessor method)
(perceval.runtime.simulated_computer.SimulatedComputer method)
(perceval.simulators.ExqaliburNoisySamplingSimulator method)
(perceval.simulators.ExqaliburSimulator method)
(perceval.simulators.NoisySamplingSimulator method)
(perceval.simulators.Simulator method)
LoggerConfig (class in perceval.utils.logging.config)
logical_length (perceval.utils._enums.Encoding property)
logical_state() (perceval.utils.stategenerator.StateGenerator method)
LogicalState (class in perceval.utils.logical_state)
M
m (exqalibur.AnnotatedFockState property)
(exqalibur.FockState property)
(exqalibur.FSDistribution property)
(exqalibur.FSFunction property)
(exqalibur.NoisyFockState property)
(exqalibur.StateVector property)
(exqalibur.SVDistribution property)
(perceval.components.experiment.Experiment property)
(perceval.runtime.legacy.processor.Processor property)
m_in (perceval.components.experiment.Experiment property)
(perceval.runtime.legacy.processor.Processor property)
make_inserter() (perceval.runtime.computation_iterator.ComputationIterator method)
match() (exqalibur.FSMask method)
(perceval.components.linear_circuit.Circuit method)
Matrix (class in perceval.utils.matrix)
max (perceval.utils.parameter.Parameter property)
max_detections (perceval.components.detector.BSLayeredPPNR property)
(perceval.components.detector.Detector property)
max_photon_state_iterator() (in module perceval.utils.states)
maybe_completed (perceval.runtime.execution_status.ExecutionStatus property)
measure() (exqalibur.StateVector method)
(perceval.rendering.circuit.abstract_skin.ASkin method)
(perceval.utils.density_matrix.DensityMatrix method)
merge() (exqalibur.AnnotatedFockState method)
(exqalibur.FockState method)
(exqalibur.NoisyFockState method)
(perceval.utils.postselect.PostSelect method)
merge_with_index() (perceval.runtime.execution_status.RunningStatus static method)
message (perceval.runtime.execution_status.ExecutionStatus property)
min (perceval.utils.parameter.Parameter property)
min_client_version (perceval.runtime.platform_specs.PlatformSpecs property)
min_detected_photons_filter (perceval.simulators.ExqaliburNoisySamplingSimulator property)
(perceval.simulators.ExqaliburSimulator property)
(perceval.simulators.feed_forward_simulator.FFSimulator property)
(perceval.simulators.NoisySamplingSimulator property)
(perceval.simulators.Simulator property)
(perceval.simulators.stepper.Stepper property)
min_detected_photons_filter() (perceval.components.experiment.Experiment method)
(perceval.runtime.legacy.processor.Processor method)
min_photons_filter (exqalibur.SourceSampler property)
MitigationFactory (class in perceval.runtime.error_mitigation.mitigation_factory)
MitigationLevel (class in perceval.runtime.error_mitigation.mitigation_factory)
mitigations (perceval.runtime.remote_computer.RemoteComputer property)
(perceval.runtime.simulated_computer.SimulatedComputer property)
Mixed (perceval.components.detector.DetectionType attribute)
mode2photon() (exqalibur.AnnotatedFockState method)
(exqalibur.FockState method)
(exqalibur.NoisyFockState method)
module
perceval.rendering.pdisplay
perceval.utils.conversion
perceval.utils.dist_metrics
perceval.utils.logging.config
perceval.utils.polarization
move_to_distribution() (exqalibur.FSFunction method)
move_to_function() (exqalibur.FSDistribution method)
MPLOT (perceval.rendering.format.Format attribute)
MPSBackend (class in perceval.backends._mps)
mzi_depths (perceval.components.generic_interferometer.GenericInterferometer property)
N
n (exqalibur.AnnotatedFockState property)
(exqalibur.FockState property)
(exqalibur.NoisyFockState property)
(exqalibur.StateVector property)
n_iterations (perceval.runtime.execution_factory.ExecutionFactory property)
n_max (exqalibur.SVDistribution property)
NaiveApproxBackend (class in perceval.backends._naive_approx)
NaiveBackend (class in perceval.backends._naive)
name (perceval.backends._clifford2017.Clifford2017Backend property)
(perceval.backends._mps.MPSBackend property)
(perceval.backends._naive.NaiveBackend property)
(perceval.backends._naive_approx.NaiveApproxBackend property)
(perceval.backends._slap.SLAPBackend property)
(perceval.backends._slos.SLOSBackend property)
(perceval.components.component_catalog.CatalogItem property)
(perceval.components.detector.BSLayeredPPNR property)
(perceval.components.detector.Detector property)
(perceval.components.feed_forward_configurator.FFCircuitProvider property)
(perceval.components.feed_forward_configurator.FFConfigurator property)
(perceval.components.linear_circuit.Circuit property)
(perceval.components.non_unitary_components.LC property)
(perceval.components.non_unitary_components.TD property)
(perceval.components.unitary_components.BS property)
(perceval.runtime.communication_layer.CommunicationLayer property)
(perceval.runtime.execution.Execution property)
(perceval.runtime.legacy.job_group.JobGroup property)
(perceval.runtime.legacy.local_job.LocalJob property)
(perceval.runtime.legacy.remote_job.RemoteJob property)
ncomponents() (perceval.components.linear_circuit.Circuit method)
(perceval.components.unitary_components.BS method)
noise (perceval.runtime.remote_computer.RemoteComputer property)
(perceval.runtime.simulated_computer.SimulatedComputer property)
NoiseModel (class in perceval.utils.noise_model)
NoisyFockState (class in exqalibur)
NoisySamplingSimulator (class in perceval.simulators)
NONE (perceval.runtime.execution_status.RunningStatus attribute)
norm_coefs() (exqalibur.FSArray method)
normalize() (exqalibur.StateVector method)
(exqalibur.SVDistribution method)
(perceval.utils.density_matrix.DensityMatrix method)
O
optimize() (exqalibur.CircuitOptimizer method)
(perceval.utils.algorithms.circuit_optimizer.CircuitOptimizer method)
optimize_rectangle() (perceval.utils.algorithms.circuit_optimizer.CircuitOptimizer method)
out_port_names (perceval.components.experiment.Experiment property)
(perceval.runtime.legacy.processor.Processor property)
OUTPUT (perceval.components.port.PortLocation attribute)
output_mode_type() (perceval.components.port.Herald method)
(perceval.components.port.Port method)
OutputArchive (class in perceval.serialization)
overhead() (perceval.runtime.error_mitigation.distinguishable_photon_mitigation.DistinguishablePhotonMitigation method)
P
param() (perceval.components.feed_forward_configurator.FFCircuitProvider method)
(perceval.components.feed_forward_configurator.FFConfigurator method)
(perceval.components.linear_circuit.Circuit method)
(perceval.components.non_unitary_components.LC method)
(perceval.components.non_unitary_components.TD method)
(perceval.components.unitary_components.BS method)
Parameter (class in perceval.utils.parameter)
parameters (perceval.runtime.platform_specs.PlatformSpecs property)
(perceval.runtime.remote_computer.RemoteComputer property)
(perceval.runtime.simulated_computer.SimulatedComputer property)
(perceval.utils.parameter.Expression property)
parametrized_unitary() (perceval.utils.matrix.Matrix static method)
params (perceval.components.feed_forward_configurator.FFCircuitProvider property)
(perceval.components.feed_forward_configurator.FFConfigurator property)
(perceval.components.linear_circuit.Circuit property)
(perceval.components.non_unitary_components.LC property)
(perceval.components.non_unitary_components.TD property)
(perceval.components.unitary_components.BS property)
parse() (perceval.utils.polarization.Polarization static method)
partially_distinguishable (exqalibur.Source property)
partition() (exqalibur.FockState method)
PBS (class in perceval.components.unitary_components)
pcvl_version (perceval.runtime.platform_specs.PlatformSpecs property)
pdisplay() (in module perceval.rendering.pdisplay)
pdisplay_to_file() (in module perceval.rendering.pdisplay)
perceval.rendering.pdisplay
module
perceval.utils.conversion
module
perceval.utils.dist_metrics
module
perceval.utils.logging.config
module
perceval.utils.polarization
module
perform_state_tomography() (perceval.algorithm.tomography.tomography.StateTomography method)
performance (perceval.runtime.remote_computer.RemoteComputer property)
(perceval.runtime.simulated_computer.SimulatedComputer property)
periodic_state() (perceval.utils.stategenerator.StateGenerator static method)
PERM (class in perceval.components.unitary_components)
perm_vector (perceval.components.unitary_components.PERM property)
permanent_cx() (in module exqalibur)
permanent_fl() (in module exqalibur)
PersistentData (class in perceval.utils.persistent_data)
photon2mode() (exqalibur.AnnotatedFockState method)
(exqalibur.FockState method)
(exqalibur.NoisyFockState method)
photon_recycling() (in module perceval.runtime.error_mitigation.photon_recycling)
photon_threshold_simplification() (exqalibur.FSDistribution method)
PhotonRecycling (class in perceval.runtime.error_mitigation.photon_recycling)
physical_perf (exqalibur.SourceSampler property)
PlatformSpecs (class in perceval.runtime.platform_specs)
PNR (perceval.components.detector.DetectionType attribute)
pnr() (perceval.components.detector.Detector static method)
Polarization (class in perceval.utils.polarization)
POLARIZATION (perceval.utils._enums.Encoding attribute)
pop() (exqalibur.BSSamples method)
Port (class in perceval.components.port)
post_select_distribution() (in module perceval.utils.postselect)
post_select_statevector() (in module perceval.utils.postselect)
PostSelect (class in perceval.utils.postselect)
PPNR (perceval.components.detector.DetectionType attribute)
ppnr() (perceval.components.detector.Detector static method)
PR (class in perceval.components.unitary_components)
prob_amplitude() (perceval.backends._mps.MPSBackend method)
(perceval.backends._naive.NaiveBackend method)
(perceval.backends._naive_approx.NaiveApproxBackend method)
(perceval.backends._slap.SLAPBackend method)
(perceval.backends._slos.SLOSBackend method)
prob_amplitude_with_error() (perceval.backends._naive_approx.NaiveApproxBackend method)
prob_distribution() (perceval.backends._mps.MPSBackend method)
(perceval.backends._naive.NaiveBackend method)
(perceval.backends._naive_approx.NaiveApproxBackend method)
(perceval.backends._slap.SLAPBackend method)
(perceval.backends._slos.SLOSBackend method)
probability() (perceval.backends._mps.MPSBackend method)
(perceval.backends._naive.NaiveBackend method)
(perceval.backends._naive_approx.NaiveApproxBackend method)
(perceval.backends._slap.SLAPBackend method)
(perceval.backends._slos.SLOSBackend method)
probability_confidence_interval() (perceval.backends._naive_approx.NaiveApproxBackend method)
probability_distribution() (perceval.components.source.Source method)
probs (perceval.algorithm.sampler.Sampler property)
(perceval.runtime.execution_factory.ExecutionFactory property)
probs() (perceval.runtime.simulated_computer.SimulatedComputer method)
(perceval.simulators.feed_forward_simulator.FFSimulator method)
(perceval.simulators.stepper.Stepper method)
probs_density_matrix() (perceval.simulators.ExqaliburSimulator method)
(perceval.simulators.Simulator method)
probs_svd() (perceval.simulators.ExqaliburSimulator method)
(perceval.simulators.feed_forward_simulator.FFSimulator method)
(perceval.simulators.Simulator method)
(perceval.simulators.stepper.Stepper method)
probs_to_sample_count() (in module perceval.utils.conversion)
probs_to_samples() (in module perceval.utils.conversion)
Processor (class in perceval.runtime.legacy.processor)
ProcessTomography (class in perceval.algorithm.tomography.tomography)
ProcessTomographyMLE (class in perceval.algorithm.tomography.tomography_mle)
prodnfact() (exqalibur.AnnotatedFockState method)
(exqalibur.FockState method)
(exqalibur.NoisyFockState method)
progress (perceval.runtime.execution_status.ExecutionStatus property)
progress() (perceval.runtime.execution_group.ExecutionGroup method)
(perceval.runtime.legacy.job_group.JobGroup method)
project_eh_ev() (perceval.utils.polarization.Polarization method)
PS (class in perceval.components.unitary_components)
Q
QuandelaCommunicationLayer (class in perceval.providers.quandela.quandela_communication_layer)
QUDIT2 (perceval.utils._enums.Encoding attribute)
QUDIT3 (perceval.utils._enums.Encoding attribute)
QUDIT4 (perceval.utils._enums.Encoding attribute)
QUDIT5 (perceval.utils._enums.Encoding attribute)
QUDIT6 (perceval.utils._enums.Encoding attribute)
QUDIT7 (perceval.utils._enums.Encoding attribute)
QWP (class in perceval.components.unitary_components)
R
r_to_theta() (perceval.components.unitary_components.BS static method)
random() (perceval.components.unitary_components.Unitary static method)
random_seed() (in module perceval.utils._random)
random_unitary() (perceval.utils.matrix.Matrix static method)
RAW (perceval.utils._enums.Encoding attribute)
read_file() (perceval.utils.persistent_data.PersistentData method)
RECTANGLE (perceval.utils._enums.InterferometerShape attribute)
reflectivity (perceval.components.unitary_components.BS property)
register_class() (perceval.serialization.Serialization static method)
register_custom_class() (perceval.serialization.Serialization static method)
register_data() (perceval.serialization.Serialization static method)
register_data_split() (perceval.serialization.Serialization static method)
relaunch_async_failed_executions() (perceval.runtime.execution_group.ExecutionGroup method)
relaunch_async_failed_jobs() (perceval.runtime.legacy.job_group.JobGroup method)
remote_jobs (perceval.runtime.legacy.job_group.JobGroup property)
RemoteComputer (class in perceval.runtime.remote_computer)
RemoteConfig (class in perceval.providers.quandela.remote_config)
RemoteJob (class in perceval.runtime.legacy.remote_job)
RemoteProcessor (class in perceval.runtime.legacy.remote_processor)
remove() (exqalibur.BSSamples method)
remove_all_ports() (perceval.components.experiment.Experiment method)
remove_low_amplitude() (perceval.utils.density_matrix.DensityMatrix method)
remove_modes() (exqalibur.AnnotatedFockState method)
(exqalibur.FockState method)
(exqalibur.NoisyFockState method)
remove_phase_layer() (perceval.components.generic_interferometer.GenericInterferometer method)
requires_polarization (perceval.components.linear_circuit.Circuit property)
(perceval.components.unitary_components.BS property)
rerun() (perceval.runtime.execution.Execution method)
(perceval.runtime.legacy.remote_job.RemoteJob method)
rerun_failed_parallel() (perceval.runtime.execution_group.ExecutionGroup method)
(perceval.runtime.legacy.job_group.JobGroup method)
rerun_failed_sequential() (perceval.runtime.execution_group.ExecutionGroup method)
(perceval.runtime.legacy.job_group.JobGroup method)
reset() (perceval.utils.logging.config.LoggerConfig method)
(perceval.utils.parameter.Parameter method)
reset_feed_forward() (exqalibur.SLAP method)
reset_parameters() (perceval.runtime.remote_computer.RemoteComputer method)
(perceval.runtime.simulated_computer.SimulatedComputer method)
reset_results_cache() (perceval.runtime.execution.Execution method)
reset_to_level() (perceval.runtime.error_mitigation.mitigation_factory.MitigationFactory method)
RPCHandler (class in perceval.providers.quandela.rpc_handler)
run_parallel() (perceval.runtime.execution_group.ExecutionGroup method)
(perceval.runtime.legacy.job_group.JobGroup method)
run_sequential() (perceval.runtime.execution_group.ExecutionGroup method)
(perceval.runtime.legacy.job_group.JobGroup method)
running (perceval.runtime.execution_status.ExecutionStatus property)
RUNNING (perceval.runtime.execution_status.RunningStatus attribute)
Rx (perceval.components.unitary_components.BSConvention attribute)
Rx() (perceval.components.unitary_components.BS static method)
Ry (perceval.components.unitary_components.BSConvention attribute)
Ry() (perceval.components.unitary_components.BS static method)
S
sample() (exqalibur.Clifford2017 method)
(exqalibur.FSDistribution method)
(exqalibur.StateVector method)
(exqalibur.SVDistribution method)
(perceval.backends._clifford2017.Clifford2017Backend method)
(perceval.utils.density_matrix.DensityMatrix method)
sample_count (perceval.algorithm.sampler.Sampler property)
(perceval.runtime.execution_factory.ExecutionFactory property)
sample_count() (perceval.runtime.simulated_computer.SimulatedComputer method)
(perceval.simulators.ExqaliburNoisySamplingSimulator method)
(perceval.simulators.NoisySamplingSimulator method)
sample_count_to_probs() (in module perceval.utils.conversion)
sample_count_to_samples() (in module perceval.utils.conversion)
Sampler (class in perceval.algorithm.sampler)
samples (perceval.algorithm.sampler.Sampler property)
(perceval.runtime.execution_factory.ExecutionFactory property)
samples() (exqalibur.Clifford2017 method)
(exqalibur.StateVector method)
(perceval.backends._clifford2017.Clifford2017Backend method)
(perceval.runtime.simulated_computer.SimulatedComputer method)
(perceval.simulators.ExqaliburNoisySamplingSimulator method)
(perceval.simulators.NoisySamplingSimulator method)
samples_to_probs() (in module perceval.utils.conversion)
samples_to_sample_count() (in module perceval.utils.conversion)
save() (perceval.providers.kipu.kipu_config.KipuConfig method)
(perceval.providers.quandela.remote_config.RemoteConfig method)
(perceval.providers.scaleway.scaleway_config.ScalewayConfig method)
(perceval.rendering.DisplayConfig static method)
(perceval.utils.logging.config.LoggerConfig method)
save_attr() (perceval.serialization.OutputArchive method)
save_config() (perceval.utils.persistent_data.PersistentData method)
ScalewayCommunicationLayer (class in perceval.providers.scaleway.scaleway_communication_layer)
ScalewayConfig (class in perceval.providers.scaleway.scaleway_config)
select_skin() (perceval.rendering.DisplayConfig static method)
send() (perceval.runtime.communication_layer.CommunicationLayer method)
separate_state() (exqalibur.NoisyFockState method)
serialize() (perceval.serialization.Serialization static method)
Session (class in perceval.providers.kipu.kipu_session)
(class in perceval.providers.quandela.quandela_session)
(class in perceval.providers.scaleway.scaleway_session)
set_circuit() (perceval.backends._clifford2017.Clifford2017Backend method)
(perceval.backends._mps.MPSBackend method)
(perceval.backends._naive.NaiveBackend method)
(perceval.backends._naive_approx.NaiveApproxBackend method)
(perceval.backends._slap.SLAPBackend method)
(perceval.backends._slos.SLOSBackend method)
(perceval.components.experiment.Experiment method)
(perceval.runtime.legacy.processor.Processor method)
(perceval.runtime.legacy.remote_processor.RemoteProcessor method)
(perceval.simulators.ExqaliburNoisySamplingSimulator method)
(perceval.simulators.ExqaliburSimulator method)
(perceval.simulators.NoisySamplingSimulator method)
(perceval.simulators.Simulator method)
set_compilation_averaging() (perceval.runtime.error_mitigation.mitigation_factory.MitigationFactory method)
set_custom_mitigation() (perceval.runtime.error_mitigation.mitigation_factory.MitigationFactory method)
set_cutoff() (perceval.backends._mps.MPSBackend method)
set_detector_balancing() (perceval.runtime.error_mitigation.mitigation_factory.MitigationFactory method)
set_detectors() (perceval.simulators.ExqaliburNoisySamplingSimulator method)
(perceval.simulators.NoisySamplingSimulator method)
set_distinguishable_photon_mitigation() (perceval.runtime.error_mitigation.mitigation_factory.MitigationFactory method)
set_feed_forward() (perceval.backends._slap.SLAPBackend method)
set_heralds() (perceval.simulators.ExqaliburSimulator method)
(perceval.simulators.Simulator method)
set_identity_mode() (perceval.components.generic_interferometer.GenericInterferometer method)
set_input_state() (exqalibur.Clifford2017 method)
(exqalibur.SLAP method)
(perceval.backends._clifford2017.Clifford2017Backend method)
(perceval.backends._mps.MPSBackend method)
(perceval.backends._naive.NaiveBackend method)
(perceval.backends._naive_approx.NaiveApproxBackend method)
(perceval.backends._slap.SLAPBackend method)
(perceval.backends._slos.SLOSBackend method)
set_level() (perceval.utils.logging.config.LoggerConfig method)
set_mask() (exqalibur.SLAP method)
(perceval.backends._mps.MPSBackend method)
(perceval.backends._naive.NaiveBackend method)
(perceval.backends._naive_approx.NaiveApproxBackend method)
(perceval.backends._slap.SLAPBackend method)
(perceval.backends._slos.SLOSBackend method)
set_max_eval_per_trial() (exqalibur.CircuitOptimizer method)
set_max_time_per_trial() (exqalibur.CircuitOptimizer method)
set_min_detected_photons_filter() (perceval.simulators.ExqaliburNoisySamplingSimulator method)
(perceval.simulators.ExqaliburSimulator method)
(perceval.simulators.feed_forward_simulator.FFSimulator method)
(perceval.simulators.NoisySamplingSimulator method)
(perceval.simulators.Simulator method)
(perceval.simulators.stepper.Stepper method)
set_organization_id() (perceval.providers.kipu.kipu_config.KipuConfig class method)
set_param_list() (perceval.components.generic_interferometer.GenericInterferometer method)
set_params_from_other() (perceval.components.generic_interferometer.GenericInterferometer method)
set_periodic() (perceval.utils.parameter.Parameter method)
set_photon_recycling() (perceval.runtime.error_mitigation.mitigation_factory.MitigationFactory method)
set_postselection() (perceval.components.experiment.Experiment method)
(perceval.runtime.legacy.processor.Processor method)
(perceval.simulators.ExqaliburSimulator method)
(perceval.simulators.Simulator method)
set_precision() (perceval.simulators.ExqaliburSimulator method)
(perceval.simulators.Simulator method)
set_progress_callback() (perceval.runtime.execution.Execution method)
(perceval.runtime.legacy.local_job.LocalJob method)
set_provider() (perceval.providers.scaleway.scaleway_config.ScalewayConfig class method)
set_proxies() (perceval.providers.kipu.kipu_config.KipuConfig static method)
(perceval.providers.quandela.remote_config.RemoteConfig static method)
(perceval.providers.scaleway.scaleway_config.ScalewayConfig static method)
set_seed() (in module exqalibur)
set_selection() (perceval.simulators.ExqaliburNoisySamplingSimulator method)
(perceval.simulators.ExqaliburSimulator method)
(perceval.simulators.feed_forward_simulator.FFSimulator method)
(perceval.simulators.NoisySamplingSimulator method)
(perceval.simulators.Simulator method)
(perceval.simulators.stepper.Stepper method)
set_slice() (exqalibur.AnnotatedFockState method)
(exqalibur.FockState method)
(exqalibur.NoisyFockState method)
set_threshold() (exqalibur.CircuitOptimizer method)
set_token() (perceval.providers.kipu.kipu_config.KipuConfig class method)
(perceval.providers.quandela.remote_config.RemoteConfig class method)
(perceval.providers.scaleway.scaleway_config.ScalewayConfig class method)
set_token_env_var() (perceval.providers.kipu.kipu_config.KipuConfig class method)
(perceval.providers.quandela.remote_config.RemoteConfig class method)
(perceval.providers.scaleway.scaleway_config.ScalewayConfig class method)
set_unitary() (exqalibur.Clifford2017 method)
(exqalibur.SLAP method)
set_url() (perceval.providers.kipu.kipu_config.KipuConfig class method)
(perceval.providers.quandela.remote_config.RemoteConfig class method)
(perceval.providers.scaleway.scaleway_config.ScalewayConfig class method)
set_value() (perceval.utils.parameter.Parameter method)
shift_modes() (perceval.utils.postselect.PostSelect method)
simp() (perceval.utils.matrix.Matrix method)
simplify() (in module perceval.utils.algorithms.simplification)
SimulatedComputer (class in perceval.runtime.simulated_computer)
Simulator (class in perceval.simulators)
SimulatorFactory (class in perceval.simulators.simulator_factory)
size() (exqalibur.FSArray method)
SLAP (class in exqalibur)
SLAPBackend (class in perceval.backends._slap)
slice() (exqalibur.AnnotatedFockState method)
(exqalibur.FockState method)
(exqalibur.NoisyFockState method)
SLOSBackend (class in perceval.backends._slos)
software_versions (perceval.runtime.platform_specs.PlatformSpecs property)
Source (class in exqalibur)
(class in perceval.components.source)
source (perceval.runtime.legacy.processor.Processor property)
source_distribution (perceval.runtime.legacy.processor.Processor property)
SourceSampler (class in exqalibur)
specific_circuit (perceval.runtime.platform_specs.PlatformSpecs property)
specs (perceval.runtime.remote_computer.RemoteComputer property)
(perceval.runtime.simulated_computer.SimulatedComputer property)
split_state() (exqalibur.NoisyFockState method)
spv (perceval.utils.parameter.Parameter property)
start() (perceval.providers.scaleway.scaleway_session.Session method)
(perceval.runtime.remote_computer.RemoteComputer method)
(perceval.runtime.simulated_computer.SimulatedComputer method)
start_run() (perceval.runtime.execution_status.ExecutionStatus method)
start_session() (perceval.providers.scaleway.scaleway_communication_layer.ScalewayCommunicationLayer method)
(perceval.runtime.communication_layer.CommunicationLayer method)
start_timestamp (perceval.runtime.execution_status.ExecutionStatus property)
state_fidelity() (perceval.algorithm.tomography.tomography_mle.StateTomographyMLE static method)
StateGenerator (class in perceval.utils.stategenerator)
StateTomography (class in perceval.algorithm.tomography.tomography)
StateTomographyMLE (class in perceval.algorithm.tomography.tomography_mle)
StateVector (class in exqalibur)
status (perceval.runtime.execution.Execution property)
(perceval.runtime.execution_status.ExecutionStatus property)
(perceval.runtime.legacy.local_job.LocalJob property)
(perceval.runtime.legacy.remote_job.RemoteJob property)
(perceval.runtime.remote_computer.RemoteComputer property)
(perceval.runtime.simulated_computer.SimulatedComputer property)
Stepper (class in perceval.simulators.stepper)
stop() (perceval.providers.scaleway.scaleway_session.Session method)
(perceval.runtime.remote_computer.RemoteComputer method)
(perceval.runtime.simulated_computer.SimulatedComputer method)
stop_message (perceval.runtime.execution_status.ExecutionStatus property)
stop_run() (perceval.runtime.execution_status.ExecutionStatus method)
stop_session() (perceval.providers.scaleway.scaleway_communication_layer.ScalewayCommunicationLayer method)
(perceval.runtime.communication_layer.CommunicationLayer method)
str_value() (exqalibur.Annotation method)
success (perceval.runtime.execution_status.ExecutionStatus property)
SUCCESS (perceval.runtime.execution_status.RunningStatus attribute)
SUSPENDED (perceval.runtime.execution_status.RunningStatus attribute)
SVDistribution (class in exqalibur)
T
TD (class in perceval.components.non_unitary_components)
tensor_product() (exqalibur.FSDistribution static method)
(exqalibur.FSFunction static method)
(exqalibur.SVDistribution static method)
TEXT (perceval.rendering.format.Format attribute)
(perceval.utils._enums.FileFormat attribute)
theta_to_r() (perceval.components.unitary_components.BS static method)
Threshold (perceval.components.detector.DetectionType attribute)
threshold() (perceval.components.detector.Detector static method)
threshold_detection() (exqalibur.AnnotatedFockState method)
(exqalibur.FockState method)
(exqalibur.NoisyFockState method)
to_distribution() (exqalibur.FSFunction method)
to_function() (exqalibur.FSDistribution method)
to_json() (perceval.serialization.OutputArchive method)
to_server_response() (perceval.runtime.execution_status.RunningStatus static method)
to_svd() (perceval.utils.density_matrix.DensityMatrix method)
to_text() (perceval.serialization.OutputArchive method)
TomographyMLE (class in perceval.algorithm.tomography.tomography_mle)
total() (exqalibur.BSCount method)
track_progress() (perceval.runtime.execution_group.ExecutionGroup method)
(perceval.runtime.legacy.job_group.JobGroup method)
transfer_from() (perceval.components.linear_circuit.Circuit method)
TRIANGLE (perceval.utils._enums.InterferometerShape attribute)
trim() (exqalibur.FSDistribution method)
(exqalibur.FSFunction method)
trim_relative() (exqalibur.FSDistribution method)
tvd_dist() (in module perceval.utils.dist_metrics)
type (perceval.components.detector.BSLayeredPPNR property)
(perceval.components.detector.Detector property)
(perceval.runtime.remote_computer.RemoteComputer property)
(perceval.runtime.simulated_computer.SimulatedComputer property)
U
U (perceval.components.linear_circuit.Circuit property)
(perceval.components.unitary_components.BS property)
Unitary (class in perceval.components.unitary_components)
unitary_check_precision (exqalibur.Config attribute)
unitary_circuit() (perceval.components.experiment.Experiment method)
unknown (perceval.runtime.execution_status.ExecutionStatus property)
UNKNOWN (perceval.runtime.execution_status.RunningStatus attribute)
unnormalized_iterator() (exqalibur.StateVector method)
update_progress() (perceval.runtime.execution_status.ExecutionStatus method)
update_state_1_mode() (perceval.backends._mps.MPSBackend method)
update_state_2_mode() (perceval.backends._mps.MPSBackend method)
update_times() (perceval.runtime.execution_status.ExecutionStatus method)
use_perceval_logger() (perceval.utils.logging.config.LoggerConfig method)
use_phase_noise() (perceval.components.experiment.Experiment method)
use_python_logger() (perceval.utils.logging.config.LoggerConfig method)
use_single_precision (exqalibur.Config attribute)
user_given_name (perceval.components.port.Herald property)
V
validate() (perceval.runtime.computation.Computation method)
validate_single() (perceval.runtime.remote_computer.RemoteComputer method)
(perceval.runtime.simulated_computer.SimulatedComputer method)
values() (exqalibur.BSCount method)
(exqalibur.FSDistribution method)
(exqalibur.FSFunction method)
(exqalibur.SVDistribution method)
vars (perceval.components.feed_forward_configurator.FFCircuitProvider property)
(perceval.components.feed_forward_configurator.FFConfigurator property)
(perceval.components.linear_circuit.Circuit property)
(perceval.components.non_unitary_components.LC property)
(perceval.components.non_unitary_components.TD property)
(perceval.components.unitary_components.BS property)
W
waiting (perceval.runtime.execution_status.ExecutionStatus property)
WAITING (perceval.runtime.execution_status.RunningStatus attribute)
was_sent (perceval.runtime.legacy.remote_job.RemoteJob property)
with_input() (perceval.runtime.legacy.processor.Processor method)
WP (class in perceval.components.unitary_components)
write_file() (perceval.utils.persistent_data.PersistentData method)
Z
zero_padded_state() (perceval.utils.stategenerator.StateGenerator static method)
zeros() (perceval.utils.matrix.Matrix static method)
zpp (exqalibur.SourceSampler property)
Other Versions
v: v1.3
Tags
v0.6
v0.7
v0.8
v0.9
v0.10
v0.11
v0.12
v0.13
v1.0
v1.1
v1.2
v1.3