ComputationalPhysics
ComputationalPhysics copied to clipboard
Introductory course in Computational Physics, including linear algebra, eigenvalue problems, differential equations, Monte Carlo methods and more.
https://github.com/CompPhysics/ComputationalPhysics/blob/42e9ccf2cb74744b0568aac7d92ccf8ccdb5b23d/doc/Programs/LecturePrograms/programs/NumericalIntegration/cpp/program1.cpp#L32
Bumps [mustache](https://github.com/janl/mustache.js) from 0.7.3 to 3.1.0. Release notes *Sourced from [mustache's releases](https://github.com/janl/mustache.js/releases).* > ## v3.1.0 > ### Added > > * [#717](https://github-redirect.dependabot.com/janl/mustache.js/issues/717): Added support .js files as views in command...
Bumps [express](https://github.com/expressjs/express) from 2.5.11 to 4.17.1. Release notes *Sourced from [express's releases](https://github.com/expressjs/express/releases).* > ## 4.17.1 > * Revert "Improve error message for `null`/`undefined` to `res.status`" > > ## 4.17.0 >...
Bumps [mustache](https://github.com/janl/mustache.js) from 0.7.3 to 3.1.0. Release notes *Sourced from [mustache's releases](https://github.com/janl/mustache.js/releases).* > ## v3.1.0 > ### Added > > * [#717](https://github-redirect.dependabot.com/janl/mustache.js/issues/717): Added support .js files as views in command...
Bumps [express](https://github.com/expressjs/express) from 2.5.11 to 4.17.1. Release notes *Sourced from [express's releases](https://github.com/expressjs/express/releases).* > ## 4.17.1 > * Revert "Improve error message for `null`/`undefined` to `res.status`" > > ## 4.17.0 >...
import numpy as np # ---------------------------------------- # Quantum Computational Integration (CPI-QCI) v15.0 # ---------------------------------------- class DualFrequencyResonance: """ Implements dual-frequency resonance for quantum coherence and healing. """ def __init__(self): self.love_frequency =...