Skip to content

Commit

Permalink
rm comment lines
Browse files Browse the repository at this point in the history
  • Loading branch information
YuuuXie authored Jun 18, 2020
1 parent 0d087fc commit 8411d30
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions flare/kernels/kernels.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,16 +41,6 @@ def force_helper(A, B, C, D, fi, fj, fdi, fdj, ls1, ls2, ls3, sig2):
K = - C * ls2 * fdi * fj
L = (A * ls2 - B * C * ls3) * fi * fj
M = sig2 * (I + J + K + L) * E

# E = exp(-D * ls1)
# F = E * B * ls2
# G = -E * C * ls2
# H = A * E * ls2 - B * C * E * ls3
# I = E * fdi * fdj
# J = F * fi * fdj
# K = G * fdi * fj
# L = H * fi * fj
# M = sig2 * (I + J + K + L)
return M


Expand Down

0 comments on commit 8411d30

Please sign in to comment.