How to use dpdata to build dataset with lots of Gaussian logs? #623
Unanswered
PenguinW1105
asked this question in
Q&A
Replies: 3 comments
|
I think you can try a loop to read log files. You can append each return to a list, and then convert the list object once. Have you converted one log file successfully? |
0 replies
|
Have you succed?I want to do this too. |
0 replies
|
maybe using labeledsystem.append(system) could help. here is the code writen by Chatgpt tested by me. directory = "./" |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Now, I have thousands of Gaussian logs files. How can I turn them into dataset once? Only can I turn only one of them into npy or raw. I try to use a python script but failed.
All reactions