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

Function squared_difference

alphafold/model/all_atom.py:46–47  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

44
45
46def squared_difference(x, y):
47 return jnp.square(x - y)
48
49
50def get_chi_atom_indices():

Callers 5

find_optimal_renamingFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected