Navigation
index
modules
|
QStone 0.3.0 documentation
»
Index
Index
A
|
B
|
C
|
D
|
F
|
G
|
H
|
I
|
J
|
L
|
M
|
N
|
P
|
Q
|
R
|
S
|
T
|
V
|
W
A
acquire_lock() (qstone.connectors.connection.FileLock method)
add_QPUServicer_to_server() (in module qstone.connectors.grpc.qpu_pb2_grpc)
address (qstone.connectors.connector.Connector property)
allgather() (qstone.multiprocessing.nompi.MPIHandler method)
allreduce() (qstone.multiprocessing.nompi.MPIHandler method)
B
Barrier() (qstone.multiprocessing.nompi.MPIHandler method)
BASEPATH (qstone.apps.computation.Computation attribute)
BCast() (qstone.multiprocessing.nompi.MPIHandler method)
C
CFG_PATH (qstone.apps.computation.Computation attribute)
CFG_STRING (qstone.apps.computation.Computation attribute)
(qstone.apps.PyMatching.PyMatching attribute)
(qstone.apps.QBC.QBC attribute)
(qstone.apps.RB.RB attribute)
(qstone.apps.VQE.VQE attribute)
compiler_host (qstone.connectors.connector.Connector property)
compiler_port (qstone.connectors.connector.Connector property)
Computation (class in qstone.apps.computation)
COMPUTATION_NAME (qstone.apps.computation.Computation attribute)
(qstone.apps.PyMatching.PyMatching attribute)
(qstone.apps.QBC.QBC attribute)
(qstone.apps.RB.RB attribute)
(qstone.apps.VQE.VQE attribute)
ComputationStep (class in qstone.utils.utils)
Connection (class in qstone.connectors.connection)
connection (qstone.connectors.connector.Connector property)
Connector (class in qstone.connectors.connector)
ConnectorType (class in qstone.connectors.connector)
D
dump_cfg() (qstone.apps.computation.Computation method)
F
FileLock (class in qstone.connectors.connection)
from_json() (qstone.apps.computation.Computation class method)
G
generate_suite() (in module qstone.generators.generator)
generate_synthetic_data() (qstone.apps.PyMatching.PyMatching method)
generate_vqc_qasm() (in module qstone.apps.QBC)
get_computation_src() (in module qstone.apps)
get_creg_indexes() (qstone.apps.PyMatching.PyMatching method)
Get_rank() (qstone.multiprocessing.nompi.MPIHandler method)
Get_size() (qstone.multiprocessing.nompi.MPIHandler method)
GRPC (qstone.connectors.connector.ConnectorType attribute)
GRPCConnecction (class in qstone.connectors.grpc.runner)
H
HttpConnection (class in qstone.connectors.http.runner)
HTTPS (qstone.connectors.connector.ConnectorType attribute)
I
INSUFFICIENT_QPU_RESOURCES (qstone.utils.utils.JobReturnCode attribute)
J
JOB_COMPLETED (qstone.utils.utils.JobReturnCode attribute)
JobReturnCode (class in qstone.utils.utils)
L
load_configuration() (qstone.utils.utils.QpuConfiguration method)
load_json_profile() (in module qstone.utils.utils)
lockfile (qstone.connectors.connector.Connector property)
loss() (in module qstone.apps.QBC)
M
main() (in module qstone.generators.generator)
(in module qstone.profiling.profile)
mode (qstone.connectors.connector.Connector property)
module
qstone
qstone.apps
qstone.apps.computation
qstone.apps.PyMatching
qstone.apps.QBC
qstone.apps.RB
qstone.apps.VQE
qstone.connectors
qstone.connectors.backends
qstone.connectors.backends.rigetti
qstone.connectors.backends.rigetti.runner
qstone.connectors.connection
qstone.connectors.connector
qstone.connectors.grpc
qstone.connectors.grpc.qpu_pb2
qstone.connectors.grpc.qpu_pb2_grpc
qstone.connectors.grpc.runner
qstone.connectors.http
qstone.connectors.http.runner
qstone.connectors.no_link
qstone.connectors.no_link.no_link
qstone.generators
qstone.generators.bare_metal
qstone.generators.generator
qstone.generators.lsf
qstone.generators.lsf.jsrun
qstone.generators.slurm
qstone.generators.slurm.schedmd
qstone.multiprocessing
qstone.multiprocessing.nompi
qstone.profiling
qstone.profiling.profile
qstone.utils
qstone.utils.config_schema
qstone.utils.utils
mpi_communication() (in module qstone.apps.QBC)
MPIHandler (class in qstone.multiprocessing.nompi)
N
NO_LINK (qstone.connectors.connector.ConnectorType attribute)
NoLinkConnection (class in qstone.connectors.no_link.no_link)
P
parse_json() (in module qstone.utils.utils)
POST (qstone.utils.utils.ComputationStep attribute)
post() (qstone.apps.computation.Computation method)
(qstone.apps.PyMatching.PyMatching method)
(qstone.apps.QBC.QBC method)
(qstone.apps.RB.RB method)
(qstone.apps.VQE.VQE method)
POST_STEP_INCOMPLETE (qstone.utils.utils.JobReturnCode attribute)
postprocess() (qstone.connectors.backends.rigetti.runner.RigettiConnection method)
(qstone.connectors.connection.Connection method)
(qstone.connectors.grpc.runner.GRPCConnecction method)
(qstone.connectors.http.runner.HttpConnection method)
(qstone.connectors.no_link.no_link.NoLinkConnection method)
PRE (qstone.utils.utils.ComputationStep attribute)
pre() (qstone.apps.computation.Computation method)
(qstone.apps.PyMatching.PyMatching method)
(qstone.apps.QBC.QBC method)
(qstone.apps.RB.RB method)
(qstone.apps.VQE.VQE method)
PRE_STEP_INCOMPLETE (qstone.utils.utils.JobReturnCode attribute)
preprocess() (qstone.connectors.backends.rigetti.runner.RigettiConnection method)
(qstone.connectors.connection.Connection method)
(qstone.connectors.grpc.runner.GRPCConnecction method)
(qstone.connectors.http.runner.HttpConnection method)
(qstone.connectors.no_link.no_link.NoLinkConnection method)
profile() (in module qstone.profiling.profile)
protocol (qstone.connectors.connector.Connector property)
PyMatching (class in qstone.apps.PyMatching)
Q
qasm_circuit_random_sample() (in module qstone.utils.utils)
QBC (class in qstone.apps.QBC)
QPU (class in qstone.connectors.grpc.qpu_pb2_grpc)
qpu_cfg (qstone.apps.computation.Computation property)
qpu_host (qstone.connectors.connector.Connector property)
qpu_port (qstone.connectors.connector.Connector property)
QpuConfiguration (class in qstone.utils.utils)
QPUServicer (class in qstone.connectors.grpc.qpu_pb2_grpc)
QPUStub (class in qstone.connectors.grpc.qpu_pb2_grpc)
qstone
module
qstone.apps
module
qstone.apps.computation
module
qstone.apps.PyMatching
module
qstone.apps.QBC
module
qstone.apps.RB
module
qstone.apps.VQE
module
qstone.connectors
module
qstone.connectors.backends
module
qstone.connectors.backends.rigetti
module
qstone.connectors.backends.rigetti.runner
module
qstone.connectors.connection
module
qstone.connectors.connector
module
qstone.connectors.grpc
module
qstone.connectors.grpc.qpu_pb2
module
qstone.connectors.grpc.qpu_pb2_grpc
module
qstone.connectors.grpc.runner
module
qstone.connectors.http
module
qstone.connectors.http.runner
module
qstone.connectors.no_link
module
qstone.connectors.no_link.no_link
module
qstone.generators
module
qstone.generators.bare_metal
module
qstone.generators.generator
module
qstone.generators.lsf
module
qstone.generators.lsf.jsrun
module
qstone.generators.slurm
module
qstone.generators.slurm.schedmd
module
qstone.multiprocessing
module
qstone.multiprocessing.nompi
module
qstone.profiling
module
qstone.profiling.profile
module
qstone.utils
module
qstone.utils.config_schema
module
qstone.utils.utils
module
QUERY (qstone.utils.utils.ComputationStep attribute)
query_qpu_config() (qstone.connectors.grpc.runner.GRPCConnecction method)
(qstone.connectors.http.runner.HttpConnection method)
R
RB (class in qstone.apps.RB)
release_lock() (qstone.connectors.connection.FileLock method)
RIGETTI (qstone.connectors.connector.ConnectorType attribute)
RigettiConnection (class in qstone.connectors.backends.rigetti.runner)
RUN (qstone.utils.utils.ComputationStep attribute)
run() (qstone.apps.computation.Computation method)
(qstone.apps.PyMatching.PyMatching method)
(qstone.apps.QBC.QBC method)
(qstone.apps.RB.RB method)
(qstone.apps.VQE.VQE method)
(qstone.connectors.backends.rigetti.runner.RigettiConnection method)
(qstone.connectors.connection.Connection method)
(qstone.connectors.connector.Connector method)
(qstone.connectors.grpc.runner.GRPCConnecction method)
(qstone.connectors.http.runner.HttpConnection method)
(qstone.connectors.no_link.no_link.NoLinkConnection method)
RUN_STEP_INCOMPLETE (qstone.utils.utils.JobReturnCode attribute)
RunQuantumCircuit() (qstone.connectors.grpc.qpu_pb2_grpc.QPU static method)
(qstone.connectors.grpc.qpu_pb2_grpc.QPUServicer method)
S
SCHEMA (qstone.apps.computation.Computation attribute)
(qstone.apps.PyMatching.PyMatching attribute)
(qstone.apps.QBC.QBC attribute)
(qstone.apps.RB.RB attribute)
(qstone.apps.VQE.VQE attribute)
T
target (qstone.connectors.connector.Connector property)
trace() (in module qstone.utils.utils)
V
validate_total_weight() (in module qstone.utils.config_schema)
VQE (class in qstone.apps.VQE)
W
write_configuration() (qstone.utils.utils.QpuConfiguration method)
Quick search
Navigation
index
modules
|
QStone 0.3.0 documentation
»
Index