文档反馈

问题文档片段

问题文档片段包含公式时,显示为空格。

提交类型
issue

有点复杂...

找人问问吧。

请选择提交类型

问题类型
规范和低错类

- 规范和低错类:

- 错别字或拼写错误,标点符号使用错误、公式错误或显示异常。

- 链接错误、空单元格、格式错误。

- 英文中包含中文字符。

- 界面和描述不一致,但不影响操作。

- 表述不通顺,但不影响理解。

- 版本号不匹配:如软件包名称、界面版本号。

易用性

- 易用性:

- 关键步骤错误或缺失,无法指导用户完成任务。

- 缺少主要功能描述、关键词解释、必要前提条件、注意事项等。

- 描述内容存在歧义指代不明、上下文矛盾。

- 逻辑不清晰,该分类、分项、分步骤的没有给出。

正确性

- 正确性:

- 技术原理、功能、支持平台、参数类型、异常报错等描述和软件实现不一致。

- 原理图、架构图等存在错误。

- 命令、命令参数等错误。

- 代码片段错误。

- 命令无法完成对应功能。

- 界面错误,无法指导操作。

- 代码样例运行报错、运行结果不符。

风险提示

- 风险提示:

- 对重要数据或系统存在风险的操作,缺少安全提示。

内容合规

- 内容合规:

- 违反法律法规,涉及政治、领土主权等敏感词。

- 内容侵权。

请选择问题类型

问题描述

点击输入详细问题描述,以帮助我们快速定位问题。

mindquantum.core.gates

量子门模块,提供不同的量子门。

基类

mindquantum.core.gates.BasicGate

BasicGate是所有门的基类。

mindquantum.core.gates.NoneParameterGate

非参数化的门。

mindquantum.core.gates.ParameterGate

参数化的门。

mindquantum.core.gates.QuantumGate

非参数化的门。

mindquantum.core.gates.NoiseGate

噪声信道。

通用量子门

接口名

概述

数学表示

mindquantum.core.gates.CNOTGate

控制X门。

暂无表达式

mindquantum.core.gates.FSim

FSim 门表示费米子模拟门。

FSim(θ,ϕ)=(10000cos(θ)isin(θ)00isin(θ)cos(θ)0000eiϕ)

mindquantum.core.gates.GlobalPhase

全局相位门。

GlobalPhase=(exp(iθ)00exp(iθ))

mindquantum.core.gates.HGate

Hadamard门。

H=12(1111)

mindquantum.core.gates.IGate

Identity门。

I=(1001)

mindquantum.core.gates.ISWAPGate

ISWAP门会交换两个不同的量子比特并且为 |01|10 的振幅增加相位 i

暂无表达式

mindquantum.core.gates.Measure

测量量子比特的测量门。

暂无表达式

mindquantum.core.gates.PhaseShift

相移门。

PhaseShift=(100exp(iθ))

mindquantum.core.gates.Rn

Rn 门表示绕布洛赫球中给定轴旋转的量子门。

Rn(α,β,γ)=ei(ασx+βσy+γσz)/2=cos(f/2)Iisin(f/2)(ασx+βσy+γσz)/fwhere f=α2+β2+γ2

mindquantum.core.gates.RX

围绕x轴的旋转门。

RX=(cos(θ/2)isin(θ/2)isin(θ/2)cos(θ/2))

mindquantum.core.gates.Rxx

Rxx 门。

Rxxθ=exp(iθ2XX)=(cosθ200isinθ20cosθ2isinθ200isinθ2cosθ20isinθ200cosθ2)

mindquantum.core.gates.Rxy

Rxy 门。

Rxyθ=exp(iθ2YX)=(cosθ200sinθ20cosθ2sinθ200sinθ2cosθ20sinθ200cosθ2)

mindquantum.core.gates.Rxz

Rxz 门。

Rxzθ=exp(iθ2ZX)=(cosθ2isinθ200isinθ2cosθ20000cosθ2isinθ200isinθ2cosθ2)

mindquantum.core.gates.RY

围绕y轴的旋转门。

RY=(cos(θ/2)sin(θ/2)sin(θ/2)cos(θ/2))

mindquantum.core.gates.Ryy

Ryy 门。

Ryyθ=exp(iθ2YY)=(cosθ200isinθ20cosθ2isinθ200isinθ2cosθ20isinθ200cosθ2)

mindquantum.core.gates.Ryz

Ryz 门。

Ryzθ=exp(iθ2ZY)=(cosθ2sinθ200sinθ2cosθ20000cosθ2sinθ200sinθ2cosθ2)

mindquantum.core.gates.RZ

围绕z轴的旋转门。

RZ=(exp(iθ/2)00exp(iθ/2))

mindquantum.core.gates.Rzz

Rzz 门。

Rzzθ=exp(iθ2ZZ)=(eiθ20000eiθ20000eiθ20000eiθ2)

mindquantum.core.gates.RotPauliString

任意泡利串的旋转门。

U(θ)=eiθP/2,P=iσi,where σ{X,Y,Z}

mindquantum.core.gates.SGate

S门。

S=(100i)

mindquantum.core.gates.SWAPalpha

SWAPalpha 门。

SWAP(α)=(1000012(1+eiπα)12(1eiπα)0012(1eiπα)12(1+eiπα)00001)

mindquantum.core.gates.SWAPGate

SWAP门可以交换两个不同的量子比特。

暂无表达式

mindquantum.core.gates.SXGate

SX门。

SX=12(1+i1i1i1+i)

mindquantum.core.gates.TGate

T门。

T=(100(1+i)/(2))

mindquantum.core.gates.U3

U3 门表示单比特的任意幺正门。

U3(θ,ϕ,λ)=(cos(θ/2)eiλsin(θ/2)eiϕsin(θ/2)ei(ϕ+λ)cos(θ/2))

mindquantum.core.gates.XGate

泡利X门。

X=(0110)

mindquantum.core.gates.YGate

泡利Y门。

Y=(0ii0)

mindquantum.core.gates.ZGate

泡利Z门。

Z=(1001)

mindquantum.core.gates.GroupedPauli

多比特泡利串旋转门。

U=iσi,where σ{I,X,Y,Z}

mindquantum.core.gates.Givens

Givens 门。

G(θ)=exp(iθ2(YXXY))=(10000cosθsinθ00sinθcosθ00001)

功能量子门

mindquantum.core.gates.UnivMathGate

通用数学门。

mindquantum.core.gates.gene_univ_parameterized_gate

基于单参数幺正矩阵生成自定义参数化门。

mindquantum.core.gates.gene_univ_two_params_gate

基于双参数幺正矩阵生成自定义参数化门。

mindquantum.core.gates.BarrierGate

栅栏门会将两个量子门分开在不同的层级上。

预实例化门

如下量子门是预实例化的量子门,可直接作为对应量子门的实例来使用。

functional

gates

mindquantum.core.gates.CNOT

CNOTGate

mindquantum.core.gates.I

IGate

mindquantum.core.gates.ISWAP

ISWAPGate

mindquantum.core.gates.H

HGate

mindquantum.core.gates.S

PhaseShift (numpy.pi/2)

mindquantum.core.gates.SWAP

SWAPGate

mindquantum.core.gates.SX

SXGate

mindquantum.core.gates.T

PhaseShift (numpy.pi/4)

mindquantum.core.gates.X

XGate

mindquantum.core.gates.Y

YGate

mindquantum.core.gates.Z

ZGate

量子信道

接口名

概述

数学表示

mindquantum.core.gates.AmplitudeDampingChannel

振幅阻尼信道。

ϵ(ρ)=E0ρE0+E1ρE1其中 E0=[1001γ], E1=[0γ00]

mindquantum.core.gates.BitFlipChannel

比特翻转信道。

ϵ(ρ)=(1P)ρ+PXρX

mindquantum.core.gates.BitPhaseFlipChannel

比特相位翻转信道。

ϵ(ρ)=(1P)ρ+PYρY

mindquantum.core.gates.DepolarizingChannel

去极化信道。

ϵ(ρ)=(1P)ρ+P/4(IρI+XρX+YρY+ZρZ)

mindquantum.core.gates.KrausChannel

Kraus 信道接受两个或多个 2x2 矩阵作为 Kraus 算子,以在量子电路中构造自定义(单量子比特)噪声。

ϵ(ρ)=k=0m1EkρEk

mindquantum.core.gates.PauliChannel

泡利信道。

ϵ(ρ)=(1PxPyPz)ρ+PxXρX+PyYρY+PzZρZ

mindquantum.core.gates.GroupedPauliChannel

组合泡利信道。

ϵ(ρ)=iϵpaulii(ρ)

mindquantum.core.gates.PhaseDampingChannel

相位阻尼信道。

ϵ(ρ)=E0ρE0+E1ρE1其中 E0=[1001γ], E1=[000γ]

mindquantum.core.gates.PhaseFlipChannel

相位翻转信道。

ϵ(ρ)=(1P)ρ+PZρZ

mindquantum.core.gates.ThermalRelaxationChannel

热弛豫信道。

ϵ(ρ)=tr1[Λ(ρTI)],Λ=(ϵT100ϵT201ϵT1000000ϵT2001)其中 ϵT1=eTg/T1,ϵT2=eTg/T2

功能类

mindquantum.core.gates.MeasureResult

测量结果容器。

mindquantum.core.gates.Power

作用在非参数化门上的指数运算符。