9 Star 23 Fork 8

arclightquantum/isq-core

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
setup.py 700 Bytes
一键复制 编辑 原始数据 按行查看 历史
lhzmaki 提交于 2023-04-20 17:19 . update: add circuit plot
from setuptools import setup, find_packages
with open("README.md", "r", encoding="utf-8") as fh:
long_description = fh.read()
setup(
name = "isqopen",
version = "1.0.1",
keyword = {"isq", "quantum", "cor"},
description = "isq quantum kernel",
platforms='python 3.8+',
long_description=long_description,
long_description_content_type="text/markdown",
author = "Lou Huazhe",
author_email = "louhz@arclightquantum.com",
package_data = {'':['*.txt']},
install_requires = ['numpy>=1.21.3',
'ply>=3.11',
'scipy>=1.7.1',
'autograd'],
packages = find_packages(),
zip_safe=False
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/arclight_quantum/isq-core.git
git@gitee.com:arclight_quantum/isq-core.git
arclight_quantum
isq-core
isq-core
master

搜索帮助