-
Notifications
You must be signed in to change notification settings - Fork 26
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
Non-concrete Atom
types in Molecule
#118
Comments
Hey! Thanks for pointing it out. I don't know how I missed your issue until now. We have dropped this parametric dependency in the Atom
|
Hi @gustavojra. That change has some significant side-effects though: now, every access of a field of an |
Ok, I think I misunderstood your first comment. We removed the type declarations so that we could use
Hopefully, that solves the problem. Unless |
Fermi.jl/src/Core/Molecule.jl
Line 64 in 721b55f
I was browsing your repo and noticed that the
Atom
typed defined in Molecules.jl is parametric in{I,F}
: but here, this parametric dependence is not accounted for.As a result, any access of the elements of the
atoms
field's elements will be type-unstable.The text was updated successfully, but these errors were encountered: