Statistiques
| Révision :

root / examples / Test / Cart / README

Historique | Voir | Annoter | Télécharger (1,72 ko)

1 1 pfleura2
As HCN can almost be considered as a 2D case because the CN bond does not
2 1 pfleura2
 change much during the HCN -> CNH path, one can visualize the path
3 1 pfleura2
by projecting it on a 2D PES.
4 1 pfleura2
This is done by analyzing a path.
5 1 pfleura2
So, first, you have to launch run_Paht.
6 1 pfleura2
Then you can analyse it either using:
7 1 pfleura2
**)  AnaPath (as usual)
8 1 pfleura2
../../../utils/AnaPath HCN_cart.out
9 1 pfleura2
**) Dep_tscan_p
10 1 pfleura2
../Dep_tscan_p HCN_cart.out  PES
11 1 pfleura2
This will create a Path_p.gplot file that can be ran to visualizd the
12 1 pfleura2
 evolution of the Path projected on the 2D PES (in green). The actual
13 1 pfleura2
 IRC is also plotted in red.
14 1 pfleura2
To go to the next iteration, you have to press a key.
15 1 pfleura2
16 1 pfleura2
**) Dep_tscan_m
17 1 pfleura2
../Dep_tscan_m HCN_cart.out  PES
18 1 pfleura2
This will create a Path_m.gplot file that can be ran to visualizd the
19 1 pfleura2
 evolution of the Path projected on the 2D PES (in green). The actual
20 1 pfleura2
 IRC is also plotted in red, as with Dep_tscan_p.
21 1 pfleura2
What is new is that you have 2 windows: the second one shows the energy
22 1 pfleura2
 along the path.
23 1 pfleura2
To go to the next iteration, you have to press a key.
24 1 pfleura2
25 1 pfleura2
**) Dep_tscan_movie
26 1 pfleura2
../Dep_tscan_movie HCN_cart.out  PES
27 1 pfleura2
This will create a Path_movie.gplot file that can be ran to visualizd the
28 1 pfleura2
 evolution of the Path projected on the 2D PES (in green). The actual
29 1 pfleura2
 IRC is also plotted in red, as with Dep_tscan_p.
30 1 pfleura2
Here the evolution is shown as a movie, there is no need to press a key to go
31 1 pfleura2
to the next iteration.
32 1 pfleura2
33 1 pfleura2
** Remarks:
34 1 pfleura2
For all Dep_tscan_XX scripts,
35 1 pfleura2
The "PES" argument can be omitted if you do not want to plot the 2D PES contours in green.
36 1 pfleura2
If you have asked (using Path.valid, see manual) to print the tangents, then you can add
37 1 pfleura2
 "T" as a last  argument, this will print the path and its tangents.
38 1 pfleura2
All three scripts use the files HCN_irc.dat to plot the actual IRC, as well as HCN_PES_2D.dat
39 1 pfleura2
 to plot the 2D PES.