Skip to content

Instantly share code, notes, and snippets.

View daviddesancho's full-sized avatar

David De Sancho daviddesancho

View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@lambdalisue
lambdalisue / install_vmd_ubuntu.sh
Last active June 17, 2018 17:05
An install script of VMD to Ubuntu
#!/bin/bash
#==============================================================================
# An install script which help you to install VMD in Ubuntu 15.04
#
# Author: Alisue (lambdalisue@hashnote.net)
# License: MIT License
#
# Copyright hashnote.net, 2015, allright reserved.
#==============================================================================
ROOT=$(cd $(dirname $0); pwd)
@rmcgibbo
rmcgibbo / LICENSE
Last active January 27, 2023 16:33
Propagating 2D dynamics on the Muller potential using OpenMM. OpenMM runs the dynamics in CUDA or OpenCL, so this is pretty snappy.
Copyright 2020 Robert T. McGibbon
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE O