Вот что говорит мануал: http://www.theochem.ru.nl/molpro/molpro ... de533.html
Если геометрия задана через Z-matrix, то, согласно мануалу
для заморозки угла в воде илиconstraint,100,deg,angle,atoms=[h1,o,h2];
для приравнивания длин связей.constraint,0,bond,atoms=[h1,o],-1.,bond,atoms=[h2,o]
А ежели хоцца через xyz координатки задать?atoms are given as:
ATOMS=[a1,a2,a3,...]
where the number of atoms required varies with type as specified above, and the atomic names a1,a2,a3,... can be either atomic tag names from the Z-matrix input, or integers corresponding to Z-matrix rows.
Я попробовал дать номера атомам водорода и сказатьgeomtyp=xyz
geometry={
3 ! number of atoms
This is an example of geometry input for water with an XYZ file
O ,0.0000000000,0.0000000000,-0.1302052882
H ,1.4891244004,0.0000000000, 1.0332262019
H,-1.4891244004,0.0000000000, 1.0332262019
}
на что получилconstraint,100,deg,angle,atoms=[H1,O,H2];
Unknown command or directive CONSTRAINT