Skip to content

Instantly share code, notes, and snippets.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"This notebook attempts to yield a converged solvent-phase free energy calculation for all ligands of the jnk1 system"
]
},
{
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.
@dominicrufa
dominicrufa / jnk1_solvent_lig0_eq8_incl
Created January 6, 2021 02:38
added gavin's eq 8 free energy estimator
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"This notebook attempts to yield a converged solvent-phase free energy calculation for all ligands of the jnk1 system"
]
},
{
@dominicrufa
dominicrufa / mod_jnk1.ipynb
Created January 6, 2021 02:40
added gavin's eq 8 from his notes. mod
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dominicrufa
dominicrufa / openmm_torch_sandbox.ipynb
Created April 12, 2021 19:31
rendering failed ani_model
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dominicrufa
dominicrufa / force_trouble.ipynb
Created April 27, 2021 03:41
reproducing error wherein adding a `TorchForce` to a system gives force matrices that are discrepant w.r.t. mm-only system when the scaling factor is set to zero.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dominicrufa
dominicrufa / ADP.ipynb
Created April 29, 2021 19:57
simpler `TorchForce` implementation on a simple vacuum dipeptide that fails in force calculation.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dominicrufa
dominicrufa / ADP_force_groups.ipynb
Created April 29, 2021 21:39
placing the torchforce into force group 1 and querying the force matrices separately seems to work on a non-pbc system with `Reference` platform
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.