File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Contributors
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
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ How-to guides
44=============
55
66Like 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 `
88section. 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]
Original file line number Diff line number Diff line change 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
1010Credit to MDAnalysis setup.py.
1111"""
You can’t perform that action at this time.
0 commit comments