Hi,
On Sun, Dec 05, 2021 at 05:57:44PM -0500, Matthew Guberman-Pfeffer wrote:
>
> TLeap gave the warning "(Multiple 'e' in NUMBER-like thing??? for both the parm7 and rst7 files I wrote out, but it did in fact write those files out and the structures look fine in vmd. What does this warning mean? What causes it? (I haven???t seen it before for other structures I???ve prepared.) And, can it be ignored?
It means that some input that probably should be a number is not
formatted correctly, eg:
tleap> x = 1.2e3
tleap> desc x
1200.000000
tleap> x = 4.5ee6
Warning: (Multiple 'e' in NUMBER-like thing (4.5ee6))
tleap> desc x
STRING (with no reference): '4.5ee6'
That last line indicates that LEaP treats the result as a string
which may or may not be a real problem.
If you still have the files that produced the error then please send them.
thanks,
scott
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Mon Feb 21 2022 - 14:30:02 PST