|
7 | 7 | from .loss import EnergyForcesLoss, ACELoss, WeightedEnergyForcesLoss |
8 | 8 | from .models import (BodyOrderedModel, ScaleShiftBodyOrderedModel, SingleReadoutModel, |
9 | 9 | ScaleShiftNonLinearBodyOrderedModel, ScaleShiftSingleReadoutModel, |
10 | | - ScaleShiftNonLinearSingleReadoutModel) |
| 10 | + ScaleShiftNonLinearSingleReadoutModel, NonLinearBodyOrderedModel) |
11 | 11 | from .radial import BesselBasis, PolynomialCutoff |
12 | 12 | from .utils import compute_mean_std_atomic_inter_energy, compute_mean_rms_energy_forces, compute_avg_num_neighbors |
13 | 13 |
|
|
30 | 30 | 'AtomicEnergiesBlock', 'RadialEmbeddingBlock', 'LinearReadoutBlock', 'SimpleInteractionBlock', 'PolynomialCutoff', |
31 | 31 | 'AgnosticNoScNonlinearInteractionBlock','BesselBasis', 'EnergyForcesLoss', 'ACELoss', 'WeightedEnergyForcesLoss', |
32 | 32 | 'interaction_classes', 'InteractionBlock','BodyOrderedModel', 'ScaleShiftBodyOrderedModel', 'SingleReadoutModel', |
33 | | - 'ScaleShiftSingleReadoutModel','ScaleShiftNonLinearSingleReadoutModel', 'compute_mean_std_atomic_inter_energy', |
34 | | - 'compute_avg_num_neighbors', |
| 33 | + 'ScaleShiftSingleReadoutModel','ScaleShiftNonLinearSingleReadoutModel', 'NonLinearBodyOrderedModel', |
| 34 | + 'ScaleShiftNonLinearBodyOrderedModel','compute_mean_std_atomic_inter_energy', 'compute_avg_num_neighbors', |
35 | 35 | ] |
0 commit comments