Skip to content
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

Merged
merged 6 commits into from
Jul 28, 2023
Merged

Support optimize Graph and improve GV #126

merged 6 commits into from
Jul 28, 2023

Conversation

houpc
Copy link
Member

@houpc houpc commented Jul 25, 2023

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented Jul 25, 2023

Codecov Report

Merging #126 (06439e6) into master (8b96a66) will decrease coverage by 0.30%.
Report is 3 commits behind head on master.
The diff coverage is 0.00%.

❗ 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     
Files Changed Coverage Δ
src/FeynmanDiagram.jl 75.00% <ø> (ø)
src/backend/static.jl 42.85% <0.00%> (-39.91%) ⬇️
src/computational_graph/ComputationalGraph.jl 100.00% <ø> (ø)
src/computational_graph/optimize.jl 0.00% <0.00%> (ø)
src/frontend/GV.jl 0.78% <0.00%> (+0.01%) ⬆️
src/frontend/GV_diagrams/readfile.jl 0.00% <0.00%> (ø)
src/frontend/pool.jl 90.62% <ø> (ø)

@@ -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]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

为什么要对所有的动量进行初始化?

src/frontend/frontends.jl Outdated Show resolved Hide resolved
@houpc houpc requested a review from kunyuan July 26, 2023 14:11
@houpc houpc merged commit 7f05330 into master Jul 28, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants