Skip to content

Commit cfed278

Browse files
Version 0.2.0
1 parent 39abb6e commit cfed278

4 files changed

Lines changed: 23 additions & 4 deletions

File tree

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ identifiers:
4545
type: doi
4646
value: "10.5281/zenodo.17116725"
4747
license: Apache-2.0
48-
version: 0.1.2
49-
date-released: '2025-10-19'
48+
version: 0.2.0
49+
date-released: '2025-07-18'

ChangeLog.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# [QuGradLab](README.md) Change Log
22

3+
## Release 0.2.0
4+
5+
- Added `SpinChain` within the rotating wave approximation: `systems.semiconducting.esr.rotating_wave_approximation.SpinChain`. The interface is the same as `systems.semiconducting.esr.SpinChain`.
6+
- Updated the GitHub actions:
7+
- `actions/checkout@v4` -> `actions/checkout@v7`
8+
- `actions/setup-python@v5` -> `actions/setup-python@v6`
9+
- `actions/upload-artifact@v4` -> `actions/upload-artifact@v7`
10+
- `actions/download-artifact@v4` -> `actions/download-artifact@v8`
11+
12+
This release supports the article:
13+
14+
> Henrik Gothen, Christopher K. Long, Djamila Hiller, Yunming Qian, Crispin H. W. Barnes, Normann Mertig, and David R. M. Arvidsson-Shukur. Pulse-optimised circuit elements for scalable and noise-resilient quantum chemistry. 2026. doi: https://doi.org/10.48550/arXiv.2606.17357. arXiv: 2606.17357 [quant-ph]
15+
16+
### New contributor
17+
18+
- Henrik Gothen
19+
- https://github.com/hgothen
20+
- https://orcid.org/0009-0006-3764-4805
21+
322
## Release 0.1.2
423

524
### Bug fixes

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ Releases from this repository are assigned DOIs and can be found at [https://do
4949

5050
## Version and Changes
5151

52-
The current version is [`0.1.2`](ChangeLog.md#release-012). Please see the [Change Log](ChangeLog.md) for more details. QuGradLab uses [semantic versioning](https://semver.org/).
52+
The current version is [`0.2.0`](ChangeLog.md#release-020). Please see the [Change Log](ChangeLog.md) for more details. QuGradLab uses [semantic versioning](https://semver.org/).

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "qugradlab"
7-
version = "0.1.2"
7+
version = "0.2.0"
88
authors = [
99
{ name="Christopher K. Long", email="ckl45@cam.ac.uk" },
1010
{ name="Henrik Gothen"},

0 commit comments

Comments
 (0)