A verifiable quantum advantage towards real world applications: Quantum Echoes 
Learn more
         
     
  
  
  
  
  
    
      openfermion.transforms.bravyi_kitaev
  
      
    
  
  
  
  
  
    
  
  
    
    
Apply the Bravyi-Kitaev transform.
openfermion.transforms.bravyi_kitaev(
    operator, n_qubits=None
)
Used in the notebooks
Implementation from arXiv:quant-ph/0003137 and
"A New Data Structure for Cumulative Frequency Tables" by Peter M. Fenwick.
Note that this implementation is equivalent to the one described in
arXiv:1208.5986, and is different from the one described in
arXiv:1701.07072. The one described in arXiv:1701.07072 is implemented
in OpenFermion as bravyi_kitaev_tree.
| Args | 
|---|
| operator | openfermion.ops.FermionOperatorA FermionOperator to transform.
 n_qubits (int|None):
    Can force the number of qubits in the resulting operator above the
    number that appear in the input operator.
 | 
| Returns | 
|---|
| transformed_operator | An instance of the QubitOperator class. | 
| Raises | 
|---|
| ValueError | Invalid number of qubits 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-06-06 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-06-06 UTC."],[],[]]