Pyquafu

Latest version: v0.3.6

Safety actively analyzes 623775 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

0.3.6

What's Changed
* add documentation resource files (by sphinx) by chensgit169 in https://github.com/ScQ-Cloud/pyquafu/pull/90
* enhancement: restructure quantum element module, enhance docstrings by chensgit169 in https://github.com/ScQ-Cloud/pyquafu/pull/91
* Stable/0.3: fix some small bugs by chensgit169 in https://github.com/ScQ-Cloud/pyquafu/pull/93
* Stable/0.3: Further unify interface of ``Instructioin`` by chensgit169 in https://github.com/ScQ-Cloud/pyquafu/pull/96
* Stable/0.3: fix some errors in circuit plot by chensgit169 in https://github.com/ScQ-Cloud/pyquafu/pull/97
* release notes for v0.3.6 by chensgit169 in https://github.com/ScQ-Cloud/pyquafu/pull/98
* Stable/0.3: fix some imports, add plot of ``delay`` by chensgit169 in https://github.com/ScQ-Cloud/pyquafu/pull/99
* Stable/0.3: fix x-position bug of bar plot in plotting results by chensgit169 in https://github.com/ScQ-Cloud/pyquafu/pull/100
* Stable/0.3: retrieving task if get empty counts in send(wait=True) by chensgit169 in https://github.com/ScQ-Cloud/pyquafu/pull/101
* Stable/0.3: set category of deprecation warning in ``gates`` by chensgit169 in https://github.com/ScQ-Cloud/pyquafu/pull/102
* Stable/0.3: fix measure setting bug in from_qasm by chensgit169 in https://github.com/ScQ-Cloud/pyquafu/pull/103


**Full Changelog**: https://github.com/ScQ-Cloud/pyquafu/compare/v0.3.5...v0.3.6

0.3.5

New Tutorial Released
Check out the tutorial here: https://github.com/ScQ-Cloud/quafu-tutorial/blob/main/user_guide/quafu_doc_0.3.5.ipynb. We will update the tutorial on website soon.

What's Changed
* fix: partial measurement error by Zhaoyilunnn in https://github.com/ScQ-Cloud/pyquafu/pull/51
* fix cbits bug in measure() by chensgit169 in https://github.com/ScQ-Cloud/pyquafu/pull/53
* Stable/0.3/enhance exception handling of user, task, backend by chensgit169 in https://github.com/ScQ-Cloud/pyquafu/pull/54
* Stable/0.3: fix `measures is NoneType` problem and a typing problem by chensgit169 in https://github.com/ScQ-Cloud/pyquafu/pull/56
* nothing by chensgit169 in https://github.com/ScQ-Cloud/pyquafu/pull/57
* Stable/0.3:fix subscript of cbits by chensgit169 in https://github.com/ScQ-Cloud/pyquafu/pull/63
* Stable/0.3: small fix by chensgit169 in https://github.com/ScQ-Cloud/pyquafu/pull/64
* Stable/0.3: Add TaskDatabase by chensgit169 in https://github.com/ScQ-Cloud/pyquafu/pull/70
* Stable/0.3: correct some errors by chensgit169 in https://github.com/ScQ-Cloud/pyquafu/pull/72
* fix typing-style not supported for python3.8 by chensgit169 in https://github.com/ScQ-Cloud/pyquafu/pull/77


**Full Changelog**: https://github.com/ScQ-Cloud/pyquafu/compare/v0.3.4...v0.3.5

0.3.4

What's Changed
* fix sy and zero-para qasm problem 2023.7.30 by chensgit169 in https://github.com/ScQ-Cloud/pyquafu/pull/43
* Stable/0.3 by chensgit169 in https://github.com/ScQ-Cloud/pyquafu/pull/44
* fix label missing of only-measured qubits by chensgit169 in https://github.com/ScQ-Cloud/pyquafu/pull/45


**Full Changelog**: https://github.com/ScQ-Cloud/pyquafu/compare/v0.3.3...v0.3.4

0.3.3

Fix some bugs

