Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
loss
Method · 0.45
construct_input
Method · 0.45
template_embedding_1d
Function · 0.45
atom37_to_frames
Function · 0.45
frames_and_literature_positions_to_atom14_pos
Function · 0.45
random_gaussian_vector
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected