multiple_model
#2
by
Nekkrad
- opened
No description provided.
This PR extends the app by adding more pretrained models from (https://github.com/orbital-materials/orb-models).
Now the user should be able to select 3 models:
-OMol
-OMat
-OMol-Direct
The changes should also make the addition of new pretrained models easier in the future
Nekkrad
changed pull request status to
open
Everything seems to be working but I am not great at software design so
- Can you check whether there is a smarter way of doing things?
- I have commented out the _load_orbmol_calc function and call in app.py (we also have the load_orb_model in simulations.py, do we need both?
- Any other comment/suggestion is greatly appreciated
annabossler
changed pull request status to
merged