3
0
mirror of https://github.com/triqs/dft_tools synced 2024-11-01 03:33:50 +01:00
dft_tools/pytriqs
Olivier Parcollet 0a1285405c [gfs] Lattice fourier, multivar G, curry, tail
- Add Fourier for lattice.
  - Add regular_bz_mesh, cyclic_lattice, and their FFT.

- rm freq_infty.
- The gf can now be evaluated on a tail_view, which result in composing the tail.
- Fix the following issue :
  g(om_) << g(om_ +1)
  will recompose the tail correctly.
- TODO : TEST THIS NEW FEATURE IN DETAIL.

- Work on singularity for G(x, omega)

 - Separate the factory for singularity from the data factory in gf.
 - overload assign_from_functoin (renamed).
 - Fix singularity_t and co in the gf (const issue).

- Clean tail, add tail_const_view
 - add m_tail for x -> tail on any mesh
 - test curry + fourier works on k
2014-10-18 21:20:35 +02:00
..
archive More prettification: can not --> cannot 2014-07-16 23:30:05 +02:00
dos More prettification: can not --> cannot 2014-07-16 23:30:05 +02:00
fit First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
gf [gfs] Lattice fourier, multivar G, curry, tail 2014-10-18 21:20:35 +02:00
lattice Two fixes in tight binding part 2014-10-06 23:18:10 +02:00
operators Allow indices in gf_struct/operator names to be strings. 2014-10-07 13:53:18 +02:00
parameters Wrapper : clean and document. 2014-05-31 16:10:07 +02:00
plot More prettification: can not --> cannot 2014-07-16 23:30:05 +02:00
random_generator wrapper: add use_module 2014-05-30 19:34:13 +02:00
sumk First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
utility pytriqs: add option to use mpi4py instead of boost.python.mpi 2013-12-30 22:32:09 +01:00
wrap_generator Fix #112 and put back g +=/-= matrix for imfreq 2014-09-06 19:07:34 +02:00
__init__.py Wrapper : clean and document. 2014-05-31 16:10:07 +02:00
__init__.py.template First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
CMakeLists.txt Cmake. Fix #97 and #89 2014-07-02 21:44:51 +02:00
magic.py.in magic : redirect std::cout to python sys.out.write 2014-06-11 16:25:47 +02:00
version.py.in Work on documentation 2013-09-17 14:55:55 +02:00