thanks for the tips.
I am trying to output the following parameters, Np-O bond length and Np-O-Np angles. These appear as the following in
append_bond_lengths{
...
O:0 Np:1 -1 -1 0 2.32389(69)
Np:0 0 0 0 2.32389(69) 108.159(24)
Np:1 -1 0 0 2.32389(69) 108.159(24) 112.129(48)
...
*/}
I can isolate the distance value using either
Get_Distance(Np O, c, 2.32389`_0.00069)
- defined on the macros page of this wiki.
or
Distance_Restrain(Np O 1 0 0 0, 2.32, 2.32389_0.00069, 0, 0)
However, I am having no luck isolating the angles.
I have tried various permutations of
Angle_Restrain(Np O Np 1,110, 56.65081_0.03378,0, 0)
but get an angle of 56°. Not what I wanted. Any further tips?
In the macro definition, how would I assign a name to the output value to later pull out to a txt file?
Thanks again, and sorry for not being able to work this one out myself.
Adrian