This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# A simple energy minimization program that uses steepest descent | |
# and a force field to minimize the energy of water in internal coordinates | |
# Written by Jan H. Jensen, 2013, released in the the GNU GPL license | |
kOH = 50.0 | |
rOHe = 0.95 | |
kHOH = 50.0 | |
thetaHOHe = 104.5 | |
c = 0.005 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
background white; | |
load /Users/jan/Dropbox/presentation/BBL/1L2Y.pdb; | |
reset; | |
center {-1.231 1.8259997 0.04649973};rotate z 2.0; zoom 84.74; translate x 0.04; translate y 0.07; | |
spin y;delay 10;spin off;delay 1; | |
select all;color atoms amino;delay 1;spin y;delay 10;spin off;delay 3; | |
display 1;delay 5; | |
display 2;delay 1; | |
display 3;delay 1; | |
display 4;delay 1; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DOCTYPE html> | |
<html> | |
<title>A simple Jsmol example</title> | |
<head> | |
<script type="text/javascript" src="jsmol/JSmoljQuery.js"></script> | |
<script type="text/javascript" src="jsmol/JSmolCore.js"></script> | |
<script type="text/javascript" src="jsmol/JSmolApplet.js"></script> | |
<script type="text/javascript" src="jsmol/JSmolApi.js"></script> | |
<script type="text/javascript" src="jsmol/j2s/j2sjmol.js"></script> | |
<script type="text/javascript" src="jsmol/JSmol.js"></script> |
NewerOlder