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

Method init_internal_array

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

Source from the content-addressed store, hash-verified

386 return d
387
388 def init_internal_array(self, n_centers, n_types, n, l_max):
389 d = np.zeros(
390 (n_centers, n_types, n, (l_max + 1) * (l_max + 1)), dtype=np.float64
391 )
392 return d
393
394 def create(
395 self, system, centers=None, n_jobs=1, only_physical_cores=False, verbose=False

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected