Skip to content

Commit

Permalink
add energy.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
WineChrao committed May 1, 2020
1 parent cbe691f commit 2e8b4e4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Energy.pl
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!perl

use strict;
use Getopt::Long;
use MaterialsScript qw(:all);

my $doc = Documents->Import("MOR_CH4.xtd");

my $results = Modules->Forcite->Energy->Run($doc,Settings(CurrentForcefield => "COMPASS"));
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Materials-Studio-script
All scripts can be executed on server, in order to free your PC
## Forcite.pl
Do molecular dynamics, such as NPT, NVT, N\muT Simulation
Do molecular dynamics, such as NPT, NVT, N$\mu$T Simulation

## MSD.pl
Calculate Mean Square Displacement calculation, which can be done on PC, while it may cost much time or memory, executing on Server is a better choice obviously.
Expand All @@ -14,3 +14,6 @@ Calculate structure with low energy

## Center.pl
Dynamics information is stored in '*.trj' file, we can get trajectory information of every center of every molecule by this script.

## Energy.pl
Calculate total energy of periodic structure,and input files are including *.trj and *.xtd file

0 comments on commit 2e8b4e4

Please sign in to comment.