Skip to content

Commit 9b46ff2

Browse files
committed
add folders
1 parent 998fd19 commit 9b46ff2

File tree

3 files changed

+60
-0
lines changed

3 files changed

+60
-0
lines changed

examples/free-energy/geop/init.xyz

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
1
2+
# CELL(GENH): 100.0 0.0 0.0 0.0 100.0 0.0 0.0 0.0 100.0 positions{angstrom} cell{angstrom}
3+
H 2.0 0.2 -0.5
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<simulation mode='static' verbosity='high'>
2+
<output prefix='geop'>
3+
<properties stride='1' filename='out'> [ step, potential ] </properties>
4+
<trajectory filename='pos' stride='1'> positions </trajectory>
5+
</output>
6+
<total_steps> 1000 </total_steps>
7+
<prng>
8+
<seed> 32342 </seed>
9+
</prng>
10+
<ffsocket name='driver' mode='unix' pbc='false'>
11+
<address> geop </address>
12+
</ffsocket>
13+
<system>
14+
<initialize nbeads='1'>
15+
<file mode='xyz'> geop/init.xyz </file>
16+
</initialize>
17+
<forces>
18+
<force forcefield='driver'> </force>
19+
</forces>
20+
<motion mode='minimize'>
21+
<optimizer mode='bfgs'>
22+
<tolerances>
23+
<energy> 1e-5 </energy>
24+
<force> 1e-5 </force>
25+
<position> 1e-5 </position>
26+
</tolerances>
27+
</optimizer>
28+
</motion>
29+
</system>
30+
</simulation>
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<simulation mode='static' verbosity='high'>
2+
<output prefix='harm'>
3+
<properties stride='10' filename='out'> [ step, potential ] </properties>
4+
</output>
5+
<total_steps> 5000 </total_steps>
6+
<prng>
7+
<seed> 32342 </seed>
8+
</prng>
9+
<ffsocket name='lmp' mode='unix' pbc='true'>
10+
<address> vib </address>
11+
</ffsocket>
12+
<system>
13+
<initialize nbeads='1'>
14+
<file mode='ase'> init_harm.xyz </file>
15+
</initialize>
16+
<forces>
17+
<force forcefield='lmp'> </force>
18+
</forces>
19+
<motion mode='vibrations'>
20+
<vibrations mode='fd'>
21+
<pos_shift> 0.001 </pos_shift>
22+
<prefix> phonons </prefix>
23+
<asr> none </asr>
24+
</vibrations>
25+
</motion>
26+
</system>
27+
</simulation>

0 commit comments

Comments
 (0)