aiidateam / aiida-pseudo

MIT License
5 stars 8 forks source link

Docs: Add how to migrate from legacy UPF family #161

Closed sphuber closed 12 months ago

sphuber commented 1 year ago

The provided snippet can be used to migrate an existing UPF family, created with the aiida.orm.nodes.data.upf module from aiida-core. A PseudoPotentialFamily will be created to which the existing UpfData nodes are added, after having been converted to the UpfData class of aiida-pseudo.

sphuber commented 1 year ago

@mbercx @mkotiuga any feedback on this? Otherwise I am going to merge this soon