Example 13 PySCF/Verlet Alg #131
-
Your Example 13 ; PySCF code with Verlet Algorithm ; I am assuming this is for AIMD ? Where can I find more documentation ?? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Dear Henry, Yes, that's correct - it is for AIMD. What kind of documentation are you looking for? If you want to learn more about the PySCF code, I'd recommend their website as well as the documentation that is supplied with the code. As for the Verlet algorithm - my hope was that it would be rather self-explanatory. The code uses the Libra package - you can find more detailed and revised examples here. Please let me know if you have any further questions. Best, |
Beta Was this translation helpful? Give feedback.
Dear Henry,
Yes, that's correct - it is for AIMD. What kind of documentation are you looking for? If you want to learn more about the PySCF code, I'd recommend their website as well as the documentation that is supplied with the code. As for the Verlet algorithm - my hope was that it would be rather self-explanatory. The code uses the Libra package - you can find more detailed and revised examples here. Please let me know if you have any further questions.
Best,
Alexey