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

[BUG] Failure in Gaussian's parser #148

Closed
Zhang-pchao opened this issue May 5, 2021 · 10 comments
Closed

[BUG] Failure in Gaussian's parser #148

Zhang-pchao opened this issue May 5, 2021 · 10 comments
Assignees
Labels
bug Something isn't working gaussian

Comments

@Zhang-pchao
Copy link

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

@Zhang-pchao Zhang-pchao added the bug Something isn't working label May 5, 2021
@AnguseZhang AnguseZhang changed the title [BUG] _Failed to post_fp [BUG] Failure in Gaussian's parser May 7, 2021
@AnguseZhang
Copy link
Collaborator

@njzjz Would you please see this issue ?

@njzjz njzjz self-assigned this May 7, 2021
@njzjz
Copy link
Member

njzjz commented May 7, 2021

@njzjz Would you please see this issue ?

I am studying what ASE does.

@njzjz
Copy link
Member

njzjz commented May 7, 2021

@Zhang-pchao could you post the Gaussian log files that can be a test?

@Zhang-pchao
Copy link
Author

@Zhang-pchao could you post the Gaussian log files that can be a test?

output_pm6d3.log

@Zhang-pchao
Copy link
Author

@Zhang-pchao could you post the Gaussian log files that can be a test?

output_pm6d3.log

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?

@njzjz
Copy link
Member

njzjz commented May 10, 2021

I don't find 219.870882556-1030.493229556 in output_pm6d3.log.

@Zhang-pchao
Copy link
Author

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

@njzjz
Copy link
Member

njzjz commented May 10, 2021 via email

@njzjz
Copy link
Member

njzjz commented May 11, 2021

@njzjz Would you please see this issue ?

I am studying what ASE does.

Oh, I found ASE also has this bug... Let me consider how to resolve it.

@amcadmus
Copy link
Member

Fixed by #155, close

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working gaussian
Projects
None yet
Development

No branches or pull requests

4 participants