-
Notifications
You must be signed in to change notification settings - Fork 175
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
optimize autotest document based on #891 #923
optimize autotest document based on #891 #923
Conversation
HuangJiameng
commented
Aug 27, 2022
•
edited
Loading
edited
- fix contents according to suggestions in add the explanation of autotest to doc #891
- reorganize the document structure
- this doc is based on autotest wiki and README(devel)
add the explanation of autotest Signed-off-by: yato0422 <73833089+yato0422@users.noreply.github.com>
Signed-off-by: yato0422 <73833089+yato0422@users.noreply.github.com>
Signed-off-by: yato0422 <73833089+yato0422@users.noreply.github.com>
Signed-off-by: yato0422 <73833089+yato0422@users.noreply.github.com>
Signed-off-by: yato0422 <73833089+yato0422@users.noreply.github.com>
merge dev_hujunwei to autotest_wiki2website
- fix contents according to comments in deepmodeling#891 - reorganize the document structure
Codecov Report
@@ Coverage Diff @@
## devel #923 +/- ##
==========================================
- Coverage 38.21% 38.14% -0.07%
==========================================
Files 99 99
Lines 17819 17883 +64
==========================================
+ Hits 6809 6821 +12
- Misses 11010 11062 +52
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
@HuangJiameng do you want to replace #891 by this PR? If so I will close #891 |
Yes. Thanks. |
doc/autotest/property/properties/EOS-get-started-and-input-examples.md
Outdated
Show resolved
Hide resolved
It looks like the links are still unavailable. |
Hmm... They work well when I check them. |
Oh, I was wrong. |
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.
LGTM
doc/autotest/property/properties/EOS-get-started-and-input-examples.md
Outdated
Show resolved
Hide resolved
doc/autotest/property/properties/Elastic-get-started-and-input-examples.md
Outdated
Show resolved
Hide resolved
doc/autotest/property/properties/Surface-get-started-and-input-examples.md
Show resolved
Hide resolved
- remove parameter 'static-opt' - changed the default values for lammps minimize to 0 and 1e-10. - make the examples for each property consistent with Property-get-started-and-examples.md - move the results in Property-post.md to each property's example for post
doc/autotest/property/properties/EOS-get-started-and-input-examples.md
Outdated
Show resolved
Hide resolved
@@ -24,4 +24,4 @@ Equation of State (EOS) here calculates the energies of the most stable structur | |||
} | |||
``` | |||
|
|||
`vol_start` is the starting volume per atom in Å^3/atom, `vol_step` is the increasing step of volume, and the biggest volume is smaller than `vol_end`. In the above example, 40 tasks would be generated as `task.000000` to `task.000020` with from 0.9 to 1.1 times the volume of equilibrium structure (Å^3/atom as the unit), respectively. | |||
`vol_start` is the starting relative volume per atom in Å^3/atom, `vol_step` is the increasing step of the ratio of relative volume, and the biggest volume is smaller than `vol_end` times the volume of equilibrium structure. |
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.
How about this:
vol_start
is the starting volume relative to the equilibrium structure, vol_step
is the volume increment step relative to the equilibrium structure, and the biggest relative volume is smaller than vol_end
.
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.
LGTM