Subdiscipline of theoretical physics which consists in the study of physics problems using numerical algorithms. PLEASE NOTE that questions about computational methods and/or programming are OFF-TOPIC on Physics.SE.
6
votes
2answers
799 views
Physics of simple collisions
I'm building a physics simulator for a graphics course, and so far I have it implementing gravitational and Coulomb forces. I want to add collisions next, but I'm not exactly sure how to go about ...
13
votes
4answers
438 views
Home-made lattice calculation?
The topic of Lattice QCD or Lattice gauge theory or even Lattice field theory is quite old now. And the main reason for the interest in the topic is the ability to calculate nonperturbative stuff on a ...
5
votes
2answers
227 views
In condensed matter simulations, how is particle number density computed in practice?
I have been reading a recent paper. In it, the authors performed molecular dynamics (MD) simulations of parallel-plate supercapacitors, in which liquid resides between the parallel-plate electrodes. ...
0
votes
1answer
209 views
How is acceleration computed in the leap-frog algorithm in computer simulations of particles?
I am reading the book Computer Simulation of Liquids by Allen and Tildesley (here is another link). On page 80, the authors describe the leap-frog algorithm, which is used extensively in molecular ...
17
votes
5answers
468 views
What do theoretical physicists need from computer scientists?
I recently co-authored a paper (not online yet unfortunately) with some chemists that essentially provided answers to the question, "What do chemists need from computer scientists?" This included the ...
5
votes
2answers
2k views
Solving one dimensional Schrodinger equation with finite difference method
Consider the one-dimensional Schrodinger equation
$$-\frac{1}{2}D^2 \psi(x)+V(x)\psi(x)=E\psi(x)$$
where $D^2=\dfrac{d^2}{dx^2},V(x)=-\dfrac{1}{|x|}$.
I want to calculate the ground state ...
0
votes
1answer
401 views
Calculating Kramers-Kronig using Mathematica
First of all, I know there is a Mathematica group in beta, but I don't think the problem of the following is directly a Mathematica issue.
I am trying to calculate the change of the refractive index ...