Skip to content

Commit

Permalink
[minor] update to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanrui-Wang committed Nov 8, 2022
1 parent c84e90e commit 63a71e3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ Dynamic computation graph, automatic gradient computation, fast GPU support, bat




## Installation
```bash
pip install torchquantum
Expand Down Expand Up @@ -295,6 +294,9 @@ TorchQuantum [Forum](https://qmlsys.hanruiwang.me)

Hanrui Wang [[email protected]](mailto:[email protected])

## Contributors
Hanrui Wang, Jiannan Cao, Jessica Ding, Jiai Gu, Song Han, Zirui Li, Zhiding Liang, Pengyu Liu, Yilian Liu, Mohammadreza Tavasoli

## Citation
```
@inproceedings{hanruiwang2022quantumnas,
Expand Down
8 changes: 3 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
from setuptools import setup, find_packages

setup(name='torchquantum',
version='0.1.4',
description='A PyTorch-centric hybrid classical-quantum dynamic '
'neural networks framework.',
version='0.1.5',
description='A PyTorch-based framework for differentiable classical simulation of quantum computing',
url='https://github.com/mit-han-lab/torchquantum',
author='Hanrui Wang',
author='Hanrui Wang, Jiannan Cao, Jessica Ding, Jiai Gu, Song Han, Zirui Li, Zhiding Liang, Pengyu Liu, Mohammadreza Tavasoli',
author_email='[email protected]',
license='MIT',
install_requires=[
Expand All @@ -19,7 +18,6 @@
'matplotlib>=3.3.2',
'pathos>=0.2.7',
'pylatexenc>=2.10',
# 'qiskit-nature>=0.4.4'
],
extras_require = {
'doc': [
Expand Down
4 changes: 2 additions & 2 deletions torchquantum/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__version__ = "0.1.4"
__author__ = 'Hanrui Wang'
__version__ = "0.1.5"
__author__ = 'Hanrui Wang, Jiannan Cao, Jessica Ding, Jiai Gu, Song Han, Zirui Li, Zhiding Liang, Pengyu Liu, Mohammadreza Tavasoli'

from .macro import *
from .devices import *
Expand Down

0 comments on commit 63a71e3

Please sign in to comment.