zhubonan / EDDPotentials.jl

A Julia package that implements the Ephemeral data derived potentials (EDDP).
https://zhubonan.github.io/EDDP.jl/
MIT License
1 stars 0 forks source link

Use Configurations.jl for input files #1

Open zhubonan opened 1 year ago

zhubonan commented 1 year ago

Looks like I have made an ad-hoc implementation while there is already a well-established package for doing it....

https://configurations.rogerluo.dev/stable/convert/

Would useful to utilize it instead, as it also supports nested configurations, from_dict and from_kwargs.

zhubonan commented 1 year ago

This has been implemented. The next thing is to check if it plays well with the command line interface?