dynsight.data_processing.simplesoapdistance

dynsight.data_processing.simplesoapdistance(x, y)[source]

A simpler SOAP distance than SOAPdistance(), power is always 1.

  • Original author: Daniele Rapetti

Parameters:
  • x (np.ndarray) – a SOAP fingerprint.

  • y (np.ndarray) – a SOAP fingerprint.

Returns:

the distance between the two fingerprints, between \(0\) and \(2\).

Return type:

float