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

WIP Bug bubble #16

Open
wants to merge 122 commits into
base: 3.0.x
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
122 commits
Select commit Hold shift + click to select a range
b8473a3
[eli] improve on FFT impl WIP
Stefan-Dienst Apr 10, 2019
5ab7c65
[eli] generalize solving methods
Stefan-Dienst Apr 12, 2019
129893f
[eli] fix bug in gamma creation
Stefan-Dienst Apr 15, 2019
001c42b
[tests] add macro for python tests
Stefan-Dienst Apr 15, 2019
f6f30b2
[eli] add minor changes
Stefan-Dienst Apr 17, 2019
0dd1e86
[latutl] output k-points scaled by BZ input
Stefan-Dienst May 8, 2019
3bfd29a
[eli] add user guide WIP
Stefan-Dienst May 8, 2019
c5feec3
[utl] add converter between Kelvin and 1/eV
Stefan-Dienst May 3, 2019
5592a3f
[paramcoll] add function to scan parameters
Stefan-Dienst May 3, 2019
7e7772c
[latutil] add contraction of chi with operators
Stefan-Dienst May 6, 2019
479fb0e
[eli] add eliashberg product for constant term
Stefan-Dienst May 8, 2019
923f9a3
[tb] add model class
Stefan-Dienst May 8, 2019
18c2267
[eli] fix minor bugs
Stefan-Dienst May 8, 2019
ef3fd0e
[doc] place eliashberg doc in proper place
Stefan-Dienst May 9, 2019
45bc862
[rpa] add kanamori tensor creation function
Stefan-Dienst May 9, 2019
9291694
[eli/doc] improve use_guide WIP
Stefan-Dienst May 9, 2019
0c9aa7f
[tb] get rid of model class in favor of function
Stefan-Dienst May 10, 2019
e486646
[eli] refactor eliashberg_fft product, add test
Stefan-Dienst May 10, 2019
d0e2e8c
[eli] change types to new style
Stefan-Dienst May 13, 2019
9a7d018
[rpa] change kanamaori function and add to test
Stefan-Dienst May 13, 2019
f3c661b
[plot] add plotting tools to triqs_tprf
Stefan-Dienst May 13, 2019
e7213df
[plot] improve plotting_tools
Stefan-Dienst May 13, 2019
2f26f23
[bench] move PHT Hubbard notbeook to benchmark
Stefan-Dienst May 13, 2019
7ea6c58
[paramcol] make copy a true copy and add fct
Stefan-Dienst May 14, 2019
2fcc365
[doc] add parameter_scan to refs
Stefan-Dienst May 14, 2019
fc49e74
[doc] add eliashberg tutorial
Stefan-Dienst May 15, 2019
056a71a
[plot] dont access zeroth element for dosplot
Stefan-Dienst May 23, 2019
19339e9
Revert "[latutl] output k-points scaled by BZ input"
Stefan-Dienst Jul 3, 2019
3664094
[latutil] generalize chi contraction
Stefan-Dienst Jul 9, 2019
eaf407e
[eli] refactor gamma creation
Stefan-Dienst Jul 9, 2019
56de94c
[eli] parallelize gamma creation
Jul 9, 2019
4801944
[rpa] parallelize rpa function
Stefan-Dienst Jul 10, 2019
b13e062
[eli] add two band test to protect from indices errors
Stefan-Dienst Jul 10, 2019
fbb73db
[eli] add functionality to compare eigenvectors
Stefan-Dienst Jul 10, 2019
9f9214f
[eli] update two band test
Stefan-Dienst Jul 11, 2019
0b95716
[eli] refactor eliashberg product
Stefan-Dienst Jul 11, 2019
c5ff3b9
[eli] add parallelized fft helper functions
Stefan-Dienst Jul 22, 2019
5d270ef
[eli] ease numerical tolerance in two band test
Stefan-Dienst Jul 22, 2019
6c04d39
[fourier] introduce lattice fourier for general target
Stefan-Dienst Jul 24, 2019
4be8197
[eli] ease numercial tolerance for gamma in two band test
Stefan-Dienst Jul 26, 2019
177c365
fix -Wsign-compare compiler warnings
Stefan-Dienst Jul 26, 2019
f4e10d9
fix -Wunused-variable compiler warnings
Stefan-Dienst Jul 24, 2019
8ae3f7d
[fourier] rename fourier template file and update licence
Stefan-Dienst Jul 24, 2019
566cf70
[chi] make spin tests in spin and charge split optional
Stefan-Dienst Jul 25, 2019
4ee4fa9
[fourier] change template for generic Gf type
Stefan-Dienst Jul 25, 2019
6d7c056
[eli] clean up code
Stefan-Dienst Jul 26, 2019
770a5c9
[sym] add restricted symmetrizing operations
Stefan-Dienst Sep 2, 2019
e4e120a
fix remove structured binding declarations due #11
Stefan-Dienst Sep 3, 2019
12b1264
[sym] fix bug in frequency and momentum
Stefan-Dienst Sep 3, 2019
16fb4e5
[sym] allow for general iterator to be used as input
Stefan-Dienst Sep 4, 2019
a658495
[sym] add symmetrizing option in eliashberg solver
Stefan-Dienst Sep 4, 2019
ffe0c59
[bse] remove tail_corr_nwf to reduce memory usage
Stefan-Dienst Oct 21, 2019
e9eaa07
incorporate triqs mpi changes
Stefan-Dienst Nov 11, 2019
db851d3
[doc] rewrite eliashberg theory
Stefan-Dienst Nov 14, 2019
37164d4
work around issue TRIQS/triqs#755
Stefan-Dienst Nov 20, 2019
f5da4cf
[doc] update eliashberg theory
Stefan-Dienst Aug 10, 2020
d980775
[eli] remove old print outs
Stefan-Dienst Aug 11, 2020
6932661
[eli] reorder functions + add docstrings
Stefan-Dienst Aug 11, 2020
418cf0e
[eli] update test headers
Stefan-Dienst Aug 11, 2020
362c727
[eli] reduce model size to speed up execution
Stefan-Dienst Aug 11, 2020
9d4900a
[eli] refactor model creation of tests
Stefan-Dienst Aug 11, 2020
e7cd246
[eli] refactor g0_wk and gamma creation
Stefan-Dienst Aug 11, 2020
415e9f4
[eli] reduce to testing only eigenvalue solver
Stefan-Dienst Aug 11, 2020
67a8509
[eli] add test for preprocessing steps
Stefan-Dienst Aug 12, 2020
6776f78
[eli] add test for testing gamma creation
Stefan-Dienst Aug 12, 2020
7a633a4
[eli] refactor tests
Stefan-Dienst Aug 12, 2020
76322b7
[eli] add test for semi_random_initial_delta
Stefan-Dienst Aug 12, 2020
73ab7d0
[cmake] allow `add_python_test` to handle prefixes
Stefan-Dienst Aug 13, 2020
d55c89d
[eli] update theory
Stefan-Dienst Aug 13, 2020
3ea2a8c
[eli] adjust 1/2 factor in implementation to theory
Stefan-Dienst Aug 14, 2020
3e2a42a
[eli] update c++ functions docstrings
Stefan-Dienst Aug 17, 2020
d4a5173
[eli] adjust old notebooks to new 1/2 factor
Stefan-Dienst Aug 17, 2020
f645510
[eli] remove c++ functions from python doc
Stefan-Dienst Aug 17, 2020
c18d5a8
[eli] update python function docstrings
Stefan-Dienst Aug 17, 2020
aa1dc47
[eli] add new test
Stefan-Dienst Aug 17, 2020
7845911
[eli] add solving for specific number of gaps
Stefan-Dienst Aug 17, 2020
2304e24
[eli] update doc
Stefan-Dienst Aug 17, 2020
00ed891
Merge branch 'eliashberg_2.2.x' into eliashberg_3.0.x
Stefan-Dienst Aug 17, 2020
66524be
[eli] adjust to TRIQS 3.0.0
Stefan-Dienst Aug 17, 2020
636a3a7
[eli] extend solve_eliashberg test
Stefan-Dienst Aug 18, 2020
b579381
[eli] extend preprocess_gamma test
Stefan-Dienst Aug 18, 2020
082eac9
[eli] adjust to fix of TRIQS/triqs#755
Stefan-Dienst Aug 18, 2020
86dcaf4
[eli] combine loops
Stefan-Dienst Aug 18, 2020
7e4416e
[eli] add user guide for RPA limit
Stefan-Dienst Aug 19, 2020
3c66cee
[eli] adjust to fix of TRIQS/triqs#725
Stefan-Dienst Aug 18, 2020
975af1f
[eli] remove benchmark timer
Stefan-Dienst Aug 18, 2020
afd9908
[eli] use almost_equal instead of equal
Stefan-Dienst Aug 19, 2020
2fc3421
[eli] use all_close with atol
Stefan-Dienst Aug 20, 2020
fafc6e2
[eli] add exception handeling for older numpy
Stefan-Dienst Aug 20, 2020
a270b16
Add matplotlib to requirements.txt
Wentzell Sep 8, 2020
72d708d
[eli] use FFT instead of SUM for test
Stefan-Dienst Sep 25, 2020
7e19bb4
[eli] reduce number of symmetries checked
Stefan-Dienst Sep 25, 2020
0cf3789
[eli] change model parameter for speed up
Stefan-Dienst Sep 25, 2020
214e5b1
[eli] don't solve eliashberg but use mocks
Stefan-Dienst Sep 25, 2020
3cf6eba
[eli] reduce temperature and number of frequencies
Stefan-Dienst Sep 25, 2020
a03cd39
[eli] rename tests to regression test
Stefan-Dienst Sep 25, 2020
0662371
[eli] add author header for tests
Stefan-Dienst Sep 25, 2020
0141440
[eli] delete old test files
Stefan-Dienst Sep 25, 2020
8039fb8
[eli] add copyright and author to python files
Stefan-Dienst Sep 25, 2020
b646c7c
[eli] add myself to the about section
Stefan-Dienst Sep 25, 2020
b04b648
[eli] set me as first author
Stefan-Dienst Sep 25, 2020
3098844
remove Dummy files
Stefan-Dienst Sep 25, 2020
d2f8a57
[eli] move import matplotlib into functions
Stefan-Dienst Sep 25, 2020
dc9cf18
Revert "Add matplotlib to requirements.txt"
Stefan-Dienst Sep 25, 2020
8e12c03
[eli] move note section in Eli theory doc
HugoStrand Oct 4, 2020
3e1c85a
[pkg] Readme update
HugoStrand Oct 4, 2020
217e983
[pkg] revert desc in readme
HugoStrand Oct 4, 2020
a485fd9
[eli] solve factor 1/2 inconsistency
Stefan-Dienst Oct 6, 2020
2152fc4
[eli] update theory
Stefan-Dienst Jan 20, 2021
3ff26ea
[eli] adjust indices ordering in eli product
Stefan-Dienst Jan 21, 2021
2b15419
[eli] add function to construct phi
Stefan-Dienst Jan 21, 2021
baace7d
[eli] add new functions for singlet/triplet vertex
Stefan-Dienst Jan 21, 2021
16eab59
[eli] add documentation for phi creation function
Stefan-Dienst Jan 21, 2021
d1227e8
[eli] add doc for singlet/triplet vertex function
Stefan-Dienst Jan 21, 2021
84eee31
[eli] update user-guide to new vertex construction
Stefan-Dienst Jan 21, 2021
dc7a07b
[eli] update tests to new singlet/triplet version
Stefan-Dienst Jan 21, 2021
7ddac51
[eli] remove old singlet/triplet vertex functions
Stefan-Dienst Jan 22, 2021
520aae1
[eli] make documentation consistent
Stefan-Dienst Jan 22, 2021
c94c695
fix wrong PH ordering in comment
Stefan-Dienst Jan 22, 2021
138f692
[gh-actions] Be sure to apt-get update before apt-get install
Wentzell Jan 22, 2021
02ea3e7
[eli] Consistently use 'auto const &' in range-based for-loops
Wentzell Jan 22, 2021
0e162ee
[test] do not use triqs rw_h5(..) test function
HugoStrand Jan 25, 2021
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
Prev Previous commit
Next Next commit
[bench] move PHT Hubbard notbeook to benchmark
Stefan-Dienst committed Nov 11, 2019

Verified

This commit was signed with the committer’s verified signature.
snyk-bot Snyk bot
commit 2f26f233315c596d24f8e3799e544bea9d1275f1

Large diffs are not rendered by default.