Skip to main content

TALISES (This Ain't a LInear Schrödinger Equation Solver) is an easy-to-use Python implementation of the Split-Step Fourier Method, for numeric calculation of a wave function's time-propagation under the Schrödinger equation.

Project description

PyPI Conda Version Build Status Documentation Status

pyTALISES

pyTALISES (This Ain't a LInear Schrödinger Equation Solver) is an easy-to-use Python implementation of the Split-Step Fourier Method, for numeric calculation of a wave function's time-propagation under the Schrödinger equation.

Features

  • Calculation of a wavefunction's time propagation under a (non)linear Schrödinger equation:
  • the wave-function may include an arbitrary number of internal and external degrees of freedom
  • simple implementation of Hamiltonians
  • speed of the FFTW, BLAS and numexpr libaries with multithreading
  • crucial functions are just-in-time compiled with numba

Documentation

Read the documentation to learn more about pytalises' capabilities. The documentation features many examples, among others 2D harmonic potentials, BEC scattering, three-level Raman transitions, single-Bragg diffraction and atom interferometry.

Installing pytalises

We recommend installing pytalises via conda

Using conda

Installing pytalises from the conda-forge channel can be achieved by adding conda-forge to your channels with:

conda config --add channels conda-forge

Once the conda-forge channel has been enabled, pytalises can be installed with:

conda install pytalises

Using pip

pytalises is available on the Python Package Index and can be installed via

pip install pytalises

it has dependencies via scipy and numba on BLAS and LAPACK libraries that are not always found on windows systems. For linux they can usually be located.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pytalises-0.2.7.tar.gz (23.4 kB view hashes)

Uploaded Source

Built Distribution

pytalises-0.2.7-py3-none-any.whl (22.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page