Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Noisy Quantum Circuit simulation - locally purified structure (LPDO) #166

Unanswered
EmilianoG-byte asked this question in Q&A
Discussion options

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!

You must be logged in to vote

Replies: 1 comment

Comment options

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

def apply_general_kraus(
. If you are willing to implement this using TensorCircuit, I am more than welcome, and we might further discuss the plan to merge the code into TensorCircuit codebase if you like.

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
🙏
Q&A
Labels
None yet
2 participants
Morty Proxy This is a proxified and sanitized view of the page, visit original site.