What's Changed
* Update backends.py by chensgit169 in https://github.com/ScQ-Cloud/pyquafu/pull/41
* Update instruction.py by chensgit169 in https://github.com/ScQ-Cloud/pyquafu/pull/38
* Update tasks.py by chensgit169 in https://github.com/ScQ-Cloud/pyquafu/pull/40
* Update tasks.py by chensgit169 in https://github.com/ScQ-Cloud/pyquafu/pull/39


**Full Changelog**: https://github.com/ScQ-Cloud/pyquafu/compare/v0.3.2...v0.3.3

0.3.2

New Features
* chensgit169 contributes a visualization module which plots beautiful figures of quantum circuits. Try `QuantumCircuit.plot_circuit()` method!

What's Changed
* Optimize data copy from python to cpp by Zhaoyilunnn in https://github.com/ScQ-Cloud/pyquafu/pull/11
* 增加了dag by YuChenSSR in https://github.com/ScQ-Cloud/pyquafu/pull/13
* add dag by YuChenSSR in https://github.com/ScQ-Cloud/pyquafu/pull/14
* dag ; modify the test book for users by YuChenSSR in https://github.com/ScQ-Cloud/pyquafu/pull/15
* Optimize gate_to_node code by YuChenSSR in https://github.com/ScQ-Cloud/pyquafu/pull/17
* Added parameters for the pulse gate by YuChenSSR in https://github.com/ScQ-Cloud/pyquafu/pull/18
* 1. Add runtime_job_id 2. Add back `from_openqasm` to ensure backward compatibility by Zhaoyilunnn in https://github.com/ScQ-Cloud/pyquafu/pull/20
* change quantum_rl with update results by enchanted123 in https://github.com/ScQ-Cloud/pyquafu/pull/19
* fix: default runtime_job_id should be empty string by Zhaoyilunnn in https://github.com/ScQ-Cloud/pyquafu/pull/24
* update DAGCircuit class and some tests by YuChenSSR in https://github.com/ScQ-Cloud/pyquafu/pull/25
* delete local example in visualisation by chensgit169 in https://github.com/ScQ-Cloud/pyquafu/pull/26
* merge dev into master by Zhaoyilunnn in https://github.com/ScQ-Cloud/pyquafu/pull/27
* fix: 🐛 Fix the init part of User class by Alndaly in https://github.com/ScQ-Cloud/pyquafu/pull/29
* reformat according to PEP8 by chensgit169 in https://github.com/ScQ-Cloud/pyquafu/pull/32
* fix bug in import part for package by YuChenSSR in https://github.com/ScQ-Cloud/pyquafu/pull/33
* Dev by Zhaoyilunnn in https://github.com/ScQ-Cloud/pyquafu/pull/35
* Adjustments of userapi by chensgit169 in https://github.com/ScQ-Cloud/pyquafu/pull/36
* fix problem of token missing and reading by chensgit169 in https://github.com/ScQ-Cloud/pyquafu/pull/37

New Contributors
* Zhaoyilunnn made their first contribution in https://github.com/ScQ-Cloud/pyquafu/pull/11
* YuChenSSR made their first contribution in https://github.com/ScQ-Cloud/pyquafu/pull/13
* chensgit169 made their first contribution in https://github.com/ScQ-Cloud/pyquafu/pull/26
* Alndaly made their first contribution in https://github.com/ScQ-Cloud/pyquafu/pull/29

**Full Changelog**: https://github.com/ScQ-Cloud/pyquafu/compare/v0.2.11...v0.3.2

0.2.11

1. fix a bug of qfvm
2. remove function `quafu.load_account()`
3. support for macOS
4. rename some API function

What's Changed
* add QRL example by enchanted123 in https://github.com/ScQ-Cloud/pyquafu/pull/7
* Dev by lss0208 in https://github.com/ScQ-Cloud/pyquafu/pull/8
* update README.md by lss0208 in https://github.com/ScQ-Cloud/pyquafu/pull/9

New Contributors
* enchanted123 made their first contribution in https://github.com/ScQ-Cloud/pyquafu/pull/7
* lss0208 made their first contribution in https://github.com/ScQ-Cloud/pyquafu/pull/8

**Full Changelog**: https://github.com/ScQ-Cloud/pyquafu/compare/v0.2.10...v0.2.11

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.