-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
In the previous version (qml) this function was used to generate fchl19 representations:
reps = np.array([qml.representations.generate_fchl_acsf(x.nuclear_charges, x.coordinates, pad=max_natoms,
elements=atomtypes) for x in mols])
Here, the padding is nonexistent, which leads to shape issues in the rep generation:
ValueError: setting an array element with a sequence. The requested array has an inhomogeneous shape after 1 dimensions.
Metadata
Metadata
Assignees
Labels
No labels