diff options
| author | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-04-09 23:14:56 +0100 |
|---|---|---|
| committer | shivesh <s.p.mandalia@qmul.ac.uk> | 2018-04-09 23:14:56 +0100 |
| commit | 970277d845ff165c4a81ba7772c5bba001eb0e21 (patch) | |
| tree | 1176e78a05107512dd6f33b2417fb5a24516a229 /utils/fr.py | |
| parent | bc07035994fa8630ea6ef14fea87287330851244 (diff) | |
| download | GolemFlavor-970277d845ff165c4a81ba7772c5bba001eb0e21.tar.gz GolemFlavor-970277d845ff165c4a81ba7772c5bba001eb0e21.zip | |
add spectral index implementation
Diffstat (limited to 'utils/fr.py')
| -rw-r--r-- | utils/fr.py | 1 |
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 ) |
