qib.backend.tensor_network_processor.TensorNetworkProcessor

class qib.backend.tensor_network_processor.TensorNetworkProcessor[source]

Bases: object

Methods

query_results

Query results of a previously submitted job.

submit

Submit a quantum circuit to a backend provider, returning a "job" object to query the results.

Attributes

configuration

query_results(experiment)[source]

Query results of a previously submitted job.

submit(circ: Circuit, description)[source]

Submit a quantum circuit to a backend provider, returning a “job” object to query the results.