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
The defaults parity for mace are always alternating parity. If you want to use this parity, you need to go inside the model and change the parity of the spherical harmonics on this line
Hello, this error occurred when I used MACE_layer.
The following is my parameter.
layer = MACE_layer(
max_ell=3,
correlation=3,
n_dims_in=2,
hidden_irreps='4x0e + 4x1e + 4x2e',
node_feats_irreps='16x0e',
edge_feats_irreps='16x0e',
avg_num_neighbors=10.0,
use_sc=False,
)
Is the parameter set wrong?
The text was updated successfully, but these errors were encountered: