Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
87 commits
Select commit Hold shift + click to select a range
76e40f5
multigpu wip
fsxbhyy Oct 30, 2024
c25adbd
require in-place integrands f(x, fx)
houpc Nov 2, 2024
35a7070
bugfix and udpate unittests
houpc Nov 2, 2024
fc57c53
set dtype argument for both x and fx
houpc Nov 3, 2024
e0d13ee
clean up duplicated codes
houpc Nov 3, 2024
54a1fc1
Merge pull request #12 from numericalEFT/pchou
houpc Nov 5, 2024
a2e2817
add multigpu for mcmc
fsxbhyy Nov 6, 2024
cb227b2
add multigpu for vegas
fsxbhyy Nov 7, 2024
aa77831
merge pchou
fsxbhyy Nov 7, 2024
eee317b
update example
houpc Nov 8, 2024
df1f4e0
minor change
fsxbhyy Nov 8, 2024
c5db7db
Merge pull request #11 from numericalEFT/multigpu
fsxbhyy Nov 8, 2024
b293bd6
Merge pull request #13 from numericalEFT/pchou
fsxbhyy Nov 8, 2024
1e5b5de
fix bug in multigpu
fsxbhyy Nov 12, 2024
46d65ae
Merge branch 'dev' into pchou
houpc Nov 13, 2024
9212d5b
update statistics in integrators
houpc Nov 15, 2024
34bc818
set consants in base.py
houpc Nov 15, 2024
1ffacd4
bugfix in mcmc
houpc Nov 16, 2024
ad5364b
bugfix in one_step
houpc Nov 16, 2024
2cbfcaa
Merge pull request #16 from numericalEFT/pchou
houpc Nov 16, 2024
2acce99
add mc multi-CPU test
houpc Nov 18, 2024
0a4b839
Merge branch 'pchou' into dev
houpc Nov 18, 2024
59f6691
add backend in setup()
houpc Nov 18, 2024
e915bd6
refactor
fsxbhyy Nov 21, 2024
abc1312
address github comments
fsxbhyy Nov 25, 2024
d7b7add
Merge pull request #17 from numericalEFT/refactor_tao
fsxbhyy Nov 25, 2024
7f3f5a0
refactor wip
fsxbhyy Nov 25, 2024
d54b01a
add nblock in mc, move neval from integrator to mc, remove multigpu i…
houpc Nov 26, 2024
c11e20c
update Sample to Configuraton and rename MCMC to MarkovchainMonteCarlo
houpc Nov 27, 2024
218092b
refactor wip
fsxbhyy Nov 28, 2024
9472037
merge pchou
fsxbhyy Nov 28, 2024
3871ed2
remove try since dist.is_initialized() is used
houpc Nov 29, 2024
936c726
Merge pull request #20 from numericalEFT/refactor_tao
fsxbhyy Nov 29, 2024
43cdc6b
Merge pull request #19 from numericalEFT/pchou
houpc Nov 29, 2024
05bb6fe
fix mc_test
houpc Nov 30, 2024
4195a62
update statistics after the MC samplings
houpc Dec 3, 2024
5df6cc6
rename to batch_size, default to get_device, get dtype from maps in I…
houpc Dec 4, 2024
5699f54
default device to get_device in Map
houpc Dec 4, 2024
5febcea
Merge pull request #21 from numericalEFT/pchou
houpc Dec 4, 2024
2e32bd6
add forward_with_detJ and sample_with_detJ
fsxbhyy Dec 4, 2024
a84d367
merge pchou
fsxbhyy Dec 4, 2024
6c8db31
minor fix
fsxbhyy Dec 5, 2024
c2534f5
Merge pull request #22 from numericalEFT/pchou
fsxbhyy Dec 6, 2024
3032428
add __mul__ and __truediv__ in RAvg
houpc Dec 16, 2024
dbce0ed
detJ in Configuration
houpc Dec 16, 2024
cc0e839
Merge branch 'dev' into pchou
houpc Dec 16, 2024
8ed7dd6
Merge pull request #23 from numericalEFT/pchou
houpc Dec 16, 2024
f24340d
Move bounds from maps to integrator
houpc Dec 20, 2024
cc65b67
support float32 in vegas
houpc Dec 23, 2024
1b5d0e3
bugfix in vegasMonteCarlo
houpc Dec 23, 2024
48479d6
Merge pull request #26 from numericalEFT/pchou
houpc Dec 23, 2024
0358715
fix multigpu test
houpc Dec 24, 2024
095c984
Merge branch 'pchou' into dev
houpc Dec 24, 2024
ce00e24
clean up example; restructure internal file structure.
fsxbhyy Dec 25, 2024
377ea41
rename MCFlow to MCintegration
fsxbhyy Dec 25, 2024
89e3d71
mac float32 has nan problem with vegas_test
LittleBug Dec 25, 2024
b022d4c
minor fix
LittleBug Dec 25, 2024
5698c64
Merge pull request #28 from numericalEFT/mac
kunyuan Dec 25, 2024
0487198
update examples and bugfix
houpc Dec 25, 2024
1f73fd8
add example for self-energy integral
houpc Dec 25, 2024
2cead08
move LinearMap to base, bugfix, and UPDATE unittests
houpc Dec 25, 2024
f99e51c
Merge branch 'dev' into pchou
houpc Dec 25, 2024
e3340a7
merge from dev
houpc Dec 25, 2024
4101752
Merge remote-tracking branch 'origin/dev' into cleanup
fsxbhyy Dec 25, 2024
9697806
Merge remote-tracking branch 'origin/cleanup' into cleanup
fsxbhyy Dec 25, 2024
ff150ee
Merge pull request #27 from numericalEFT/cleanup
fsxbhyy Dec 25, 2024
c1be83a
defaults to torch.float32
houpc Dec 26, 2024
6820da0
add torch.no_grad() in FeynmanIntegrand class
houpc Dec 26, 2024
e7f8350
Merge branch 'dev' into pchou
houpc Dec 26, 2024
8578767
Merge pull request #29 from numericalEFT/pchou
houpc Dec 26, 2024
3e9e0c2
add CI badge
fancaiyu Dec 30, 2024
95a6e58
fix Github action
fancaiyu Dec 30, 2024
636dcdc
Merge branch 'cyfan' of https://github.com/numericalEFT/MCintegration…
fancaiyu Dec 30, 2024
adafccb
Update requirements.txt
fancaiyu Dec 30, 2024
590249b
Update mc_multigpu_test.py
fancaiyu Dec 30, 2024
67cc277
Update CI.yml
fancaiyu Dec 30, 2024
c045667
Update CI.yml
fancaiyu Dec 30, 2024
8802e08
Update CI.yml
fancaiyu Dec 30, 2024
2f4ea5f
update .codecov.yml
fancaiyu Dec 30, 2024
fcaf205
Merge branch 'cyfan' of https://github.com/numericalEFT/MCintegration…
fancaiyu Dec 30, 2024
e75cd01
Update and rename .codecov.yml to codecov.yml
fancaiyu Dec 30, 2024
09e2170
Update CI.yml
fancaiyu Dec 30, 2024
9e712a1
Update CI.yml
fancaiyu Dec 30, 2024
4ee91fb
Merge branch 'master' into cyfan
fancaiyu Dec 30, 2024
3879ceb
Update codecov.yml
fancaiyu Dec 30, 2024
2eee4ec
Update codecov.yml
fancaiyu Dec 30, 2024
2596397
Update codecov.yml
fancaiyu Dec 30, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ matplotlib
tqdm
absl-py
beautifulsoup4
pandas
Copy link
Member

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.

Loading