Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
46
def
squared_difference(x, y):
47
return
jnp.square(x - y)
48
49
50
def
get_chi_atom_indices():
Callers
5
extreme_ca_ca_distance_violations
Function · 0.70
between_residue_bond_loss
Function · 0.70
between_residue_clash_loss
Function · 0.70
within_residue_violations
Function · 0.70
find_optimal_renaming
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected