mit-han-lab / torchquantum

A PyTorch-based framework for Quantum Classical Simulation, Quantum Machine Learning, Quantum Neural Networks, Parameterized Quantum Circuits with support for easy deployments on real quantum computers.
https://torchquantum.org
MIT License
1.33k stars 203 forks source link

[Feature Suggestion] Make Noisemodel and Density matrix compatible #228

Open yezhuoyang opened 9 months ago

yezhuoyang commented 9 months ago

Now since we already have a density matrix module that works, we can further make the existing noise model compatible with the density matrix simulation.

noise_model

Density matrix

As a result, users can demonstrate the effect of quantum noise on the training process.