Noisy Quantum Circuit simulation - locally purified structure (LPDO) #166
              
                Unanswered
              
          
                  
                    
                      EmilianoG-byte
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 1 comment
-
| A very nice question, and indeed to have LPDO simulation engine in TensorCircuit would be super nice. Currently, if you want to simulate something like this, you have to manipulate the lower level API of TensorCircuit and TensorNetwork to explicitly implement the algorithm, though I am confident that all primitives are here and no main obstacle avoiding the implementation in TensorCircuit. A reference on the lower API usage and the implementation could be found tensorcircuit/tensorcircuit/densitymatrix.py Line 331 in b002796 | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Hello :)
I am interested in simulating noisy quantum circuits. In particular, I would like to follow the locally purified density operator (LPDO) structure from this paper.
What would be the best way to implement this within
TensorCircuit? As I understand, noisy circuits are currently simulated inTensorCircuiteither through MonteCarlo trajectories with MPS, or with the full density matrix as MPO. The approach I would like to explore is rather a third option, using only the purification of the density matrix.Thank you in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions