gpt4 book ai didi

Python QuTip : Plot full lines in Bloch sphere

转载 作者:行者123 更新时间:2023-12-04 18:06:18 25 4
gpt4 key购买 nike

我最近开始使用 QuTip for Python。我想使用 qutip.Bloch() 绘制 Bloch 球体中两级系统的演化,但我不知道如何将这样的图绘制为连续线。

这是我目前使用的代码:

bola = Bloch()
bola.add_points(pnts)
bola.point_marker = ['o']
bola.point_size=[8]
bola.show()

当然,我得到了一个带有很多离散点的标准 Bloch 球体。有什么方法可以用直线连接这些点吗?

最佳答案

将方法改为行:

bola.add_points(pnts,meth='l')

关于Python QuTip : Plot full lines in Bloch sphere,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25898403/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com