-
Notifications
You must be signed in to change notification settings - Fork 158
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
Currently, QuipGapXYZFormat only supports from_multi_systems.
Lines 50 to 58 in ba31bcd
| @Format.register("quip/gap/xyz") | |
| @Format.register("quip/gap/xyz_file") | |
| class QuipGapXYZFormat(Format): | |
| def from_labeled_system(self, data, **kwargs): | |
| return data | |
| def from_multi_systems(self, file_name, **kwargs): | |
| # here directory is the file_name | |
| return QuipGapxyzSystems(file_name) |
Implement to_labeled_system and to_multi_systems for QuipGapXYZFormat.
Detailed Description
to_multi_systems: may dump all systems in one file.
Further Information, Files, and Links
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request