Add support for 'deepmd/mixed' format with dpdata.MultiSystems#422
Add support for 'deepmd/mixed' format with dpdata.MultiSystems#422wanghan-iapcm merged 8 commits intodeepmodeling:develfrom
Conversation
|
I've added unittest for this, but I'm wondering where to add the docs. |
Codecov ReportBase: 82.39% // Head: 82.35% // Decreases project coverage by
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## devel #422 +/- ##
==========================================
- Coverage 82.39% 82.35% -0.04%
==========================================
Files 67 68 +1
Lines 5963 6182 +219
==========================================
+ Hits 4913 5091 +178
- Misses 1050 1091 +41
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
|
The docs can be automatically generated in https://deepmodeling--422.org.readthedocs.build/projects/dpdata/en/422/formats.html |
There was a problem hiding this comment.
I find the UT is trivial: All systems has the same types and numbers of atoms. Please provide tests for the cases
- systems has the same total number of atoms but different atom types,
- systems has different total numbers of atoms,
and see if your code is working as it was designed.
The doc for the mix type is also missing. Please provide the doc.
…_size' in dump func.
for more information, see https://pre-commit.ci
Add support for 'deepmd/mixed' format with dpdata.MultiSystems
dpdata.MultiSystems.to_deepmd_mixed('dir_name_mixed')
dpdata.MultiSystems.load_systems_from_file('dir_name_mixed', fmt='deepmd/mixed')