Skip to content

Commit 4374c41

Browse files
committed
Initial reading
1 parent aa81472 commit 4374c41

3 files changed

Lines changed: 6 additions & 27 deletions

File tree

docs/src/contributors.rst

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,6 @@
11
Contributors
22
############
33

4-
Thank you to all of the developers, programmers, and researchers who
5-
contributed to the creation of MAICoS.
6-
7-
We also thank the `Institute for Computational Physics`_ (University of
8-
Stuttgart), group members of `Roland Netz`_ at Freie Universität Berlin,
9-
and the Stuttgart Center for Simulation Science and the German Research
10-
Council (DFG) for funding through the Cluster of Excellence `EXC 2075`_
11-
"Data-integrated Simulation Science".
12-
13-
History
14-
-------
15-
16-
MAICoS was first developed in `Roland Netz`_'s group at the Freie University of
17-
Berlin by `Alexander Schlaich`_ and `Philip Loche`_, and is now mostly developed
18-
and maintained at the `Institute for Physics of functional Materials`_ (Hamburg University of Technology).
19-
20-
.. _Roland Netz: https://www.physik.fu-berlin.de/en/einrichtungen/ag/ag-netz/index.html
21-
.. _Philip Loche: https://people.epfl.ch/philip.loche
22-
.. _Alexander Schlaich: https://tuhh.de/ipfm/people/schlaich
23-
.. _Institute for Computational Physics: https://www.icp.uni-stuttgart.de/
24-
.. _EXC 2075: https://www.simtech.uni-stuttgart.de/exc/
25-
.. _Institute for Physics of functional Materials: https://www.tuhh.de/ipfm/
4+
This project exists thanks to all the people who contribute.
265

276
.. include:: ../../AUTHORS.rst

examples/README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ How-to guides
44
=============
55

66
Like a cooking recipe, How-to guides help you solve key problems and use cases. If you
7-
are a total MAICoS beginner, you should start with the :ref:`userdoc-get-started`
7+
are a total skatterkit beginner, you should start with the :ref:`userdoc-get-started`
88
section. Otherwise this section consists of introductory examples and examples
9-
demonstrating specific features of MAICoS' using its Python API.
9+
demonstrating specific features of skatterkit using its Python API.
1010

11-
For running the examples install maicos with the ``examples`` optional dependencies.
11+
For running the examples install skatterkit with the ``examples`` optional dependencies.
1212

1313
.. code-block:: bash
1414
15-
pip install maicos[examples]
15+
pip install skatterkit[examples]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# Released under the GNU Public Licence, v3 or any higher version
77
# SPDX-License-Identifier: GPL-3.0-or-later
8-
"""Setup file for MAICoS package.
8+
"""Setup file for scatterkit package.
99
1010
Credit to MDAnalysis setup.py.
1111
"""

0 commit comments

Comments
 (0)