MCPcopy Create free account
hub / github.com/SINGROUP/dscribe / init_internal_dev_array

Method init_internal_dev_array

dscribe/descriptors/soap.py:381–386  ·  view source on GitHub ↗
(self, n_centers, n_atoms, n_types, n, l_max)

Source from the content-addressed store, hash-verified

379 return None
380
381 def init_internal_dev_array(self, n_centers, n_atoms, n_types, n, l_max):
382 d = np.zeros(
383 (n_atoms, n_centers, n_types, n, (l_max + 1) * (l_max + 1)),
384 dtype=np.float64,
385 )
386 return d
387
388 def init_internal_array(self, n_centers, n_types, n, l_max):
389 d = np.zeros(

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected