Coordinate output in AUX file has too few significant figures #178
-
Describe the bug
To Reproduce
or any optimization calculation shows this issue. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Right now, the AUX file uses a single format for all floating-point number outputs and its precision can be adjusted with the |
Beta Was this translation helpful? Give feedback.
-
Fabulous. Didn’t know of that option! Will try it.
For smaller systems it doesn’t matter, but for larger systems with many optimization steps I imagine the AUX file is already huge and huger doesn’t sound good. However, I think that leaving the AUX file pretty much alone and added something like a JSON file in addition or instead, with more control, would be a better idea.
|
Beta Was this translation helpful? Give feedback.
-
This Issue has been moved to a Discussion because it was resolved by clarifying an existing feature and no longer constitutes a bug report or new feature request. |
Beta Was this translation helpful? Give feedback.
Right now, the AUX file uses a single format for all floating-point number outputs and its precision can be adjusted with the
PRECISION
option of AUX:AUX(PRECISION=4,MOS=10,XP,XS)
in your example will add 4 extra digits of precision. Does this address your request, or do you think that there is value in independently adjusting the precision of specific quantities in the AUX file?