A verifiable quantum advantage towards real world applications: Quantum Echoes 
Learn more
         
     
  
  
  
  
  
    
      cirq.num_qubits
  
      
    
  
  
  
  
  
    
  
  
    
    
Returns the number of qubits, qudits, or qids val operates on.
cirq.num_qubits(
    val: Any, default: TDefault = RaiseTypeErrorIfNotProvidedInt
) -> (int | TDefault)
Used in the notebooks
| Args | 
|---|
| val | The value to get the number of qubits from. | 
| default | Determines the fallback behavior when valdoesn't have
a number of qubits. Ifdefaultis not set, a TypeError is raised.
If default is set to a value, that value is returned. | 
| Returns | 
|---|
| If valhas a_num_qubits_method and its result is not
NotImplemented, that result is returned. Otherwise, ifvalhas a_qid_shape_method, the number of qubits is computed from the length
of the shape and returned e.g.len(shape). If neither method returns a
value other than NotImplemented and a default value was specified, the
default value is returned. | 
| Raises | 
|---|
| TypeError | valdoesn't have either a_num_qubits_or a_qid_shape_method (or they returned NotImplemented) and also no default value
was specified. | 
  
  
 
  
    
    
      
    
    
  
       
    
    
  
  
  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."],[],[]]