MCPcopy
hub / github.com/google-deepmind/alphafold / from_array

Method from_array

alphafold/model/geometry/vector.py:113–114  ·  view source on GitHub ↗
(cls, array)

Source from the content-addressed store, hash-verified

111
112 @classmethod
113 def from_array(cls, array):
114 return cls(*utils.unstack(array))
115
116 def __getstate__(self):
117 return (VERSION,

Callers 6

lossMethod · 0.45
construct_inputMethod · 0.45
template_embedding_1dFunction · 0.45
atom37_to_framesFunction · 0.45
random_gaussian_vectorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected