You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: