Rastow / wave-packet-dynamics

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wave-packet-dynamics

Installation

The package is available on the Python Package Index and can be installed using the following command.

pip install wave-packet-dynamics

Features

This package provides a framework for simulating the time evolution of a single wave packet in an arbitrary time-independent potential. Currently, only one-dimensional simulations are supported. Additionally, the package provides a simple interface for visualizing the results of the simulations.

Documentation

The documentation is made with Material for MkDocs and is hosted by ReadTheDocs.

Development

The project uses PDM as the package manager. After cloning the repository and installing PDM, run the following commands to create a virtual environment and install the development dependencies.

pdm venv create
pdm install

Afterward, several useful commands for formatting, linting, testing and type checking are available.

pdm run --list

License

The project is distributed under the terms of the BSD-3-Clause license.

About

License:MIT License


Languages

Language:Python 100.0%