akey7
About
akey7
Categories
All
(12)
Python
(1)
chemistry
(8)
julia
(2)
math
(3)
physics
(6)
python
(6)
r
(3)
solubility
(2)
Julia: Molecular Dynamics of HCl
julia
physics
chemistry
Molecular dynamics models the motion of atoms within molecules using classical mechanics calculations. Molecular dynamics envisions atoms as balls on springs and calculates…
Mar 23, 2024
Alicia
Julia: Positive and Negative Definite Matrices
julia
math
These functions implement the expression, which can calculate scalar quantities when given
x1
and
x2
components of a 2-element vector.
Mar 19, 2024
Alicia
Python: Simple Gradient Descent
python
math
This is a simple polynomial gradient descent. It is a naive implmentation that is not optimized or vectorized. It is meant to be a simple demo on how gradient descent can be…
Jun 14, 2023
Alicia
R: FFT with fftpipe
r
math
fftpipe
is a package of functions that wrap around the base R
fft()
function. The
fftpipe
package enables workflows around the
fft()
function that use the pipe (
%>%
)…
Dec 31, 2022
Alicia
Python: Lennard-Jones Potential
python
physics
chemistry
\[ V(r) = 4 \epsilon \biggl[ \biggl (\frac{\sigma}{r}\biggr)^{12} - \biggl (\frac{\sigma}{r}\biggr)^6 \biggr] \]
Sep 10, 2022
Alicia Key
Python: Hydrogen Atom
python
physics
chemistry
In this post, I define a class to model the behavior of a hydrogen atom. In the process, I get to solve integrals like the following numerically to test my code:
Jul 16, 2021
Alicia Key
Python: Rydberg Equation and Hydrogen Spectra
python
physics
chemistry
The Rydberg formula is used to predict emission spectrum lines from hydrogen. The significance of the Rydberg formula is that it was one of the first studies of quantum…
Jul 15, 2021
Alicia Key
Python: Quantum harmonic oscillator
python
physics
chemistry
In this post, I will define Python code that models the quantum harmonic oscillator. This page follows page 290 to 297 in
Physical Chemistry, 8th Ed.
by Peter Atkins and…
Jul 13, 2021
Alicia Key
Python: Quantum mechanics: two non-interacting particles
python
physics
chemistry
This code and these plots explore
Molecular Modelling for Beginners, 2nd Ed.
by Alan Hinchliffe Section 12.6, pages 181 to 184. In this Section, the author explores the…
Jul 11, 2021
Alicia Key
Python: Quantum mechanics: particle in a box
Python
This post explores the simplest quatnum mechanical system: the particle in a one-dimensioanl infinite potential well, also known as the one-dimensional particle in a box.
Jul 5, 2021
Alicia Key
R: Solubility Clustering
chemistry
r
solubility
In my prior aqueous solubility regression study, I did an exploratory data visualization and found intriguing plots of solubility versus other variables in the study. I…
Apr 25, 2021
Alicia Key
R: Solubility Regression with Linear and Random Forest Models
chemistry
r
solubility
Aqueous solubility (ability to dissolve in water) is an essential property of a chemical compound important in the laboratory. Can the solubility of a compound be predicted…
Jan 18, 2021
Alicia Key
No matching items