-
Notifications
You must be signed in to change notification settings - Fork 0
fix Github action & add CI badge #30
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
Merged
Changes from 1 commit
Commits
Show all changes
87 commits
Select commit
Hold shift + click to select a range
76e40f5
multigpu wip
fsxbhyy c25adbd
require in-place integrands f(x, fx)
houpc 35a7070
bugfix and udpate unittests
houpc fc57c53
set dtype argument for both x and fx
houpc e0d13ee
clean up duplicated codes
houpc 54a1fc1
Merge pull request #12 from numericalEFT/pchou
houpc a2e2817
add multigpu for mcmc
fsxbhyy cb227b2
add multigpu for vegas
fsxbhyy aa77831
merge pchou
fsxbhyy eee317b
update example
houpc df1f4e0
minor change
fsxbhyy c5db7db
Merge pull request #11 from numericalEFT/multigpu
fsxbhyy b293bd6
Merge pull request #13 from numericalEFT/pchou
fsxbhyy 1e5b5de
fix bug in multigpu
fsxbhyy 46d65ae
Merge branch 'dev' into pchou
houpc 9212d5b
update statistics in integrators
houpc 34bc818
set consants in base.py
houpc 1ffacd4
bugfix in mcmc
houpc ad5364b
bugfix in one_step
houpc 2cbfcaa
Merge pull request #16 from numericalEFT/pchou
houpc 2acce99
add mc multi-CPU test
houpc 0a4b839
Merge branch 'pchou' into dev
houpc 59f6691
add backend in setup()
houpc e915bd6
refactor
fsxbhyy abc1312
address github comments
fsxbhyy d7b7add
Merge pull request #17 from numericalEFT/refactor_tao
fsxbhyy 7f3f5a0
refactor wip
fsxbhyy d54b01a
add nblock in mc, move neval from integrator to mc, remove multigpu i…
houpc c11e20c
update Sample to Configuraton and rename MCMC to MarkovchainMonteCarlo
houpc 218092b
refactor wip
fsxbhyy 9472037
merge pchou
fsxbhyy 3871ed2
remove try since dist.is_initialized() is used
houpc 936c726
Merge pull request #20 from numericalEFT/refactor_tao
fsxbhyy 43cdc6b
Merge pull request #19 from numericalEFT/pchou
houpc 05bb6fe
fix mc_test
houpc 4195a62
update statistics after the MC samplings
houpc 5df6cc6
rename to batch_size, default to get_device, get dtype from maps in I…
houpc 5699f54
default device to get_device in Map
houpc 5febcea
Merge pull request #21 from numericalEFT/pchou
houpc 2e32bd6
add forward_with_detJ and sample_with_detJ
fsxbhyy a84d367
merge pchou
fsxbhyy 6c8db31
minor fix
fsxbhyy c2534f5
Merge pull request #22 from numericalEFT/pchou
fsxbhyy 3032428
add __mul__ and __truediv__ in RAvg
houpc dbce0ed
detJ in Configuration
houpc cc0e839
Merge branch 'dev' into pchou
houpc 8ed7dd6
Merge pull request #23 from numericalEFT/pchou
houpc f24340d
Move bounds from maps to integrator
houpc cc65b67
support float32 in vegas
houpc 1b5d0e3
bugfix in vegasMonteCarlo
houpc 48479d6
Merge pull request #26 from numericalEFT/pchou
houpc 0358715
fix multigpu test
houpc 095c984
Merge branch 'pchou' into dev
houpc ce00e24
clean up example; restructure internal file structure.
fsxbhyy 377ea41
rename MCFlow to MCintegration
fsxbhyy 89e3d71
mac float32 has nan problem with vegas_test
LittleBug b022d4c
minor fix
LittleBug 5698c64
Merge pull request #28 from numericalEFT/mac
kunyuan 0487198
update examples and bugfix
houpc 1f73fd8
add example for self-energy integral
houpc 2cead08
move LinearMap to base, bugfix, and UPDATE unittests
houpc f99e51c
Merge branch 'dev' into pchou
houpc e3340a7
merge from dev
houpc 4101752
Merge remote-tracking branch 'origin/dev' into cleanup
fsxbhyy 9697806
Merge remote-tracking branch 'origin/cleanup' into cleanup
fsxbhyy ff150ee
Merge pull request #27 from numericalEFT/cleanup
fsxbhyy c1be83a
defaults to torch.float32
houpc 6820da0
add torch.no_grad() in FeynmanIntegrand class
houpc e7f8350
Merge branch 'dev' into pchou
houpc 8578767
Merge pull request #29 from numericalEFT/pchou
houpc 3e9e0c2
add CI badge
fancaiyu 95a6e58
fix Github action
fancaiyu 636dcdc
Merge branch 'cyfan' of https://github.com/numericalEFT/MCintegration…
fancaiyu adafccb
Update requirements.txt
fancaiyu 590249b
Update mc_multigpu_test.py
fancaiyu 67cc277
Update CI.yml
fancaiyu c045667
Update CI.yml
fancaiyu 8802e08
Update CI.yml
fancaiyu 2f4ea5f
update .codecov.yml
fancaiyu fcaf205
Merge branch 'cyfan' of https://github.com/numericalEFT/MCintegration…
fancaiyu e75cd01
Update and rename .codecov.yml to codecov.yml
fancaiyu 09e2170
Update CI.yml
fancaiyu 9e712a1
Update CI.yml
fancaiyu 4ee91fb
Merge branch 'master' into cyfan
fancaiyu 3879ceb
Update codecov.yml
fancaiyu 2eee4ec
Update codecov.yml
fancaiyu 2596397
Update codecov.yml
fancaiyu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -7,3 +7,4 @@ matplotlib | |
| tqdm | ||
| absl-py | ||
| beautifulsoup4 | ||
| pandas | ||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
pandas is used in the example rather than MCintegration.