Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Popular repositories
-
f90wrap
F90 to Python interface generator with derived type support
-
AtomEye
Modified fork of Ju Li's atomistic configuration viewer (http://li.mit.edu/Archive/Graphics/A/)
-
aps-length
Calculate length (number of equivalent words) for APS manuscripts written with LaTeX
-
rocket
Simple mathematical model of water rockets trajectories
Jupyter Notebook 1
-
DST-FEM
Diamond CDT Finite Element Method lectures
-
chemview
Forked from gabrielelanaro/chemview
The new generation molecular viewer for IPython notebook
JavaScript
259 contributions in the last year
Contribution activity
May 2019
April 2019
- jameskermode/StatisticalProcesses Jupyter Notebook
Created an issue in libAtoms/ASE.jl that received 3 comments
Add missing convenience wrappers for energy, force, etc.
import JuLIP.forces, JuLIP.gradient, JuLIP.energy gradient(calc::ASE.ASECalculator, at::Atoms) = gradient(calc, ASE.ASEAtoms(at)) forces(calc::ASE.…