Skip to content

Latest commit

 

History

History
36 lines (19 loc) · 881 Bytes

README.md

File metadata and controls

36 lines (19 loc) · 881 Bytes

Quantum Infodynamics

Theory of Motion in Real Space

This repository contains the programs and any other materials related to Quantum Infodynamics.

  • dynamics [MAIN] --- Tools for simulating any [info]dynamical system on both the quantum and the classical level, relativistic and non-relativistic

  • classical-mechanics/pendulum --- Mathematical Pendulum Simulator (GUI, using PyQt5 and matplotlib)

For more information see the project's website at http://quantuminfodynamics.com

Tested with the following versions:

  • Python 3.12.2

  • numpy 1.26.4

  • scipy 1.12.0

  • matplotlib 3.8.2

  • PyFFTW 0.12.0

  • PyQt5 5.15.10

Minimal pre-requisites for using our python programs

  • Python >= 3.6.3

  • numpy >= 1.13.3

  • scipy >= 1.0.0

  • matplotlib >= 2.1.0

  • PyFFTW >= 0.10.4 (but the slower scipy.fftpack or even numpy.fft will be selected if PyFFTW is not available)