You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, I agree. It's a good solution to add script_api into batoms, and use batoms for all the rendering parts. The batoms_api is only used for generating the input file for batoms and calling batoms to run the jobs.
Related to #5 . We should make the
batoms
main package andbatoms_api
as independent as possible. In a minimal content, we should allow user to:batoms_api
in her / his working environment, whilebatoms
and blender is managed in another environmentbatoms
is involved, no calls tobatoms_api
is neededA possible solution is to add the
script_api
as a submodule ofbatoms
which handles the.inp
file throughsys.argv
, equivalent toIn this case, we can dump the schema dict into
.batoms.inp
, to avoid loadingbatoms_api
and do version checkingThe text was updated successfully, but these errors were encountered: