This file contains hidden or 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
units real | |
atom_style full | |
dimension 3 | |
boundary p p p | |
bond_style harmonic | |
angle_style harmonic | |
dihedral_style opls | |
improper_style cvff |
This file contains hidden or 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
/* false, 0, undefined, null, NaN, "" are false */ | |
> Boolean(false) | |
false | |
> Boolean(0) | |
false | |
> Boolean("") | |
false | |
> Boolean(undefined) | |
false |
This file contains hidden or 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
0 0 | |
0.001 5.94285714285717e-05 | |
0.002 0.000118857142857143 | |
0.003 0.000178285714285715 | |
0.004 0.000237714285714287 | |
0.005 0.000297142857142859 | |
0.006 0.00035657142857143 | |
0.007 0.000416000000000002 | |
0.008 0.000475428571428574 | |
0.009 0.000534857142857146 |