siesta-project / aiida_siesta_plugin

Source code for the AiiDA-Siesta package (plugin and workflows). See wiki
Other
6 stars 11 forks source link

Fix data #48

Closed bosonie closed 4 years ago

bosonie commented 4 years ago

From aiida 1.2.0 the class Group have been modified to implement new features. This has implications in our plugin because the PseudoFamilies are Groups. In particular there is now an explicit implementation of PsmlFamily and PsfFamily as sub-classes of the Group class. Moreover PsmlFamily and PsfFamily are registered as entry points making possible to reload the correct sub class when reloading from the database. For more info see: aiidateam/aiida-core#3882