3
0
mirror of https://github.com/NehZio/Crystal-MEC synced 2024-09-27 12:01:01 +02:00
Crystal-MET/DOC.md

105 lines
1.7 KiB
Markdown
Raw Normal View History

2019-04-30 14:01:39 +02:00
# Writing an INPUT file
2019-04-17 15:06:53 +02:00
2019-04-30 14:01:39 +02:00
There is no obligation to put any order in the keywords
2019-04-17 15:06:53 +02:00
2019-04-30 14:01:39 +02:00
## MANDATORY KEYWORDS
2019-04-17 15:06:53 +02:00
2019-04-30 14:02:47 +02:00
* BATH bath_radius
2019-04-17 15:06:53 +02:00
2019-04-30 14:03:44 +02:00
* PSEUDO first_shell_radius
2019-04-17 15:06:53 +02:00
2019-04-30 14:03:44 +02:00
* OUTPUT output_file_name
2019-04-17 15:06:53 +02:00
2019-05-09 08:19:00 +02:00
* PATTERN
nAtom1 labelAtom1 nAtom2 labelAtom2 ...
...
NRETTAP
2019-04-17 15:06:53 +02:00
2019-05-09 08:19:00 +02:00
* NPATTERN nPattern1 nPattern2 ...
2019-04-17 15:06:53 +02:00
2019-04-30 14:03:44 +02:00
* LATTICE
2019-04-30 14:04:02 +02:00
2019-04-30 14:01:39 +02:00
a cell_parameter_a
2019-04-30 14:04:37 +02:00
2019-04-30 14:01:39 +02:00
b cell_parameter_b
2019-04-30 14:04:37 +02:00
2019-04-30 14:01:39 +02:00
c cell_parameter_c
2019-04-30 14:04:37 +02:00
2019-04-30 14:01:39 +02:00
alpha cell_angle_alpha
2019-04-30 14:04:37 +02:00
2019-04-30 14:01:39 +02:00
beta cell_angle_beta
2019-04-30 14:04:37 +02:00
2019-04-30 14:01:39 +02:00
gamma cell_angle_gamma
2019-04-17 15:06:53 +02:00
2019-04-30 14:03:44 +02:00
* ATOMS label charge neighbours radius_of_the_coordination_sphere ...
2019-04-17 15:06:53 +02:00
2019-04-30 14:03:44 +02:00
* SYMOP
2019-04-30 14:04:37 +02:00
2019-04-30 14:01:39 +02:00
x,y,z
2019-04-30 14:04:37 +02:00
2019-04-30 14:01:39 +02:00
...
2019-04-30 14:04:37 +02:00
2019-04-30 14:01:39 +02:00
POMYS
2019-04-30 14:03:44 +02:00
* GENERATOR
2019-04-30 14:04:37 +02:00
2019-04-30 14:01:39 +02:00
atom1 x_frac y_frac z_frac
2019-04-30 14:04:37 +02:00
2019-04-30 14:01:39 +02:00
...
2019-04-30 14:04:37 +02:00
2019-04-30 14:01:39 +02:00
ROTARENEG
2019-04-30 14:03:44 +02:00
* END_OF_INPUT
2019-04-17 15:06:53 +02:00
2019-04-30 14:01:39 +02:00
## OPTIONNAL KEYWORDS
2019-04-17 15:06:53 +02:00
2019-05-27 14:31:09 +02:00
* NOINFRAG
label x y z
...
GARFNION
2019-04-30 14:03:44 +02:00
* TRANSLATE x y z
2019-04-17 15:06:53 +02:00
2019-04-30 14:01:39 +02:00
Crystal MET has some trouble finding specific pattern, sometimes forcing a translation can help finding it
2019-04-17 15:06:53 +02:00
2019-04-30 14:03:44 +02:00
* CENTER atom1 atom2 ...
2019-04-17 15:06:53 +02:00
2019-04-30 14:01:39 +02:00
Will chose the atom (or the center of the atoms) as the center of the sphere
2019-04-17 15:06:53 +02:00
2019-04-30 14:03:44 +02:00
* X_AXIS atom1 atom2 ...
2019-04-17 15:06:53 +02:00
2019-04-30 14:01:39 +02:00
Will chose the atom (or the center of the atoms) as the x axis
2019-04-17 15:06:53 +02:00
2019-04-30 14:03:44 +02:00
* Y_AXIS atom1 atom2 ...
2019-04-17 15:06:53 +02:00
2019-04-30 14:01:39 +02:00
Will chose the atom (or the center of the atoms) as the y axis
2019-04-17 15:06:53 +02:00
2019-04-30 14:03:44 +02:00
* Z_AXIS atom1 atom2 ...
2019-04-17 15:06:53 +02:00
2019-04-30 14:01:39 +02:00
Will chose the atom (or the center of the atoms) as the z axis
2019-04-17 15:06:53 +02:00
2019-04-30 14:03:44 +02:00
* NOTINPP atoms not in the first shell
2019-04-17 15:06:53 +02:00
2019-04-30 14:03:44 +02:00
* COLOR
2019-04-17 15:06:53 +02:00
2019-04-30 14:01:39 +02:00
Shows the bath sorted with colors
2019-04-30 14:03:44 +02:00
* NOCOLOR
2019-04-30 14:01:39 +02:00
Shows the bath sorted by atoms
2019-04-30 14:03:44 +02:00
* SEEFRAG
2019-04-30 14:01:39 +02:00
Shows the fragment once found (recommended)
2019-04-30 14:03:44 +02:00
* OPTIMIZATION
2019-04-30 14:01:39 +02:00
Will use an optimization method to set the total charge to 0 by slightly changing the charges of the outer shell atoms
2019-04-30 14:03:44 +02:00
* EVJEN
2019-04-30 14:04:37 +02:00
2019-04-30 14:01:39 +02:00
Simili Evjen method to calculate the charge of the atom on the outer shell, note that OPTIMIZATION and EVJEN keywords can not be used together