path-integral
There are 24 repositories under path-integral topic.
MizuhoAOKI/python_simple_mppi
Python implementation of MPPI (Model Predictive Path-Integral) controller to understand the basic idea. Mandatory dependencies are numpy and matplotlib only.
MizuhoAOKI/mppi_swerve_drive_ros
[IROS 2024] MPPI (Model Predictive Path-Integral) Controller for a Swerve Drive Robot
vvrs/MPPIController
Robot Controls Course Project
cduck/feynman_path
Visualization tool for the Feynman Path Integral applied to quantum circuits
Frost-group/PolaronMobility.jl
Feynman's variational path-integral model for the Fröhlich polaron. Calculates temperature dependent polaron mobilities, and other polaron observables.
acxz/mppi
A simple and extensible Octave/Matlab library for Model Predictive Path Integral control scheme.
bevanda/MPPIControl
Stochastic Optimal Control in Robotics Project
dimitra-maoutsa/DeterministicParticleFlowControl
Repository for Deterministic Particle Flow Control framework
QuantumBFS/Pathintegral-QMC.jl
Path integral quantum Monte Carlo
bloptman/feynman-path-integral
Python code that performs that Feynman path integral for a specified potential. Demonstrated by approximating the average energy of the quantum harmonic oscillator for various temperatures.
Frost-group/PolaronQMC.jl
Pigs might just fly.
amaciarey/PathIntegralGroundState
This is a Path Integral Ground State Monte Carlo code written in Fortran. It is intended to the description of 4He in three dimensions but it can be easily extended to any other homogeneous or trapped system in any dimensions
arh89/spring
Spring
MizuhoAOKI/path_integral
numerical simulation with path integral
Neutrino155/PolaronMakie.jl
Interactive visualisations for the variational polaron problem with Makie.
javier-rozalen/vfpg
Variational Feynman Path Generator
Sutirthachowdhury/1D_Matsubara_with_1d-spinboson
Using Nonadiabatic Matsubara (Path-Integral formalism) to predict the charge transfer quantum dynamics.
astomodynamics/julia-mppi
An optional control algorithm, model predictive path integral (MPPI) control, implementation using Julia.
ChinmayKhasnis7/Path-Integral-QMC
This repository contains Python implementation Path integral Quantum Monte-Carlo to find the ground state energy of the harmonic oscillator.
faolane/simpleMD_1d
A simple (PI)MD code for 1D systems
GDufenshuoo/SuperfluidRotSpec.jl
Bosons/Fermions Superfluid problem with morden tools.
olibridge01/NonlinearDissipativeSystems
RPMD code for the paper "Quantum Rates in Dissipative Systems with Spatially Varying Friction", Oli Bridge et al., J. Chem. Phys., 2024. (https://doi.org/10.1063/5.0216823)
EliousMondal/PLDM
A serial, parallel and vectorised version of PLDM dynamics has been implemented. The serial version uses numba to get speedup of a compiled language. The parallel version uses mpi4py to utilise the multiprocessing capability of HPC clusters. The vectorised version uses a wide variety of GPU libraries (cuda, cupy, pytorch) to highly vectorise PLDM.