-
Los Alamos National Laboratory
- Los Alamos, NM
Highlights
- Pro
-
ani-1xnr Public
Forked from atomistic-ml/ani-1xnrMachine learning interatomic potential for condensed-phase reactive chemistry
UpdatedJul 27, 2023 -
-
quac Public
Forked from reidpr/quacQUAC ("quantitative analysis of chatter" or any related acronym you like) is a package for acquiring and analyzing social Internet content. Docs are online at http://reidpr.github.io/quac.
Jupyter Notebook Apache License 2.0 UpdatedJun 13, 2018 -
-
qr-tests-1us0 Public
Forked from qrefine/qr-tests-1us0Helix example for testing quantum refinement
Python UpdatedDec 17, 2016 -
g09DNNTSBuilder Public
This program was designed to calculate the data points needed to train the artificial neural network potential energy surface. The program is still in use in the current project. It is written in C…
-
-
HFSCFCISProgram Public
A home built Hartree-Fock Self Consistent Field program with the Configuration Interaction Singles method for calculating excited states. I built this for class projects. It was early in my underst…
C++ MIT License UpdatedMay 12, 2016 -
-
awesome-readme Public
Forked from matiassingers/awesome-readmeA curated list of awesome READMEs
UpdatedMar 23, 2016 -
-
OpenGLEngine Public
An in-the-works OpenGL Engine with some dev tools. Currently the terrain generation tool is in the works. I haven't had a lot of time to devote to this as I've been busy on my Ph.D.
-
-
-
-
SolarRenderEngine Public
An OpenGL engine that randomly generates a solar system to roam around in. It is rather useless, as it was just a exercise in programming OpenGL. Originally I built the engine to use classical phys…
-
-
-
NeuralNetIntAddition Public
My first attempt at building a neural net of sigmoid neurons to compute n+1 given n for any integer n. This is a self project to help with my understanding of how neural nets work in practice. Deri…
Cuda UpdatedAug 17, 2015 -
-
GNUVectorizationTesing Public
Here, I was just playing around with how to properly vectorize loops to take advantage of modern processor's AVX units. This program is a bit useless, it was mainly for playing around with how the …
C++ UpdatedJul 22, 2015 -
CUDA_NUM_INTEGRATION_2 Public
A CUDA numerical integrator. I wrote this to practice writing in C/C++ and CUDA during the summer of 2014. It's a simple Simpson's rule integrator along with a kernel I wrote for array reduction. T…
-
CUDA_REMC_v2 Public
This was a class project from the spring of 2014 semester for my computation chemistry course at UF. At this time I was just learning C/C++ and CUDA. The program builds an Ising spin glass model th…
-
AM1Reparam Public
AM1 to High-level Reparameterization via the Genetic Algorithm. Began working on this summer 2015.
C++ MIT License UpdatedJul 22, 2015 -
HarmonicMD Public
A 1D Harmonic Molecular Dynamics program for studying changes in the RMSD of atomic positions during an MD simulation. Began writing this in 2014, still making modifications every now any then.
C++ MIT License UpdatedJul 22, 2015 -
FortranTesting Public
Justin learning some fortran and C/C++ mixing techniques. Summer 2015.
Makefile UpdatedJul 10, 2015 -
SSHTunnelHandler Public
A C/C++ program to maintain a reverse SSH tunnel to a server. It's basically just a wrapper to the ssh command that reconnects upon disconnection. I wrote this because my internet is not very relia…