PennyLane 是一个用于量子计算、量子机器学习和量子化学的跨平台 Python 库。由研究人员构建,用于研究

​一、软件介绍

文末提供程序和源码下载

PennyLane 是一个用于量子计算、量子机器学习和量子化学的跨平台 Python 库。由研究人员构建,用于研究。

二、Key Features 主要特点

  • 对量子计算机进行编程 。构建具有各种状态准备、门和测量的量子电路。在高性能仿真器各种硬件设备上运行,具有中间电路测量和误差缓解等高级功能。
  • 掌握量子算法 。从 NISQ 到容错量子计算,解锁用于研究和应用的算法。分析性能、可视化电路并访问用于量子化学算法开发的工具。
  • 使用量子硬件和模拟器进行机器学习 。与 PyTorchTensorFlowJAXKerasNumPy 集成,使用量子感知优化器和硬件兼容的梯度来定义和训练混合模型,以执行高级研究任务。量子机器学习快速入门
  • Quantum 数据集 。访问高质量的预模拟数据集,以缩短研究时间并加速算法开发。浏览数据集或贡献您自己的数据。
  • 编译和性能。对 just-in-time 的实验性支持 汇编。编译您的整个混合工作流程,支持 自适应电路、实时测量等高级功能 feedback 和无界循环。

三、Installation 安装

PennyLane requires Python version 3.10 and above. Installation of PennyLane, as well as all dependencies, can be done using pip:
PennyLane 需要 Python 3.10 及更高版本。PennyLane 的安装以及所有依赖项都可以使用 pip 完成:

复制代码
python -m pip install pennylane

四、Getting started 开始

Get up and running quickly with PennyLane by following our quickstart guide, designed to introduce key features and help you start building quantum circuits right away.
按照我们的快速入门指南快速启动并运行 PennyLane,该指南旨在介绍关键功能并帮助您立即开始构建量子电路。

Whether you're exploring quantum machine learning (QML), quantum computing, or quantum chemistry, PennyLane offers a wide range of tools and resources to support your research:
无论您是在探索量子机器学习 (QML)、量子计算还是量子化学,PennyLane 都提供了广泛的工具和资源来支持您的研究:

Key Resources: 主要资源:

You can also check out our documentation for quickstart guides to using PennyLane, and detailed developer guides on how to write your own PennyLane-compatible quantum device.
您还可以查看我们的文档以获取使用 PennyLane 的快速入门指南,以及有关如何编写自己的PennyLane 兼容量子设备的详细开发人员指南。

五、Demos 演示

Take a deeper dive into quantum computing by exploring cutting-edge algorithms using PennyLane and quantum hardware. Explore PennyLane demos.
通过使用 PennyLane 和量子硬件探索尖端算法,更深入地了解量子计算。探索 PennyLane 演示

Research Applications 研究应用

PennyLane is at the forefront of research in quantum computing, quantum machine learning, and quantum chemistry. Explore how PennyLane is used for research in the following publications:
PennyLane 处于量子计算、量子机器学习和量子化学研究的前沿。在以下出版物中探索 PennyLane 如何用于研究:

六、软件下载

夸克网盘分享

本文信息来源于GitHub作者地址:https://github.com/PennyLaneAI/pennylane

相关推荐
飞翔的佩奇20 分钟前
【完整源码+数据集+部署教程】表盘指针检测系统源码和数据集:改进yolo11-CA-HSFPN
python·yolo·计算机视觉·数据集·yolo11·表盘指针检测
larance1 小时前
SQLAlchemy 的异步操作来批量保存对象列表
数据库·python
搏博1 小时前
基于Python3.10.6与jieba库的中文分词模型接口在Windows Server 2022上的实现与部署教程
windows·python·自然语言处理·flask·中文分词
lxmyzzs2 小时前
pyqt5无法显示opencv绘制文本和掩码信息
python·qt·opencv
萧鼎3 小时前
Python pyzmq 库详解:从入门到高性能分布式通信
开发语言·分布式·python
yujkss4 小时前
Python脚本每天爬取微博热搜-终版
开发语言·python
yzx9910134 小时前
小程序开发APP
开发语言·人工智能·python·yolo
飞翔的佩奇5 小时前
【完整源码+数据集+部署教程】二维码与查找模式检测系统源码和数据集:改进yolo11-CSwinTransformer
python·yolo·计算机视觉·数据集·yolo11·二维码与查找模式检测
大霞上仙5 小时前
实现自学习系统,输入excel文件,能学习后进行相应回答
python·学习·excel
Caven775 小时前
【pytorch】reshape的使用
pytorch·python