-
Notifications
You must be signed in to change notification settings - Fork 137
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
[BUG] Failure in Gaussian's parser #148
Comments
@njzjz Would you please see this issue ? |
I am studying what ASE does. |
@Zhang-pchao could you post the Gaussian log files that can be a test? |
|
I found that if I change "fp_task_max" from 1000 to 600, it can run. Could this bug be due to too many cluster candidates selected? |
I don't find |
|
This would be another issue.
… On May 10, 2021, at 00:57, Zhang-pchao ***@***.***> wrote:
I don't find 219.870882556-1030.493229556 in output_pm6d3.log.
The reason for the bug: the overlapping of atoms in the clusters caused the inaccurate force of Gaussian calculations.
output.log
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Oh, I found ASE also has this bug... Let me consider how to resolve it. |
Fixed by #155, close |
After Gaussian has calculated all the cluster candidates, it terminates in step 8.
run.log reports an error ValueError: could not convert string to float: '219.870882556-1030.493229556'.
If other documents are needed, I can provide them in time.
run.log
The text was updated successfully, but these errors were encountered: