- app.py +2 -0
- requirements.txt +1 -0
app.py
CHANGED
@@ -2,6 +2,8 @@ import streamlit as st
|
|
2 |
|
3 |
from scipy.spatial.distance import cdist
|
4 |
|
|
|
|
|
5 |
import functools
|
6 |
import e3x
|
7 |
from flax import linen as nn
|
|
|
2 |
|
3 |
from scipy.spatial.distance import cdist
|
4 |
|
5 |
+
import ase
|
6 |
+
|
7 |
import functools
|
8 |
import e3x
|
9 |
from flax import linen as nn
|
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
e3x
|
|
|
2 |
scipy
|
3 |
rdkit
|
4 |
dcmnet @ git+https://github.com/EricBoittier/jaxeq@main
|
|
|
1 |
e3x
|
2 |
+
ase
|
3 |
scipy
|
4 |
rdkit
|
5 |
dcmnet @ git+https://github.com/EricBoittier/jaxeq@main
|