-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Report changes #98
Report changes #98
Conversation
Automatic export output file now include the name of input structure file.
As mentioned in issue #88 : When not analyzing a crystal unit cell, in single probe mode, the first cavity includes outside space without any meaningful boundary. Therefore the reported volume is meaningless. Consequently, the total probe core volume is also meaningless. Similarly, in two probes mode, the total large probe core volume is meaningless. This information is now clearly given in the UI and report output file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Imo it's better to leave out the "not meaningful" values altogether. Why keep them if they're not meaningful?
See my comment about file names.
Remove the volume values that are meaningless because they include an unlimited outside space.
Add missing line breaks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change phrasing to: "No physical meaning, contains all volume outside the structure"
Small additions/fixes to the reported values.
Note that the volumes including outside space are tagged in the UI, calculation report file and command line output but the change was not tested in the command line output.