tencent-quantum-lab / tensorcircuit

Tensor network based quantum software framework for the NISQ era
https://tensorcircuit.readthedocs.io
Apache License 2.0
256 stars 76 forks source link

Add and complete the "depolarizing channel" part in tensorcircuit/channels.py #27

Closed yutuer21 closed 2 years ago

yutuer21 commented 2 years ago

TEP - Title

Author yuqinchen

Status Draft

Created 2022-7-4

Abstract

Add and complete the "depolarizing channel" part in tensorcircuit/channels.py

Motivation and Scope

It is an important part of noisemodel to add to quantum circuit for noise simulation and error mitigation. It is my startpoint to contribute to TensorCircuit.

Usage and Impact

It is an important part of noisemodel to add to quantum circuit for noise simulation and error mitigation.

Implementation

https://github.com/tencent-quantum-lab/tensorcircuit/blob/fc31d3b87278aff005b625d12a718c3bcb89fba4/tensorcircuit/channels.py

refraction-ray commented 2 years ago

finished