Index A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | V | W A adapter() (in module quantum_launcher.base.adapter_structure) add() (quantum_launcher.launcher.aql.AQLManager method) add_algorithm() (quantum_launcher.launcher.aql.AQLManager method) add_backend() (quantum_launcher.launcher.aql.AQLManager method) add_problem() (quantum_launcher.launcher.aql.AQLManager method) AerBackend (class in quantum_launcher.routines.qiskit_routines.backends.aer_backend) alg_kwargs (quantum_launcher.base.base.Algorithm attribute) Algorithm (class in quantum_launcher.base.base) algorithm (quantum_launcher.launcher.qlauncher.QuantumLauncher attribute) alternating_ansatz (quantum_launcher.routines.qiskit_routines.algorithms.qiskit_native.QAOA attribute) analyze_result() (quantum_launcher.base.base.Problem method) (quantum_launcher.problems.problem_initialization.qatm.QATM method) AQL (class in quantum_launcher.launcher.aql) AQLManager (class in quantum_launcher.launcher.aql) AQTBackend (class in quantum_launcher.routines.qiskit_routines.backends.aqt_backend) asyncQuantumLauncher (class in quantum_launcher.launcher.aql) aux (quantum_launcher.routines.qiskit_routines.algorithms.qiskit_native.QAOA attribute) average_energy (quantum_launcher.base.base.Result attribute) B Backend (class in quantum_launcher.base.base) backend (quantum_launcher.launcher.qlauncher.QuantumLauncher attribute) backendv1v2 (quantum_launcher.routines.qiskit_routines.backends.qiskit_backend.QiskitBackend attribute) basis_gates (quantum_launcher.base.translator.CirqTranslation attribute) (quantum_launcher.base.translator.QiskitTranslation attribute) (quantum_launcher.base.translator.Translation attribute) best() (quantum_launcher.base.base.Result method) best_bitstring (quantum_launcher.base.base.Result attribute) best_energy (quantum_launcher.base.base.Result attribute) beta_0 (quantum_launcher.routines.qiskit_routines.algorithms.qiskit_native.FALQON attribute) Binary (class in quantum_launcher.problems.problem_formulations.jssp.Binary) binding_params (quantum_launcher.launcher.qlauncher.QuantumLauncher attribute) C calculate() (quantum_launcher.problems.problem_formulations.jssp.Binary.Binary method) cancel() (quantum_launcher.routines.qiskit_routines.v2_wrapper.RuntimeJobV2Adapter method) cancelled() (quantum_launcher.routines.qiskit_routines.v2_wrapper.RuntimeJobV2Adapter method) check_if_binary() (quantum_launcher.hampy.debug.TruthTable method) circuit_class_mapping (quantum_launcher.base.translator.Translation attribute) circuit_object (quantum_launcher.base.translator.CirqTranslation attribute) (quantum_launcher.base.translator.QiskitTranslation attribute) (quantum_launcher.base.translator.Translation attribute) cirq_result_to_probabilities() (in module quantum_launcher.routines.cirq_routines) CirqBackend (class in quantum_launcher.routines.cirq_routines) CirqSampler (class in quantum_launcher.routines.cirq_routines) CirqTranslation (class in quantum_launcher.base.translator) clean_up() (quantum_launcher.workflow.pilotjob_scheduler.JobManager method) commutator() (in module quantum_launcher.routines.qiskit_routines.algorithms.qiskit_native) compile() (quantum_launcher.problems.problem_formulations.jssp.Binary.Binary method) construct_result() (quantum_launcher.routines.dwave_routines.DwaveSolver method) (quantum_launcher.routines.qiskit_routines.algorithms.qiskit_native.QAOA method) cost_h (quantum_launcher.routines.qiskit_routines.algorithms.qiskit_native.FALQON attribute) count() (quantum_launcher.hampy.debug.TruthTable method) count_min_value_solutions() (quantum_launcher.hampy.debug.TruthTable method) D default_formatter() (in module quantum_launcher.base.adapter_structure) delta_t (quantum_launcher.routines.qiskit_routines.algorithms.qiskit_native.FALQON attribute) DependencyError distribution (quantum_launcher.base.base.Result attribute) done (quantum_launcher.workflow.workflow_manager.SubTask property) done() (quantum_launcher.routines.qiskit_routines.v2_wrapper.RuntimeJobV2Adapter method) dotenv_path (quantum_launcher.routines.qiskit_routines.backends.aqt_backend.AQTBackend attribute) driver_h (quantum_launcher.routines.qiskit_routines.algorithms.qiskit_native.FALQON attribute) DwaveBackend (class in quantum_launcher.routines.dwave_routines) DWaveScheduler (class in quantum_launcher.problems.problem_formulations.jssp.pyqubo_scheduler) DwaveSolver (class in quantum_launcher.routines.dwave_routines) E EC (class in quantum_launcher.problems.problem_initialization.ec) EducatedGuess (class in quantum_launcher.routines.qiskit_routines.algorithms.educated_guess) encoding_type (quantum_launcher.launcher.qlauncher.QuantumLauncher attribute) energies (quantum_launcher.base.base.Result attribute) energy_std (quantum_launcher.base.base.Result attribute) Equation (class in quantum_launcher.hampy.object) estimator (quantum_launcher.routines.qiskit_routines.backends.aqt_backend.AQTBackend attribute) (quantum_launcher.routines.qiskit_routines.backends.qiskit_backend.QiskitBackend attribute) F FALQON (class in quantum_launcher.routines.qiskit_routines.algorithms.qiskit_native) fix_json() (in module quantum_launcher.launcher.qlauncher) formatter() (in module quantum_launcher.base.adapter_structure) from_distributions() (quantum_launcher.base.base.Result static method) from_file() (quantum_launcher.base.base.Problem class method) (quantum_launcher.problems.problem_initialization.ec.EC class method) (quantum_launcher.problems.problem_initialization.graph_coloring.GraphColoring static method) (quantum_launcher.problems.problem_initialization.jssp.JSSP class method) (quantum_launcher.problems.problem_initialization.qatm.QATM class method) from_preset() (quantum_launcher.base.base.Problem static method) (quantum_launcher.problems.problem_initialization.ec.EC static method) (quantum_launcher.problems.problem_initialization.graph_coloring.GraphColoring static method) (quantum_launcher.problems.problem_initialization.jssp.JSSP static method) (quantum_launcher.problems.problem_initialization.maxcut.MaxCut static method) (quantum_launcher.problems.problem_initialization.tsp.TSP static method) from_qasm() (quantum_launcher.base.translator.CirqTranslation method) (quantum_launcher.base.translator.QiskitTranslation method) (quantum_launcher.base.translator.Translation method) G generate_ec_instance() (quantum_launcher.problems.problem_initialization.ec.EC static method) generate_graph_coloring_instance() (quantum_launcher.problems.problem_initialization.graph_coloring.GraphColoring static method) generate_maxcut_instance() (quantum_launcher.problems.problem_initialization.maxcut.MaxCut static method) generate_tsp_instance() (quantum_launcher.problems.problem_initialization.tsp.TSP static method) get_bitstring() (quantum_launcher.routines.qiskit_routines.algorithms.qiskit_native.QAOA method) get_bqm() (quantum_launcher.problems.problem_formulations.jssp.pyqubo_scheduler.DWaveScheduler method) get_formatter() (in module quantum_launcher.base.adapter_structure) get_graph_coloring_qubo() (in module quantum_launcher.problems.problem_formulations.qubo) get_hamiltonian() (quantum_launcher.problems.problem_formulations.jssp.qiskit_scheduler.QiskitScheduler method) get_jss_bqm() (in module quantum_launcher.problems.problem_formulations.jssp.pyqubo_scheduler) get_jss_hamiltonian() (in module quantum_launcher.problems.problem_formulations.jssp.qiskit_scheduler) get_label() (in module quantum_launcher.problems.problem_formulations.jssp.scheduler) get_maxcut_qubo() (in module quantum_launcher.problems.problem_formulations.qubo) get_min_value_solutions() (quantum_launcher.hampy.debug.TruthTable method) get_order() (quantum_launcher.hampy.object.Equation method) get_pipeline() (quantum_launcher.base.adapter_structure.ProblemFormatter method) get_processing_times() (quantum_launcher.routines.qiskit_routines.algorithms.qiskit_native.QiskitOptimizationAlgorithm method) get_qiskit_hamiltonian() (in module quantum_launcher.problems.problem_formulations.hamiltonian) get_raw_qubo() (in module quantum_launcher.problems.problem_formulations.qubo) get_solutions() (quantum_launcher.hampy.debug.TruthTable method) get_translation() (quantum_launcher.base.translator.Translation static method) get_variable() (quantum_launcher.hampy.object.Equation method) GraphColoring (class in quantum_launcher.problems.problem_initialization.graph_coloring) H hamiltonian (quantum_launcher.hampy.object.Equation property) hamiltonian_to_qubo() (in module quantum_launcher.problems.problem_formulations.hamiltonian) I IBMBackend (class in quantum_launcher.routines.qiskit_routines.backends.ibm_backend) in_final_state() (quantum_launcher.routines.qiskit_routines.v2_wrapper.RuntimeJobV2Adapter method) input() (quantum_launcher.workflow.workflow_manager.WorkflowManager method) instance (quantum_launcher.base.base.Problem attribute) (quantum_launcher.problems.problem_initialization.ec.EC attribute) (quantum_launcher.problems.problem_initialization.graph_coloring.GraphColoring attribute) (quantum_launcher.problems.problem_initialization.maxcut.MaxCut attribute) (quantum_launcher.problems.problem_initialization.qatm.QATM attribute) (quantum_launcher.problems.problem_initialization.raw.Raw attribute) instance_name (quantum_launcher.base.base.Problem attribute) (quantum_launcher.problems.problem_initialization.ec.EC attribute) (quantum_launcher.problems.problem_initialization.qatm.QATM attribute) instance_path (quantum_launcher.problems.problem_initialization.ec.EC attribute) (quantum_launcher.problems.problem_initialization.qatm.QATM attribute) is_quadratic() (quantum_launcher.hampy.object.Equation method) is_ready() (quantum_launcher.workflow.workflow_manager.Task method) J JobManager (class in quantum_launcher.workflow.pilotjob_scheduler) JobShopScheduler (class in quantum_launcher.problems.problem_formulations.jssp.scheduler) JSSP (class in quantum_launcher.problems.problem_initialization.jssp) K KeyList (class in quantum_launcher.problems.problem_formulations.jssp.scheduler) L language (quantum_launcher.base.translator.CirqTranslation attribute) (quantum_launcher.base.translator.QiskitTranslation attribute) (quantum_launcher.base.translator.Translation attribute) language_name_mapping (quantum_launcher.base.translator.Translation attribute) M main() (in module quantum_launcher.workflow.pilotjob_task) make_connection_hamiltonian() (in module quantum_launcher.problems.problem_formulations.hamiltonians.tsp) make_non_collision_hamiltonian() (in module quantum_launcher.problems.problem_formulations.hamiltonians.tsp) make_tag() (quantum_launcher.routines.qiskit_routines.algorithms.qiskit_native.QiskitOptimizationAlgorithm method) max_time (quantum_launcher.problems.problem_initialization.jssp.JSSP attribute) MaxCut (class in quantum_launcher.problems.problem_initialization.maxcut) mixer_h (quantum_launcher.routines.qiskit_routines.algorithms.qiskit_native.QAOA attribute) module quantum_launcher quantum_launcher.base quantum_launcher.base.adapter_structure quantum_launcher.base.base quantum_launcher.base.translator quantum_launcher.hampy quantum_launcher.hampy.debug quantum_launcher.hampy.equations quantum_launcher.hampy.object quantum_launcher.hampy.utils quantum_launcher.import_management quantum_launcher.launcher quantum_launcher.launcher.aql quantum_launcher.launcher.profiling_launcher quantum_launcher.launcher.qlauncher quantum_launcher.problems quantum_launcher.problems.problem_formulations quantum_launcher.problems.problem_formulations.bqm quantum_launcher.problems.problem_formulations.hamiltonian quantum_launcher.problems.problem_formulations.hamiltonians quantum_launcher.problems.problem_formulations.hamiltonians.tsp quantum_launcher.problems.problem_formulations.jssp quantum_launcher.problems.problem_formulations.jssp.Binary quantum_launcher.problems.problem_formulations.jssp.pyqubo_scheduler quantum_launcher.problems.problem_formulations.jssp.qiskit_scheduler quantum_launcher.problems.problem_formulations.jssp.scheduler quantum_launcher.problems.problem_formulations.qubo quantum_launcher.problems.problem_initialization quantum_launcher.problems.problem_initialization.ec quantum_launcher.problems.problem_initialization.graph_coloring quantum_launcher.problems.problem_initialization.jssp quantum_launcher.problems.problem_initialization.maxcut quantum_launcher.problems.problem_initialization.qatm quantum_launcher.problems.problem_initialization.raw quantum_launcher.problems.problem_initialization.tsp quantum_launcher.routines quantum_launcher.routines.cirq_routines quantum_launcher.routines.dwave_routines quantum_launcher.routines.qiskit_routines quantum_launcher.routines.qiskit_routines.algorithms quantum_launcher.routines.qiskit_routines.algorithms.educated_guess quantum_launcher.routines.qiskit_routines.algorithms.qiskit_native quantum_launcher.routines.qiskit_routines.backends quantum_launcher.routines.qiskit_routines.backends.aer_backend quantum_launcher.routines.qiskit_routines.backends.aqt_backend quantum_launcher.routines.qiskit_routines.backends.ibm_backend quantum_launcher.routines.qiskit_routines.backends.qiskit_backend quantum_launcher.routines.qiskit_routines.v2_wrapper quantum_launcher.utils quantum_launcher.workflow quantum_launcher.workflow.pilotjob_scheduler quantum_launcher.workflow.pilotjob_task quantum_launcher.workflow.workflow_manager most_common() (quantum_launcher.base.base.Result method) most_common_bitstring (quantum_launcher.base.base.Result attribute) most_common_bitstring_energy (quantum_launcher.base.base.Result attribute) N n (quantum_launcher.routines.qiskit_routines.algorithms.qiskit_native.FALQON attribute) n_qubits (quantum_launcher.routines.qiskit_routines.algorithms.qiskit_native.FALQON attribute) name (quantum_launcher.base.base.Algorithm attribute) (quantum_launcher.base.base.Backend attribute) (quantum_launcher.base.base.Problem attribute) (quantum_launcher.routines.qiskit_routines.algorithms.qiskit_native.QAOA attribute) (quantum_launcher.routines.qiskit_routines.backends.qiskit_backend.QiskitBackend attribute) num_of_samples (quantum_launcher.base.base.Result attribute) O one_in_n() (in module quantum_launcher.hampy.equations) onehot (quantum_launcher.problems.problem_initialization.ec.EC attribute) (quantum_launcher.problems.problem_initialization.jssp.JSSP attribute) (quantum_launcher.problems.problem_initialization.qatm.QATM attribute) optimization_problem (quantum_launcher.problems.problem_initialization.jssp.JSSP attribute) optimizer (quantum_launcher.routines.qiskit_routines.backends.qiskit_backend.QiskitBackend attribute) options (quantum_launcher.routines.qiskit_routines.backends.qiskit_backend.QiskitBackend attribute) output() (quantum_launcher.workflow.workflow_manager.WorkflowManager method) P p (quantum_launcher.routines.qiskit_routines.algorithms.qiskit_native.QAOA attribute) parameters (quantum_launcher.base.base.Algorithm attribute) (quantum_launcher.base.base.Backend attribute) (quantum_launcher.routines.qiskit_routines.algorithms.qiskit_native.FALQON attribute) (quantum_launcher.routines.qiskit_routines.algorithms.qiskit_native.QAOA attribute) parse_arguments() (in module quantum_launcher.workflow.pilotjob_task) parse_result_to_json() (quantum_launcher.base.base.Algorithm method) parse_samplingVQEResult() (quantum_launcher.routines.qiskit_routines.algorithms.qiskit_native.QAOA method) path (quantum_launcher.base.base.Algorithm attribute) (quantum_launcher.base.base.Backend attribute) (quantum_launcher.base.base.Problem attribute) (quantum_launcher.launcher.qlauncher.QuantumLauncher attribute) plot_distribution() (quantum_launcher.hampy.debug.TruthTable method) print_dag() (quantum_launcher.workflow.workflow_manager.WorkflowManager method) Problem (class in quantum_launcher.base.base) problem (quantum_launcher.launcher.qlauncher.QuantumLauncher attribute) problem_to_hamiltonian() (in module quantum_launcher.problems.problem_formulations.hamiltonians.tsp) ProblemFormatter (class in quantum_launcher.base.adapter_structure) process() (quantum_launcher.launcher.qlauncher.QuantumLauncher method) ProfilingLauncher (class in quantum_launcher.launcher.profiling_launcher) Q QAOA (class in quantum_launcher.routines.qiskit_routines.algorithms.qiskit_native) QATM (class in quantum_launcher.problems.problem_initialization.qatm) QiskitBackend (class in quantum_launcher.routines.qiskit_routines.backends.qiskit_backend) QiskitOptimizationAlgorithm (class in quantum_launcher.routines.qiskit_routines.algorithms.qiskit_native) QiskitScheduler (class in quantum_launcher.problems.problem_formulations.jssp.qiskit_scheduler) QiskitTranslation (class in quantum_launcher.base.translator) quantum_launcher module quantum_launcher.base module quantum_launcher.base.adapter_structure module quantum_launcher.base.base module quantum_launcher.base.translator module quantum_launcher.hampy module quantum_launcher.hampy.debug module quantum_launcher.hampy.equations module quantum_launcher.hampy.object module quantum_launcher.hampy.utils module quantum_launcher.import_management module quantum_launcher.launcher module quantum_launcher.launcher.aql module quantum_launcher.launcher.profiling_launcher module quantum_launcher.launcher.qlauncher module quantum_launcher.problems module quantum_launcher.problems.problem_formulations module quantum_launcher.problems.problem_formulations.bqm module quantum_launcher.problems.problem_formulations.hamiltonian module quantum_launcher.problems.problem_formulations.hamiltonians module quantum_launcher.problems.problem_formulations.hamiltonians.tsp module quantum_launcher.problems.problem_formulations.jssp module quantum_launcher.problems.problem_formulations.jssp.Binary module quantum_launcher.problems.problem_formulations.jssp.pyqubo_scheduler module quantum_launcher.problems.problem_formulations.jssp.qiskit_scheduler module quantum_launcher.problems.problem_formulations.jssp.scheduler module quantum_launcher.problems.problem_formulations.qubo module quantum_launcher.problems.problem_initialization module quantum_launcher.problems.problem_initialization.ec module quantum_launcher.problems.problem_initialization.graph_coloring module quantum_launcher.problems.problem_initialization.jssp module quantum_launcher.problems.problem_initialization.maxcut module quantum_launcher.problems.problem_initialization.qatm module quantum_launcher.problems.problem_initialization.raw module quantum_launcher.problems.problem_initialization.tsp module quantum_launcher.routines module quantum_launcher.routines.cirq_routines module quantum_launcher.routines.dwave_routines module quantum_launcher.routines.qiskit_routines module quantum_launcher.routines.qiskit_routines.algorithms module quantum_launcher.routines.qiskit_routines.algorithms.educated_guess module quantum_launcher.routines.qiskit_routines.algorithms.qiskit_native module quantum_launcher.routines.qiskit_routines.backends module quantum_launcher.routines.qiskit_routines.backends.aer_backend module quantum_launcher.routines.qiskit_routines.backends.aqt_backend module quantum_launcher.routines.qiskit_routines.backends.ibm_backend module quantum_launcher.routines.qiskit_routines.backends.qiskit_backend module quantum_launcher.routines.qiskit_routines.v2_wrapper module quantum_launcher.utils module quantum_launcher.workflow module quantum_launcher.workflow.pilotjob_scheduler module quantum_launcher.workflow.pilotjob_task module quantum_launcher.workflow.workflow_manager module QuantumLauncher (class in quantum_launcher.launcher.qlauncher) qubo_matrix_into_bqm() (quantum_launcher.problems.problem_formulations.bqm.QUBOMatrix method) qubo_to_bqm() (in module quantum_launcher.problems.problem_formulations.bqm) qubo_to_fn() (in module quantum_launcher.problems.problem_formulations.qubo) qubo_to_hamiltonian() (in module quantum_launcher.utils) QUBOMatrix (class in quantum_launcher.problems.problem_formulations.bqm) R randomly_choose_a_graph() (quantum_launcher.problems.problem_initialization.graph_coloring.GraphColoring static method) Raw (class in quantum_launcher.problems.problem_initialization.raw) Rawbqm() (in module quantum_launcher.problems.problem_formulations.bqm) read_instance() (quantum_launcher.problems.problem_initialization.ec.EC method) read_result() (quantum_launcher.base.base.Problem method) read_results() (quantum_launcher.workflow.pilotjob_scheduler.JobManager method) Result (class in quantum_launcher.base.base) result (quantum_launcher.base.base.Result attribute) (quantum_launcher.workflow.workflow_manager.SubTask property) result() (quantum_launcher.routines.qiskit_routines.v2_wrapper.RuntimeJobV2Adapter method) (quantum_launcher.routines.qiskit_routines.v2_wrapper.SamplerV2JobAdapter method) results (quantum_launcher.problems.problem_initialization.jssp.JSSP attribute) ring_ham() (in module quantum_launcher.problems.problem_formulations.hamiltonian) run() (quantum_launcher.base.base.Algorithm method) (quantum_launcher.launcher.profiling_launcher.ProfilingLauncher method) (quantum_launcher.launcher.qlauncher.QuantumLauncher method) (quantum_launcher.routines.dwave_routines.DwaveSolver method) (quantum_launcher.routines.qiskit_routines.algorithms.educated_guess.EducatedGuess method) (quantum_launcher.routines.qiskit_routines.algorithms.qiskit_native.FALQON method) (quantum_launcher.routines.qiskit_routines.algorithms.qiskit_native.QAOA method) (quantum_launcher.workflow.workflow_manager.Task method) (quantum_launcher.workflow.workflow_manager.Workflow method) run_async() (quantum_launcher.launcher.aql.AQL method) (quantum_launcher.launcher.aql.asyncQuantumLauncher method) run_async_fake_task() (quantum_launcher.launcher.aql.asyncQuantumLauncher method) run_async_task() (quantum_launcher.launcher.aql.AQL method) (quantum_launcher.launcher.aql.asyncQuantumLauncher method) running() (quantum_launcher.routines.qiskit_routines.v2_wrapper.RuntimeJobV2Adapter method) RuntimeJobV2Adapter (class in quantum_launcher.routines.qiskit_routines.v2_wrapper) S sampler (quantum_launcher.routines.qiskit_routines.backends.aqt_backend.AQTBackend attribute) (quantum_launcher.routines.qiskit_routines.backends.qiskit_backend.QiskitBackend attribute) samplerV1 (quantum_launcher.routines.qiskit_routines.backends.qiskit_backend.QiskitBackend property) SamplerV2Adapter (class in quantum_launcher.routines.qiskit_routines.v2_wrapper) SamplerV2JobAdapter (class in quantum_launcher.routines.qiskit_routines.v2_wrapper) save() (quantum_launcher.launcher.qlauncher.QuantumLauncher method) session (quantum_launcher.routines.qiskit_routines.backends.ibm_backend.IBMBackend attribute) set_logger() (quantum_launcher.base.base.Backend method) set_options() (quantum_launcher.routines.qiskit_routines.backends.aer_backend.AerBackend method) set_run_param() (quantum_launcher.base.adapter_structure.ProblemFormatter method) set_run_params() (quantum_launcher.base.adapter_structure.ProblemFormatter method) setup (quantum_launcher.problems.problem_initialization.ec.EC property) (quantum_launcher.problems.problem_initialization.graph_coloring.GraphColoring property) (quantum_launcher.problems.problem_initialization.jssp.JSSP property) (quantum_launcher.problems.problem_initialization.maxcut.MaxCut property) (quantum_launcher.problems.problem_initialization.qatm.QATM property) (quantum_launcher.problems.problem_initialization.tsp.TSP property) (quantum_launcher.routines.qiskit_routines.algorithms.qiskit_native.FALQON property) (quantum_launcher.routines.qiskit_routines.algorithms.qiskit_native.QAOA property) (quantum_launcher.routines.qiskit_routines.backends.ibm_backend.IBMBackend property) shift_affected_qubits() (in module quantum_launcher.hampy.utils) SimulatedAnnealingBackend (class in quantum_launcher.routines.dwave_routines) start() (quantum_launcher.launcher.aql.AQL method) (quantum_launcher.launcher.aql.asyncQuantumLauncher method) status() (quantum_launcher.routines.qiskit_routines.v2_wrapper.RuntimeJobV2Adapter method) stop() (quantum_launcher.workflow.pilotjob_scheduler.JobManager method) submit() (quantum_launcher.workflow.pilotjob_scheduler.JobManager method) submit_many() (quantum_launcher.workflow.pilotjob_scheduler.JobManager method) SubTask (class in quantum_launcher.workflow.workflow_manager) T TabuBackend (class in quantum_launcher.routines.dwave_routines) Task (class in quantum_launcher.problems.problem_formulations.jssp.scheduler) (class in quantum_launcher.workflow.workflow_manager) task() (quantum_launcher.workflow.workflow_manager.WorkflowManager method) to_bqm() (quantum_launcher.problems.problem_formulations.jssp.Binary.Binary method) to_equation() (quantum_launcher.hampy.object.Variable method) to_file() (quantum_launcher.problems.problem_initialization.graph_coloring.GraphColoring method) to_qasm() (quantum_launcher.base.translator.CirqTranslation method) (quantum_launcher.base.translator.QiskitTranslation method) (quantum_launcher.base.translator.Translation method) to_sparse_pauli_op() (quantum_launcher.hampy.object.Equation method) to_workflow() (quantum_launcher.workflow.workflow_manager.WorkflowManager method) token (quantum_launcher.routines.qiskit_routines.backends.aqt_backend.AQTBackend attribute) Translation (class in quantum_launcher.base.translator) transpile_circuit() (in module quantum_launcher.base.translator) TruthTable (class in quantum_launcher.hampy.debug) TSP (class in quantum_launcher.problems.problem_initialization.tsp) V Variable (class in quantum_launcher.hampy.object) variant (quantum_launcher.base.base.Problem attribute) visualize() (quantum_launcher.problems.problem_initialization.ec.EC method) (quantum_launcher.problems.problem_initialization.graph_coloring.GraphColoring method) (quantum_launcher.problems.problem_initialization.maxcut.MaxCut method) (quantum_launcher.problems.problem_initialization.tsp.TSP method) W wait_for_a_job() (quantum_launcher.workflow.pilotjob_scheduler.JobManager method) Workflow (class in quantum_launcher.workflow.workflow_manager) WorkflowManager (class in quantum_launcher.workflow.workflow_manager)