A verifiable quantum advantage towards real world applications: Quantum Echoes 
Learn more
         
     
  
  
  
  
  
    
      cirq.sample
  
      
    
  
  
  
  
  
    
  
  
    
    
Simulates sampling from the given circuit.
cirq.sample(
    program: cirq.Circuit,
    *,
    noise: cirq.NOISE_MODEL_LIKE = None,
    param_resolver: (cirq.ParamResolver | None) = None,
    repetitions: int = 1,
    dtype: type[np.complexfloating] = np.complex64,
    seed: cirq.RANDOM_STATE_OR_SEED_LIKE = None
) -> cirq.Result
Used in the notebooks
| Args | 
|---|
| program | The circuit to sample from. | 
| noise | Noise model to use while running the simulation. | 
| param_resolver | Parameters to run with the program. | 
| repetitions | The number of samples to take. | 
| dtype | The numpy.dtypeused by the simulation. Typically one ofnumpy.complex64ornumpy.complex128.
Favors speed over precision by default, i.e. usesnumpy.complex64. | 
| seed | The random seed to use for this simulator. | 
| Returns | 
|---|
| A cirq.Resultobject containing the requested measurement samples. | 
  
  
 
  
    
    
      
    
    
  
       
    
    
  
  
  Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
  Last updated 2025-08-14 UTC.
  
  
  
    
      [[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[],[]]