A Python Simulation Toolkit for 1D Ultrafast Dynamics in Condensed Matter
Project description
Welcome to udkm1Dsim
The udkm1Dsim toolbox is a collection of Python classes and routines to simulate the thermal, structural, and magnetic dynamics after laser excitation as well as the according X-ray scattering response in one-dimensional sample structures after ultrafast excitation.
The toolbox provides the capabilities to define arbitrary layered structures on the atomic level including a rich database of element-specific physical properties. The excitation of ultrafast dynamics is represented by an N-temperature-model which is commonly applied for ultrafast optical excitations. Structural dynamics due to thermal stresses are calculated by a linear-chain model of masses and springs. The implementation of magnetic dynamics can be easily accomplished by the user for the individual problem.
The resulting X-ray diffraction response is computed by kinematical or dynamical X-ray theory which can also include magnetic scattering.
The udkm1Dsim toolbox is highly modular and allows to introduce user-defined results at any step in the simulation procedure.
The udkm1Dsim toolbox was initially developed for MATLAB® in the Ultrafast Dynamics in Condensed Matter group of Prof. Matias Bargheer at the University of Potsdam, Germany. The MATLAB® source code is still available at github.com/dschick/udkm1DsimML.
The current toolbox, written in Python, is maintained by Daniel Schick at the Max-Born-Institute, Berlin, Germany.
Documentation
The documentation can be found at udkm1Dsim.readthedocs.io.
Citation
Please cite the current preprint if you use the toolbox in your own work:
D. Schick, udkm1Dsim - A Python toolbox for simulating 1D ultrafast dynamics in condensed matter, Comput. Phys. Commun. 266, 108031 (2021) (preprint).
You can also cite the original publication if appropriate:
D. Schick, A. Bojahr, M. Herzog, R. Shayduk, C. von Korff Schmising & M. Bargheer, udkm1Dsim - A Simulation Toolkit for 1D Ultrafast Dynamics in Condensed Matter, Comput. Phys. Commun. 185, 651 (2014) (preprint).
Installation
You can either install directly from pypi.org using the command
pip install udkm1Dsim
or if you want to work on the latest develop release you can clone udkm1Dsim from the main git repository:
git clone https://github.com/dschick/udkm1Dsim.git udkm1Dsim
To work in editable mode (source is only linked but not copied to the python site-packages), just do:
pip install -e ./udkm1Dsim
Or to do a normal install with
pip install ./udkm1Dsim
Optionally, you can also let pip install directly from the repository:
pip install git+https://github.com/dschick/udkm1Dsim.git
You can have the following optional installation to enable parallel computations, unit tests, as well as building the documentation:
pip install udkm1Dsim[parallel]
pip install udkm1Dsim[testing]
pip install udkm1Dsim[documentation]
Contribute & Support
If you are having issues please let us know via the issue tracker.
You can also ask questions, share ideas, or engage with community members via the discussions.
You can contribute to the project via pull-requests following the GitHub flow concept.
License
The project is licensed under the MIT license.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file udkm1Dsim-2.0.4.tar.gz
.
File metadata
- Download URL: udkm1Dsim-2.0.4.tar.gz
- Upload date:
- Size: 3.5 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf92448598a06ba1f1c4991b167e094db6fa336266f5fe7aed258116c2b97576 |
|
MD5 | 28f06b34e257fc60a843c854af895bbc |
|
BLAKE2b-256 | 3a289459e8144dfbb8b5f196ce15fde1ab15620b6375f7c734519a11fba67c76 |
File details
Details for the file udkm1Dsim-2.0.4-py3-none-any.whl
.
File metadata
- Download URL: udkm1Dsim-2.0.4-py3-none-any.whl
- Upload date:
- Size: 3.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e34a912ea09d738ee686b05243cc2b3d666d79e2129ac30b60d3c2dcdf8f5079 |
|
MD5 | 5e41124a93c54fefb411016e0aa82665 |
|
BLAKE2b-256 | 964b315c0d4b0e52c2210fa01f4bef4d745278dd107837d9fbd25b37b926c3ee |