Skip to content

Commit 01efcd1

Browse files
committed
docs: Add Zenodo DOI to CITATION.cff and README, and update citation instructions.
1 parent f886426 commit 01efcd1

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ message: "If you use this software, please cite it as below."
33
type: software
44
title: "quantumhall_matrixelements: Quantum Hall Landau-Level Matrix Elements"
55
version: "0.1.0"
6+
doi: 10.5281/zenodo.17646027
67
date-released: "2025-11-18"
78
authors:
89
- family-names: Wolf
@@ -12,4 +13,3 @@ license: MIT
1213
abstract: >
1314
Landau-level plane-wave form factors and exchange kernels for quantum Hall systems,
1415
with multiple numerical backends and symmetry diagnostics.
15-

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# quantumhall-matrixelements: Quantum Hall Landau-Level Matrix Elements
22

3+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.17646027.svg)](https://doi.org/10.5281/zenodo.17646027)
4+
35
Landau-level plane-wave form factors and exchange kernels for quantum Hall systems.
46

57
This library factors out the continuum matrix-element kernels used in Hartree–Fock and
@@ -113,9 +115,12 @@ For more detailed examples, see the example scripts under `examples/` and the te
113115

114116
## Citation
115117

116-
If you use the package`quantumhall-matrixelements` in academic work, please cite:
118+
If you use the package `quantumhall-matrixelements` in academic work, please cite:
119+
120+
> Tobias Wolf, *quantumhall-matrixelements: Quantum Hall Landau-Level Matrix Elements*, version 0.1.0, 2025.
121+
> DOI: https://doi.org/10.5281/zenodo.17646027
117122
118-
> Tobias Wolf, *quantumhall-matrixelements: Quantum Hall Landau-Level Matrix Elements*, version 0.1.0, 2025. DOI: to be assigned via Zenodo.
123+
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.17646027.svg)](https://doi.org/10.5281/zenodo.17646027)
119124

120125
A machine-readable `CITATION.cff` file is included in the repository and can be used with tools that support it (for example, GitHub’s “Cite this repository” button).
121126

0 commit comments

Comments
 (0)