Skip to content

Instantly share code, notes, and snippets.

@zhang-ivy
zhang-ivy / 9_debug_long_correction_slowdown.ipynb
Created December 8, 2021 17:07
long range correction experiments
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@zhang-ivy
zhang-ivy / example_for_kevin.ipynb
Created September 2, 2021 20:57
OpenMM examples
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@zhang-ivy
zhang-ivy / amber.xml
Created March 30, 2021 16:59
OpenMMForcefields validate_glyco_protein() systems
This file has been truncated, but you can view the full file.
<?xml version="1.0" ?>
<System openmmVersion="7.5" type="System" version="1">
<PeriodicBoxVectors>
<A x="2" y="0" z="0"/>
<B x="0" y="2" z="0"/>
<C x="0" y="0" z="2"/>
</PeriodicBoxVectors>
<Particles>
<Particle mass="1.008"/>
<Particle mass="12.01"/>
@zhang-ivy
zhang-ivy / run_neq_distrib.py
Created August 6, 2020 17:15
run_neq_distrib
import logging
import pickle
import numpy as np
from openmmtools.integrators import PeriodicNonequilibriumIntegrator
from simtk import unit
from simtk import openmm
import argparse
import os
import time
import mdtraj as md
@zhang-ivy
zhang-ivy / prep_ncmc_movie.ipynb
Last active August 6, 2020 17:12
prep_ncmc_movie
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@zhang-ivy
zhang-ivy / fitting_kds.ipynb
Last active June 22, 2020 19:50
From Joe Cunningham
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.