-
Notifications
You must be signed in to change notification settings - Fork 90
Noisy Quantum Circuit simulation - locally purified structure (LPDO) #166
-
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 in TensorCircuit
either 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
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.