nomad-coe / electronic-parsers

Apache License 2.0
18 stars 7 forks source link

Fix CP2K restart file #195

Closed JosePizarro3 closed 5 months ago

JosePizarro3 commented 5 months ago

See #1879

JosePizarro3 commented 5 months ago

Ok, I am extracting now project_name = self.settings.get('global', {}).get('project_name') and using it to append f'{project_name}-1.restart'.

Feel free to resolve the previous comments.