File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 21
21
pip install sphinx sphinx_rtd_theme sphinx_rtd_dark_mode myst_nb
22
22
cd docs
23
23
make html
24
+ ```
25
+
26
+
27
+ ## Publish
28
+
29
+ ```
30
+ rm dist/*
31
+ python setup.py sdist bdist_wheel
32
+ python -m twine upload dist/*
24
33
```
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ Unitary Fund] ( https://img.shields.io/badge/supported_by-Unitary_Fund-ffff00.svg )] ( https://unitary.fund )
4
4
![ CI Status] ( https://github.com/dakk/qlasskit/actions/workflows/ci.yaml/badge.svg )
5
+ ![ PyPI - Version] ( https://img.shields.io/pypi/v/qlasskit )
5
6
![ License: Apache 2.0] ( https://img.shields.io/badge/license-Apache_2.0-blue )
6
7
7
8
Original file line number Diff line number Diff line change 110
110
- [x] Simon periodicity
111
111
- [x] Deutsch-Jozsa
112
112
- [x] Improve documentation
113
- - [ ] First stable release
113
+ - [x] First stable release
114
+ - [x] Use cases
114
115
115
116
### Week 3: (4 Dec 23)
116
117
### Week 4: (11 Dec 23)
128
129
129
130
## Future features
130
131
131
- - [ ] Use cases
132
132
- [ ] Int arithmetic expressions (/, %)
133
133
- [ ] Parametrized qlassf
134
134
- [ ] Lambda
Original file line number Diff line number Diff line change 34
34
"Programming Language :: Python :: 3.10" ,
35
35
"Programming Language :: Python :: 3.11" ,
36
36
"Programming Language :: Python :: 3.12" ,
37
+ "Development Status :: 5 - Production/Stable" ,
38
+ "Topic :: Scientific/Engineering :: Physics" ,
39
+ "Operating System :: OS Independent" ,
37
40
],
38
41
url = "https://github.com/dakk/qlasskit" ,
39
42
project_urls = {
You can’t perform that action at this time.
0 commit comments