-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support optimize Graph and improve GV #126
Conversation
Codecov Report
❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more. @@ Coverage Diff @@
## master #126 +/- ##
==========================================
- Coverage 57.05% 56.75% -0.30%
==========================================
Files 55 55
Lines 3290 3307 +17
==========================================
Hits 1877 1877
- Misses 1413 1430 +17
|
example/FeynCalc_Sigma_FermiK.jl
Outdated
@@ -65,6 +65,7 @@ function integrand(idx, vars, config) #for the mcmc algorithm | |||
|
|||
extidx = Ext[1] | |||
varK.data[:, 1] .= para.extQ[extidx] | |||
varK.data[:, 2:MaxLoopNum] .= [para.kF, 0.0] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
为什么要对所有的动量进行初始化?
No description provided.