Solving Schrodinger Equation Numerically
-
Updated
Aug 27, 2022 - Jupyter Notebook
Solving Schrodinger Equation Numerically
常微分方程式の数値解法の基礎.(教材)
3D animation of the Lorenz Attractor trajectory, implemented in Python using the 4th order Runge-Kutta method. [Personal project]
Methods of numerical modelling with undergraduate level computational physics solutions with non-linear equations, gaussian probabilities, and Euler RK4 integration
A small step for dynamics, a giant leap for SciML
Solving some interesting problems using Python and C++
2-D Euler equation solver using Finite Volume Methods
Blogpost and web demos about numerical solutions to ODEs
A simple N-Body simulator, able to support a galactic environnement (under the form of a gravitational field).
Simple header-only C++ ODE solver library for Runge-Kutta 4th order method with events.
different methods for solving several ode
N-body space simulator that uses the Runge-Kutta 4 numerical integration method to solve two first order differential equations derived from the second order differential equation that governs the motion of an orbiting celestial. Also has preset demos for two-body and three-body circular orbits which use parametric equations. Uses the SFML (Simp…
The fourth order runge kutta method is used to solve the first and second order differential equations
Simulating a satellite's orbit around the Earth with varying initial conditions using Python & tkinter.
basic simulation of planetary movements in our solar system, based on initial conditions from horizons@ssd.jpl.nasa.gov and vizualization with three.js
Collection of fixed-step IVP solvers. Includes support for matrix-valued IVPs, and provides functions for generating IVP solver equations.
This is a solver for nth order ODEs using RK4 written in c++
Les tp de physique numérique pour modéliser et utiliser l'informatique dans la physique
Add a description, image, and links to the rk4 topic page so that developers can more easily learn about it.
To associate your repository with the rk4 topic, visit your repo's landing page and select "manage topics."