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

test_approx_eq fails for isolated molecules #104

Closed
tjjarvinen opened this issue May 23, 2024 · 0 comments · Fixed by #105
Closed

test_approx_eq fails for isolated molecules #104

tjjarvinen opened this issue May 23, 2024 · 0 comments · Fixed by #105

Comments

@tjjarvinen
Copy link
Collaborator

As tittle says.

Working example

using AtomsBase
using AtomsBaseTesting
using Unitful

hydrogen = isolated_system([
    :H => [0, 0, 0.]u"Å",
    :H => [0, 0, 1.]u"Å"
])

test_approx_eq(hydrogen, hydrogen)  # error

See for libAtoms/ExtXYZ.jl#48

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant