aboutsummaryrefslogtreecommitdiffstats
path: root/utils/fr.py
diff options
context:
space:
mode:
authorshivesh <s.p.mandalia@qmul.ac.uk>2018-04-09 17:16:46 -0500
committershivesh <s.p.mandalia@qmul.ac.uk>2018-04-09 17:16:46 -0500
commitc7e7334a63061e76f5ca20a0173dd7847440b742 (patch)
tree27b29051ba176abd971b96d7bd5b6af4e49e3c23 /utils/fr.py
parentb2a022cd77c2f068d5530d3c04407f716094da66 (diff)
parent970277d845ff165c4a81ba7772c5bba001eb0e21 (diff)
downloadGolemFlavor-c7e7334a63061e76f5ca20a0173dd7847440b742.tar.gz
GolemFlavor-c7e7334a63061e76f5ca20a0173dd7847440b742.zip
merge
Diffstat (limited to 'utils/fr.py')
-rw-r--r--utils/fr.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/fr.py b/utils/fr.py
index ddcb5d2..4242e97 100644
--- a/utils/fr.py
+++ b/utils/fr.py
@@ -344,7 +344,6 @@ def u_to_fr(source_fr, matrix):
array([ 0.33740075, 0.33176584, 0.33083341])
"""
- # TODO(shivesh): energy dependence
composition = np.einsum(
'ai, bi, a -> b', abs(matrix)**2, abs(matrix)**2, source_fr
)