Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use tempfile to handle LAMMPS and QE temporary files #525

Closed
RandomDefaultUser opened this issue May 31, 2024 · 2 comments
Closed

Use tempfile to handle LAMMPS and QE temporary files #525

RandomDefaultUser opened this issue May 31, 2024 · 2 comments
Assignees
Labels

Comments

@RandomDefaultUser
Copy link
Member

As pointed out by @elcorto we should use python's tempfile function (https://docs.python.org/3/library/tempfile.html to handle the temporary files created by the LAMMPS and QE interface, rather than coding everything up ourselves.

@RandomDefaultUser
Copy link
Member Author

PR #563 implements this for LAMMPS, only QE left to go.

@RandomDefaultUser
Copy link
Member Author

Closed by #595

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants