Module: cirq_google.engine.abstract_program

An interface for quantum programs.

The quantum program represents a circuit (or other execution) that, when combined with a run context, will become a quantum job.

Classes

class AbstractProgram: An abstract object representing a quantum program.