Skip to content

Commit

Permalink
update the e-mail and add qchem to packages parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Quleaf committed Dec 15, 2021
1 parent 016af98 commit 8b3b82c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,14 @@
name='paddle-quantum',
version='2.1.3',
author='Institute for Quantum Computing, Baidu INC.',
author_email='quantum@baidu.com',
author_email='qml@baidu.com',
description='Paddle Quantum is a quantum machine learning (QML) toolkit developed based on Baidu PaddlePaddle.',
long_description=long_description,
long_description_content_type="text/markdown",
url='http://qml.baidu.com',
packages=[
'paddle_quantum', 'paddle_quantum.optimizer', 'paddle_quantum.mbqc',
'paddle_quantum.qchem', 'paddle_quantum.qchem.ansatz',
'paddle_quantum.GIBBS', 'paddle_quantum.GIBBS.example',
'paddle_quantum.SSVQE', 'paddle_quantum.SSVQE.example',
'paddle_quantum.VQE', 'paddle_quantum.VQE.example',
Expand All @@ -46,7 +47,6 @@
'paddle_quantum.VQE.example': ['*.xyz'],
'paddle_quantum.mbqc.QKernel.example': ['*.txt'],
'paddle_quantum.mbqc.VQSVD.example': ['*.txt'],

},
install_requires=[
'paddlepaddle>=2.2.0',
Expand Down

0 comments on commit 8b3b82c

Please sign in to comment.