Skip to content

Commit 19fb0b3

Browse files
QuewakirakjfischPicoCentauri
authored
Diporder Structure Factor and CLI (#2)
* moved diporderstructurefactor and rdfdiporder * copied the maicos how-to for dipole pair correlations * added cli functionality * bash tutorial * test for diporder_pair_weights * put everything under the unreleased v0.0.1 in the changelog * removed conda installation * added new modules to doc --------- Co-authored-by: Kira Fischer <kira@ih95.de> Co-authored-by: Philip Loche <ploche@physik.fu-berlin.de>
1 parent 3a6d39b commit 19fb0b3

22 files changed

Lines changed: 1303 additions & 21 deletions

CHANGELOG.rst

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,13 @@ CHANGELOG file
99
- keep the format consistent (79 char width, Y/M/D date format) and do not
1010
use tabs but use spaces for formatting
1111
12-
Unreleased
13-
----------
14-
Henrik Stooß
1512

16-
- Update the documentation (#8)
17-
18-
v0.0.1 (2025/08/05)
19-
-------------------
20-
Kira Fischer, Philip Loche
13+
Unreleased v0.0.1 (2025/08/05)
14+
------------------------------
15+
Kira Fischer, Philip Loche, Henrik Stooß
2116

17+
- Migrated ``RDFDiporder`` and ``DiporderStructureFactor`` from MAICoS
18+
- Update the documentation (#8)
2219
- Update to Python 3.14 support
2320
- Updated the docs with Whatis section
2421
- Migrated code from maicos to scatterkit

README.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,7 @@ Install Scatterkit using `pip`_::
4545

4646
pip install scatterkit
4747

48-
Or with `conda`_ from conda-forge::
49-
50-
conda install -c conda-forge scatterkit
51-
5248
.. _`pip`: https://pip.pypa.io
53-
.. _`conda`: https://www.anaconda.com
5449

5550
.. inclusion-readme-installation-end
5651
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.. _DiporderStructureFactor:
2+
3+
DiporderStructureFactor
4+
#######################
5+
6+
.. autoclass:: scatterkit.DiporderStructureFactor
7+
:members:
8+
:undoc-members:
9+
:show-inheritance:
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
.. _RDFDiporder:
2+
3+
RDFDiporder
4+
#######################
5+
6+
.. autoclass:: scatterkit.RDFDiporder
7+
:members:
8+
:undoc-members:
9+
:show-inheritance:

docs/src/get-started/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ This sections describes Scatterkit, how to install it, and its most basic comman
1010

1111
scatterkit
1212
installation
13+
../examples/usage-bash
1314
units
1415
changelog

0 commit comments

Comments
 (0)