Skip to content

Instantly share code, notes, and snippets.

View dwhswenson's full-sized avatar
💭
I'm doing science and I'm still alive.

David W.H. Swenson dwhswenson

💭
I'm doing science and I'm still alive.
View GitHub Profile
@dwhswenson
dwhswenson / gist:a1aa580adfe541846a71
Created November 21, 2014 15:00
Backtrace on `ipython notebook Alanine\ Example.ipynb
Wigner:~/Downloads/tmp dwhs$ ipython nbconvert Alanine\ Example.ipynb
[NbConvertApp] Using existing profile dir: u'/Users/dwhs/.ipython/profile_default'
[NbConvertApp] Converting notebook Alanine Example.ipynb to html
[NbConvertApp] Support files will be in Alanine Example_files/
Traceback (most recent call last):
File "/opt/local/bin/ipython", line 5, in <module>
start_ipython()
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/IPython/__init__.py", line 120, in start_ipython
return launch_new_instance(argv=argv, **kwargs)
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/IPython/config/application.py", line 564, in launch_instance
@dwhswenson
dwhswenson / traj_timing.ipynb
Last active August 29, 2015 14:17
OPS: Linear slowdown as order parameter dictionary grows
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dwhswenson
dwhswenson / SeqEnsTiming.md
Last active August 29, 2015 14:20
OPS: SequentialEnsemble timing optimization

Optimization of the SequentialEnsemble

This gist includes files I used to look into performance questions for the SequentialEnsemble in OpenPathSampling.

This gist is to attach some files which relate to the discussion in OPS #222.

@dwhswenson
dwhswenson / inherit_vs_flag.ipynb
Last active March 17, 2017 14:30
OPS: Multiple inheritance vs. attribute to mark replica-exchange-like movers
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dwhswenson
dwhswenson / bundling_monte_carlo.pdf
Last active August 29, 2015 14:21
Bundling Monte Carlo
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dwhswenson
dwhswenson / speedtest_pre_item.ipynb
Created May 31, 2015 17:08
cv._pre_item speedtesting
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dwhswenson
dwhswenson / EnsembleFirstOrganizationNotes.ipynb
Created October 5, 2015 20:07
Ensemble-First Organization Notes
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.
@dwhswenson
dwhswenson / 0_README.md
Last active December 1, 2016 00:25
Alanine dipeptide committor stuff

Alanine dipeptide committor stuff

This directory is part of a collaboration with Max Welling and his colleagues Rianne van den Berg and Thomas Kipf. We're playing with ways to use deep learning neural networks in the context of chemistry.

This is mainly for me to create some useful data for them, and for me to explain some of the tools that I think they will find useful. Some of this may get re-purposed into OpenPathSampling examples.

@dwhswenson
dwhswenson / run_md.py
Last active November 1, 2021 06:45
Simple OpenMM-based MD from Gromacs files
#!/usr/bin/env python
# coding: utf-8
##########################################################################
# this script was generated by openmm-builder. to customize it further,
# you can save the file to disk and edit it with your favorite editor.
##########################################################################
# REQUIRES:
# * OpenMM (core dynamics)