-
Notifications
You must be signed in to change notification settings - Fork 13
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
Re-export often-used symbols #266
Comments
I think I can't export load because of how FileIO.jl works EDIT: (Although that doesn't stop ACEpotentials from exporting it, I suppose) |
I may write a wrapper In 0.6 we exported too much so I just got rid of all re-exports. But now I want to bring them back - only more judiciously. |
Is there an AtomsBase-type command that would work well here? I’m thinking of load_system from here: https://juliamolsim.github.io/AtomsBase.jl/dev/tutorial/ But not very familiar with AtomsIO yet. |
I've only ever used ExtXYZ, but it would be good if we generalize |
I was wondering mainly if there is an established command in that ecosystem for loading a bunch of frames. After looking more closely, it seems like So I'm happy with any of these options:
|
e.g.
ExtXYZ.load
orExtXYZ
or a newload_xyz
@u_str
ACEfit
(I will keep adding to this list)
The text was updated successfully, but these errors were encountered: