From bd4926157c136b080d276f7d730a92826af2cf16 Mon Sep 17 00:00:00 2001 From: Olivier Parcollet Date: Mon, 29 Jul 2013 09:57:07 +0200 Subject: [PATCH] [API BREAK] rename directory gf -> gfs --- doc/reference/c++/gf/CMakeLists.txt | 2 +- pytriqs/gf/local/functions.pxd | 10 +++++----- pytriqs/gf/local/gf.pxd | 6 +++--- pytriqs/gf/local/imfreq.pxd | 6 +++--- pytriqs/gf/local/imtime.pxd | 6 +++--- pytriqs/gf/local/legendre.pxd | 6 +++--- pytriqs/gf/local/refreq.pxd | 6 +++--- pytriqs/gf/local/retime.pxd | 6 +++--- pytriqs/gf/local/tail.pxd | 2 +- pytriqs/gf/local/two_real_times.pxd | 6 +++--- test/speed/gf_s.cpp | 6 +++--- test/triqs/gf/block.cpp | 6 +++--- test/triqs/gf/fourier1.cpp | 6 +++--- test/triqs/gf/gf_2times.cpp | 2 +- test/triqs/gf/gf_2times_b.cpp | 4 ++-- test/triqs/gf/gf_re_im_freq_time.cpp | 8 ++++---- test/triqs/gf/gf_retw.cpp | 4 ++-- test/triqs/gf/gfv2.cpp | 6 +++--- test/triqs/gf/mpi_red.cpp | 8 ++++---- test/triqs/gf/pb_affichage.cpp | 4 ++-- test/triqs/gf/ser.cpp | 4 ++-- test/triqs/gf/test_fourier_matsubara.cpp | 6 +++--- test/triqs/gf/test_fourier_real_time.cpp | 6 +++--- test/triqs/gf/test_gf_triqs.cpp | 6 +++--- triqs/gfs.hpp | 14 +++++++------- triqs/{gf => gfs}/CMakeLists.txt | 0 triqs/{gf => gfs}/block.hpp | 0 triqs/{gf => gfs}/data_proxies.hpp | 0 triqs/{gf => gfs}/domains/R.hpp | 0 triqs/{gf => gfs}/domains/discrete.hpp | 0 triqs/{gf => gfs}/domains/legendre.hpp | 0 triqs/{gf => gfs}/domains/matsubara.hpp | 0 triqs/{gf => gfs}/domains/product.hpp | 0 triqs/{gf => gfs}/gf.hpp | 0 triqs/{gf => gfs}/gf_expr.hpp | 0 triqs/{gf => gfs}/imfreq.hpp | 0 triqs/{gf => gfs}/imtime.hpp | 0 triqs/{gf => gfs}/legendre.hpp | 0 triqs/{gf => gfs}/local/CMakeLists.txt | 0 triqs/{gf => gfs}/local/fourier_base.cpp | 0 triqs/{gf => gfs}/local/fourier_base.hpp | 0 triqs/{gf => gfs}/local/fourier_matsubara.cpp | 0 triqs/{gf => gfs}/local/fourier_matsubara.hpp | 4 ++-- triqs/{gf => gfs}/local/fourier_real.cpp | 0 triqs/{gf => gfs}/local/fourier_real.hpp | 4 ++-- triqs/{gf => gfs}/local/functions.cpp | 0 triqs/{gf => gfs}/local/functions.hpp | 0 triqs/{gf => gfs}/local/legendre_matsubara.cpp | 0 triqs/{gf => gfs}/local/legendre_matsubara.hpp | 6 +++--- triqs/{gf => gfs}/local/pade.cpp | 0 triqs/{gf => gfs}/local/pade.hpp | 4 ++-- triqs/{gf => gfs}/local/tail.hpp | 2 +- triqs/{gf => gfs}/meshes/discrete.hpp | 0 triqs/{gf => gfs}/meshes/linear.hpp | 0 triqs/{gf => gfs}/meshes/mesh_tools.hpp | 0 triqs/{gf => gfs}/meshes/product.hpp | 0 triqs/{gf => gfs}/re_im_freq.hpp | 0 triqs/{gf => gfs}/re_im_time.hpp | 0 triqs/{gf => gfs}/refreq.hpp | 0 triqs/{gf => gfs}/refreq_imtime.hpp | 0 triqs/{gf => gfs}/retime.hpp | 0 triqs/{gf => gfs}/tools.hpp | 0 triqs/{gf => gfs}/two_real_times.hpp | 0 63 files changed, 83 insertions(+), 83 deletions(-) rename triqs/{gf => gfs}/CMakeLists.txt (100%) rename triqs/{gf => gfs}/block.hpp (100%) rename triqs/{gf => gfs}/data_proxies.hpp (100%) rename triqs/{gf => gfs}/domains/R.hpp (100%) rename triqs/{gf => gfs}/domains/discrete.hpp (100%) rename triqs/{gf => gfs}/domains/legendre.hpp (100%) rename triqs/{gf => gfs}/domains/matsubara.hpp (100%) rename triqs/{gf => gfs}/domains/product.hpp (100%) rename triqs/{gf => gfs}/gf.hpp (100%) rename triqs/{gf => gfs}/gf_expr.hpp (100%) rename triqs/{gf => gfs}/imfreq.hpp (100%) rename triqs/{gf => gfs}/imtime.hpp (100%) rename triqs/{gf => gfs}/legendre.hpp (100%) rename triqs/{gf => gfs}/local/CMakeLists.txt (100%) rename triqs/{gf => gfs}/local/fourier_base.cpp (100%) rename triqs/{gf => gfs}/local/fourier_base.hpp (100%) rename triqs/{gf => gfs}/local/fourier_matsubara.cpp (100%) rename triqs/{gf => gfs}/local/fourier_matsubara.hpp (98%) rename triqs/{gf => gfs}/local/fourier_real.cpp (100%) rename triqs/{gf => gfs}/local/fourier_real.hpp (98%) rename triqs/{gf => gfs}/local/functions.cpp (100%) rename triqs/{gf => gfs}/local/functions.hpp (100%) rename triqs/{gf => gfs}/local/legendre_matsubara.cpp (100%) rename triqs/{gf => gfs}/local/legendre_matsubara.hpp (95%) rename triqs/{gf => gfs}/local/pade.cpp (100%) rename triqs/{gf => gfs}/local/pade.hpp (95%) rename triqs/{gf => gfs}/local/tail.hpp (99%) rename triqs/{gf => gfs}/meshes/discrete.hpp (100%) rename triqs/{gf => gfs}/meshes/linear.hpp (100%) rename triqs/{gf => gfs}/meshes/mesh_tools.hpp (100%) rename triqs/{gf => gfs}/meshes/product.hpp (100%) rename triqs/{gf => gfs}/re_im_freq.hpp (100%) rename triqs/{gf => gfs}/re_im_time.hpp (100%) rename triqs/{gf => gfs}/refreq.hpp (100%) rename triqs/{gf => gfs}/refreq_imtime.hpp (100%) rename triqs/{gf => gfs}/retime.hpp (100%) rename triqs/{gf => gfs}/tools.hpp (100%) rename triqs/{gf => gfs}/two_real_times.hpp (100%) diff --git a/doc/reference/c++/gf/CMakeLists.txt b/doc/reference/c++/gf/CMakeLists.txt index b0c467d5..acc003ee 100644 --- a/doc/reference/c++/gf/CMakeLists.txt +++ b/doc/reference/c++/gf/CMakeLists.txt @@ -7,5 +7,5 @@ #set_property(GLOBAL APPEND PROPERTY SPHINX_SOURCES ${CMAKE_CURRENT_SOURCE_DIR}/det_manip.rst) # Doxygen sources -set_property(GLOBAL APPEND PROPERTY DOXYGEN_SOURCES ${TRIQS_SOURCE_DIR}/triqs/gf/gf.hpp) +set_property(GLOBAL APPEND PROPERTY DOXYGEN_SOURCES ${TRIQS_SOURCE_DIR}/triqs/gfs/gf.hpp) diff --git a/pytriqs/gf/local/functions.pxd b/pytriqs/gf/local/functions.pxd index f109a129..f9e1bac7 100644 --- a/pytriqs/gf/local/functions.pxd +++ b/pytriqs/gf/local/functions.pxd @@ -1,17 +1,17 @@ ############### Density ######################### -cdef extern from "triqs/gf/local/functions.hpp": +cdef extern from "triqs/gfs/local/functions.hpp": matrix_view density(gf_imfreq &) matrix_view density(gf_legendre &) void enforce_discontinuity(gf_legendre &, array_view[double,TWO]) ############### Fourier ######################### -cdef extern from "triqs/gf/local/fourier_matsubara.hpp" : +cdef extern from "triqs/gfs/local/fourier_matsubara.hpp" : gf_imfreq lazy_fourier (gf_imtime & ) gf_imtime lazy_inverse_fourier (gf_imfreq & ) -cdef extern from "triqs/gf/local/fourier_real.hpp" : +cdef extern from "triqs/gfs/local/fourier_real.hpp" : gf_refreq lazy_fourier (gf_retime & ) gf_retime lazy_inverse_fourier (gf_refreq & ) gf_refreq fourier (gf_retime & ) except + @@ -19,7 +19,7 @@ cdef extern from "triqs/gf/local/fourier_real.hpp" : ############### Legendre ######################### -cdef extern from "triqs/gf/local/legendre_matsubara.hpp" : +cdef extern from "triqs/gfs/local/legendre_matsubara.hpp" : gf_imfreq lazy_legendre_imfreq (gf_legendre &) gf_imtime lazy_legendre_imtime (gf_legendre &) gf_legendre lazy_imfreq_legendre (gf_imfreq &) @@ -27,5 +27,5 @@ cdef extern from "triqs/gf/local/legendre_matsubara.hpp" : ############### Pade ######################### -cdef extern from "triqs/gf/local/pade.hpp": +cdef extern from "triqs/gfs/local/pade.hpp": void pade(gf_refreq &, gf_imfreq &, int, double) except + diff --git a/pytriqs/gf/local/gf.pxd b/pytriqs/gf/local/gf.pxd index b930d1d8..39420abe 100644 --- a/pytriqs/gf/local/gf.pxd +++ b/pytriqs/gf/local/gf.pxd @@ -8,7 +8,7 @@ from h5 cimport * # -------------------- Some generic tools ------------------------------- -cdef extern from "triqs/gf/tools.hpp" namespace "triqs::gfs" : +cdef extern from "triqs/gfs/tools.hpp" namespace "triqs::gfs" : cdef enum statistic_enum "triqs::gfs::statistic_enum" : Boson,Fermion @@ -33,12 +33,12 @@ cdef extern from "triqs/gf/tools.hpp" namespace "triqs::gfs" : vector[vector[std_string]] & operator()() bint same() -cdef extern from "triqs/gf/meshes/linear.hpp" namespace "triqs::gfs" : +cdef extern from "triqs/gfs/meshes/linear.hpp" namespace "triqs::gfs" : cdef enum mesh_enum "triqs::gfs::mesh_kind": half_bins, full_bins, without_last -cdef extern from "triqs/gf/block.hpp" namespace "triqs::gfs" : +cdef extern from "triqs/gfs/block.hpp" namespace "triqs::gfs" : cdef cppclass discrete_domain : discrete_domain () diff --git a/pytriqs/gf/local/imfreq.pxd b/pytriqs/gf/local/imfreq.pxd index f412719e..caad25c2 100644 --- a/pytriqs/gf/local/imfreq.pxd +++ b/pytriqs/gf/local/imfreq.pxd @@ -1,4 +1,4 @@ -cdef extern from "triqs/gf/imfreq.hpp" namespace "triqs::gfs" : +cdef extern from "triqs/gfs/imfreq.hpp" namespace "triqs::gfs" : cdef cppclass imfreq_domain : double beta @@ -27,7 +27,7 @@ cdef extern from "triqs/gf/imfreq.hpp" namespace "triqs::gfs" : array_view[dcomplex, THREE] data() tail singularity() -cdef extern from "triqs/gf/imfreq.hpp" : +cdef extern from "triqs/gfs/imfreq.hpp" : cdef void h5_write (h5_group, char *, gf_imfreq &) cdef extern from "triqs/utility/serialization.hpp" : @@ -42,7 +42,7 @@ cdef make_GfImFreq (gf_imfreq x, indices_pack=*, name=*) ############### Blocks of Im Freq ######################### -cdef extern from "triqs/gf/block.hpp" namespace "triqs::gfs" : +cdef extern from "triqs/gfs/block.hpp" namespace "triqs::gfs" : cdef cppclass gf_block_imfreq "triqs::python_tools::cython_proxy>>" : gf_block_imfreq() diff --git a/pytriqs/gf/local/imtime.pxd b/pytriqs/gf/local/imtime.pxd index 8db59f52..c77ce2e4 100644 --- a/pytriqs/gf/local/imtime.pxd +++ b/pytriqs/gf/local/imtime.pxd @@ -1,4 +1,4 @@ -cdef extern from "triqs/gf/imtime.hpp" namespace "triqs::gfs" : +cdef extern from "triqs/gfs/imtime.hpp" namespace "triqs::gfs" : cdef cppclass imtime_domain : double beta @@ -28,7 +28,7 @@ cdef extern from "triqs/gf/imtime.hpp" namespace "triqs::gfs" : array_view[double, THREE] data() tail singularity() -cdef extern from "triqs/gf/imtime.hpp" : +cdef extern from "triqs/gfs/imtime.hpp" : cdef void h5_write (h5_group, char *, gf_imtime &) cdef extern from "triqs/utility/serialization.hpp" : @@ -43,7 +43,7 @@ cdef make_GfImTime (gf_imtime x, indices_pack=*, name=*) ############### Blocks of Im Time ######################### -cdef extern from "triqs/gf/block.hpp" namespace "triqs::gfs" : +cdef extern from "triqs/gfs/block.hpp" namespace "triqs::gfs" : cdef cppclass gf_block_imtime "triqs::python_tools::cython_proxy>>" : gf_block_imtime() diff --git a/pytriqs/gf/local/legendre.pxd b/pytriqs/gf/local/legendre.pxd index 67f4f9e0..ec457d98 100644 --- a/pytriqs/gf/local/legendre.pxd +++ b/pytriqs/gf/local/legendre.pxd @@ -1,4 +1,4 @@ -cdef extern from "triqs/gf/legendre.hpp" namespace "triqs::gfs" : +cdef extern from "triqs/gfs/legendre.hpp" namespace "triqs::gfs" : cdef cppclass legendre_domain : size_t Nmax @@ -25,7 +25,7 @@ cdef extern from "triqs/gf/legendre.hpp" namespace "triqs::gfs" : mesh_legendre mesh() array_view[double, THREE] data() -cdef extern from "triqs/gf/legendre.hpp" : +cdef extern from "triqs/gfs/legendre.hpp" : cdef void h5_write (h5_group, char *, gf_legendre &) cdef extern from "triqs/utility/serialization.hpp" : @@ -40,7 +40,7 @@ cdef make_GfLegendre(gf_legendre x, indices_pack=*, name=*) ############### Blocks of Im Time ######################### -cdef extern from "triqs/gf/block.hpp" namespace "triqs::gfs" : +cdef extern from "triqs/gfs/block.hpp" namespace "triqs::gfs" : cdef cppclass gf_block_legendre "triqs::python_tools::cython_proxy>>" : gf_block_legendre() diff --git a/pytriqs/gf/local/refreq.pxd b/pytriqs/gf/local/refreq.pxd index 168d91d8..d73c0e36 100644 --- a/pytriqs/gf/local/refreq.pxd +++ b/pytriqs/gf/local/refreq.pxd @@ -1,4 +1,4 @@ -cdef extern from "triqs/gf/refreq.hpp" namespace "triqs::gfs" : +cdef extern from "triqs/gfs/refreq.hpp" namespace "triqs::gfs" : cdef cppclass refreq_domain : refreq_domain() @@ -27,7 +27,7 @@ cdef extern from "triqs/gf/refreq.hpp" namespace "triqs::gfs" : array_view[dcomplex, THREE] data() tail singularity() -cdef extern from "triqs/gf/refreq.hpp" : +cdef extern from "triqs/gfs/refreq.hpp" : cdef void h5_write (h5_group, char *, gf_refreq &) cdef extern from "triqs/utility/serialization.hpp" : @@ -42,7 +42,7 @@ cdef make_GfReFreq (gf_refreq x, indices_pack=*, name=*) ############### Blocks of Im Time ######################### -cdef extern from "triqs/gf/block.hpp" namespace "triqs::gfs" : +cdef extern from "triqs/gfs/block.hpp" namespace "triqs::gfs" : cdef cppclass gf_block_refreq "triqs::python_tools::cython_proxy>>" : gf_block_refreq() diff --git a/pytriqs/gf/local/retime.pxd b/pytriqs/gf/local/retime.pxd index eb4183c5..09efe701 100644 --- a/pytriqs/gf/local/retime.pxd +++ b/pytriqs/gf/local/retime.pxd @@ -1,4 +1,4 @@ -cdef extern from "triqs/gf/retime.hpp" namespace "triqs::gfs" : +cdef extern from "triqs/gfs/retime.hpp" namespace "triqs::gfs" : cdef cppclass retime_domain : retime_domain() @@ -27,7 +27,7 @@ cdef extern from "triqs/gf/retime.hpp" namespace "triqs::gfs" : array_view[dcomplex, THREE] data() tail singularity() -cdef extern from "triqs/gf/retime.hpp" : +cdef extern from "triqs/gfs/retime.hpp" : cdef void h5_write (h5_group, char *, gf_retime &) cdef extern from "triqs/utility/serialization.hpp" : @@ -42,7 +42,7 @@ cdef make_GfReTime (gf_retime x, indices_pack=*, name=*) ############### Blocks of Im Time ######################### -cdef extern from "triqs/gf/block.hpp" namespace "triqs::gfs" : +cdef extern from "triqs/gfs/block.hpp" namespace "triqs::gfs" : cdef cppclass gf_block_retime "triqs::python_tools::cython_proxy>>" : gf_block_retime() diff --git a/pytriqs/gf/local/tail.pxd b/pytriqs/gf/local/tail.pxd index e9ca2c10..24cfa97f 100644 --- a/pytriqs/gf/local/tail.pxd +++ b/pytriqs/gf/local/tail.pxd @@ -1,6 +1,6 @@ from dcomplex cimport * from arrays cimport * -cdef extern from "triqs/gf/local/tail.hpp" : +cdef extern from "triqs/gfs/local/tail.hpp" : cdef cppclass tail "triqs::python_tools::cython_proxy" : tail() tail(array_view[dcomplex,THREE], int, array_view[long,TWO]) except + diff --git a/pytriqs/gf/local/two_real_times.pxd b/pytriqs/gf/local/two_real_times.pxd index f79da666..a4ddc70e 100644 --- a/pytriqs/gf/local/two_real_times.pxd +++ b/pytriqs/gf/local/two_real_times.pxd @@ -1,4 +1,4 @@ -cdef extern from "triqs/gf/two_real_times.hpp" namespace "triqs::gfs" : +cdef extern from "triqs/gfs/two_real_times.hpp" namespace "triqs::gfs" : cdef cppclass two_real_times_domain : two_real_times_domain() @@ -30,7 +30,7 @@ cdef extern from "triqs/gf/two_real_times.hpp" namespace "triqs::gfs" : cdef gf_retime slice1d "triqs::gfs::slice" (gf_two_real_times &, double t) except + -cdef extern from "triqs/gf/two_real_times.hpp" : +cdef extern from "triqs/gfs/two_real_times.hpp" : cdef void h5_write (h5_group, char *, gf_two_real_times &) cdef extern from "triqs/utility/serialization.hpp" : @@ -45,7 +45,7 @@ cdef make_GfTwoRealTime (gf_two_real_times x, indices_pack=*, name=*) ############### Blocks of Im Time ######################### -cdef extern from "triqs/gf/block.hpp" namespace "triqs::gfs" : +cdef extern from "triqs/gfs/block.hpp" namespace "triqs::gfs" : cdef cppclass gf_block_two_real_times "triqs::python_tools::cython_proxy>>" : gf_block_two_real_times() diff --git a/test/speed/gf_s.cpp b/test/speed/gf_s.cpp index 36bcc87c..8a267503 100644 --- a/test/speed/gf_s.cpp +++ b/test/speed/gf_s.cpp @@ -1,8 +1,8 @@ //#define TRIQS_ARRAYS_ENFORCE_BOUNDCHECK -#include -#include -#include +#include +#include +#include namespace tql= triqs::clef; namespace tqa= triqs::arrays; diff --git a/test/triqs/gf/block.cpp b/test/triqs/gf/block.cpp index 3d8386ce..7eb657db 100644 --- a/test/triqs/gf/block.cpp +++ b/test/triqs/gf/block.cpp @@ -1,8 +1,8 @@ //#define TRIQS_ARRAYS_ENFORCE_BOUNDCHECK -#include -#include -#include +#include +#include +#include namespace tql= triqs::clef; namespace tqa= triqs::arrays; diff --git a/test/triqs/gf/fourier1.cpp b/test/triqs/gf/fourier1.cpp index 1c1ee51d..b9bf7aba 100644 --- a/test/triqs/gf/fourier1.cpp +++ b/test/triqs/gf/fourier1.cpp @@ -1,8 +1,8 @@ //#define TRIQS_ARRAYS_ENFORCE_BOUNDCHECK -#include -#include -#include +#include +#include +#include namespace tql= triqs::clef; namespace tqa= triqs::arrays; diff --git a/test/triqs/gf/gf_2times.cpp b/test/triqs/gf/gf_2times.cpp index c9b49bc0..94648975 100644 --- a/test/triqs/gf/gf_2times.cpp +++ b/test/triqs/gf/gf_2times.cpp @@ -1,6 +1,6 @@ //#define TRIQS_ARRAYS_ENFORCE_BOUNDCHECK -#include +#include //using namespace triqs::gfss::local; using namespace triqs::gfs; diff --git a/test/triqs/gf/gf_2times_b.cpp b/test/triqs/gf/gf_2times_b.cpp index 3dbbf88c..06baef05 100644 --- a/test/triqs/gf/gf_2times_b.cpp +++ b/test/triqs/gf/gf_2times_b.cpp @@ -6,8 +6,8 @@ #include #include #include -#include -#include +#include +#include #include using namespace triqs::gfs; using namespace std; diff --git a/test/triqs/gf/gf_re_im_freq_time.cpp b/test/triqs/gf/gf_re_im_freq_time.cpp index 579113a3..55f264b1 100644 --- a/test/triqs/gf/gf_re_im_freq_time.cpp +++ b/test/triqs/gf/gf_re_im_freq_time.cpp @@ -1,10 +1,10 @@ #define TRIQS_ARRAYS_ENFORCE_BOUNDCHECK -#include -#include -#include +#include +#include +#include -#include +#include #include namespace tql= triqs::clef; diff --git a/test/triqs/gf/gf_retw.cpp b/test/triqs/gf/gf_retw.cpp index 24717188..3b80b14c 100644 --- a/test/triqs/gf/gf_retw.cpp +++ b/test/triqs/gf/gf_retw.cpp @@ -1,7 +1,7 @@ //#define TRIQS_ARRAYS_ENFORCE_BOUNDCHECK -#include -#include +#include +#include namespace tql= triqs::clef; namespace tqa= triqs::arrays; diff --git a/test/triqs/gf/gfv2.cpp b/test/triqs/gf/gfv2.cpp index 6a2184aa..66f8208d 100644 --- a/test/triqs/gf/gfv2.cpp +++ b/test/triqs/gf/gfv2.cpp @@ -1,8 +1,8 @@ //#define TRIQS_ARRAYS_ENFORCE_BOUNDCHECK -#include -#include -#include +#include +#include +#include namespace tql= triqs::clef; namespace tqa= triqs::arrays; diff --git a/test/triqs/gf/mpi_red.cpp b/test/triqs/gf/mpi_red.cpp index 58ff1689..0f67101c 100644 --- a/test/triqs/gf/mpi_red.cpp +++ b/test/triqs/gf/mpi_red.cpp @@ -1,10 +1,10 @@ //#define TRIQS_ARRAYS_ENFORCE_BOUNDCHECK -#include -#include -#include +#include +#include +#include -#include +#include #include namespace tql= triqs::clef; diff --git a/test/triqs/gf/pb_affichage.cpp b/test/triqs/gf/pb_affichage.cpp index a993af49..bbc2d577 100644 --- a/test/triqs/gf/pb_affichage.cpp +++ b/test/triqs/gf/pb_affichage.cpp @@ -6,8 +6,8 @@ #include #include #include -#include -#include +#include +#include #include using namespace triqs::gfs; using namespace std; diff --git a/test/triqs/gf/ser.cpp b/test/triqs/gf/ser.cpp index f9f6bb6c..ceb3396e 100644 --- a/test/triqs/gf/ser.cpp +++ b/test/triqs/gf/ser.cpp @@ -1,8 +1,8 @@ //#define TRIQS_ARRAYS_ENFORCE_BOUNDCHECK #include -#include -#include +#include +#include namespace tql= triqs::clef; namespace tqa= triqs::arrays; diff --git a/test/triqs/gf/test_fourier_matsubara.cpp b/test/triqs/gf/test_fourier_matsubara.cpp index 2d93a573..910c1cf4 100644 --- a/test/triqs/gf/test_fourier_matsubara.cpp +++ b/test/triqs/gf/test_fourier_matsubara.cpp @@ -1,8 +1,8 @@ //#define TRIQS_ARRAYS_ENFORCE_BOUNDCHECK -#include -#include -#include +#include +#include +#include namespace tql= triqs::clef; // namespace tqa= triqs::arrays; diff --git a/test/triqs/gf/test_fourier_real_time.cpp b/test/triqs/gf/test_fourier_real_time.cpp index f67a3508..997d9cb7 100644 --- a/test/triqs/gf/test_fourier_real_time.cpp +++ b/test/triqs/gf/test_fourier_real_time.cpp @@ -1,8 +1,8 @@ #define TRIQS_ARRAYS_ENFORCE_BOUNDCHECK -#include -#include -#include +#include +#include +#include #include using triqs::arrays::make_shape; diff --git a/test/triqs/gf/test_gf_triqs.cpp b/test/triqs/gf/test_gf_triqs.cpp index a026e1c4..a617ef81 100644 --- a/test/triqs/gf/test_gf_triqs.cpp +++ b/test/triqs/gf/test_gf_triqs.cpp @@ -1,8 +1,8 @@ //#define TRIQS_ARRAYS_ENFORCE_BOUNDCHECK -#include -#include -#include +#include +#include +#include #include namespace tql= triqs::clef; namespace tqa= triqs::arrays; diff --git a/triqs/gfs.hpp b/triqs/gfs.hpp index 0df2e09c..fb8caf0d 100644 --- a/triqs/gfs.hpp +++ b/triqs/gfs.hpp @@ -22,13 +22,13 @@ #define TRIQS_GFS_ALL_H // The basic classes -#include -#include -#include -#include -#include -#include -//#include +#include +#include +#include +#include +#include +#include +//#include #endif diff --git a/triqs/gf/CMakeLists.txt b/triqs/gfs/CMakeLists.txt similarity index 100% rename from triqs/gf/CMakeLists.txt rename to triqs/gfs/CMakeLists.txt diff --git a/triqs/gf/block.hpp b/triqs/gfs/block.hpp similarity index 100% rename from triqs/gf/block.hpp rename to triqs/gfs/block.hpp diff --git a/triqs/gf/data_proxies.hpp b/triqs/gfs/data_proxies.hpp similarity index 100% rename from triqs/gf/data_proxies.hpp rename to triqs/gfs/data_proxies.hpp diff --git a/triqs/gf/domains/R.hpp b/triqs/gfs/domains/R.hpp similarity index 100% rename from triqs/gf/domains/R.hpp rename to triqs/gfs/domains/R.hpp diff --git a/triqs/gf/domains/discrete.hpp b/triqs/gfs/domains/discrete.hpp similarity index 100% rename from triqs/gf/domains/discrete.hpp rename to triqs/gfs/domains/discrete.hpp diff --git a/triqs/gf/domains/legendre.hpp b/triqs/gfs/domains/legendre.hpp similarity index 100% rename from triqs/gf/domains/legendre.hpp rename to triqs/gfs/domains/legendre.hpp diff --git a/triqs/gf/domains/matsubara.hpp b/triqs/gfs/domains/matsubara.hpp similarity index 100% rename from triqs/gf/domains/matsubara.hpp rename to triqs/gfs/domains/matsubara.hpp diff --git a/triqs/gf/domains/product.hpp b/triqs/gfs/domains/product.hpp similarity index 100% rename from triqs/gf/domains/product.hpp rename to triqs/gfs/domains/product.hpp diff --git a/triqs/gf/gf.hpp b/triqs/gfs/gf.hpp similarity index 100% rename from triqs/gf/gf.hpp rename to triqs/gfs/gf.hpp diff --git a/triqs/gf/gf_expr.hpp b/triqs/gfs/gf_expr.hpp similarity index 100% rename from triqs/gf/gf_expr.hpp rename to triqs/gfs/gf_expr.hpp diff --git a/triqs/gf/imfreq.hpp b/triqs/gfs/imfreq.hpp similarity index 100% rename from triqs/gf/imfreq.hpp rename to triqs/gfs/imfreq.hpp diff --git a/triqs/gf/imtime.hpp b/triqs/gfs/imtime.hpp similarity index 100% rename from triqs/gf/imtime.hpp rename to triqs/gfs/imtime.hpp diff --git a/triqs/gf/legendre.hpp b/triqs/gfs/legendre.hpp similarity index 100% rename from triqs/gf/legendre.hpp rename to triqs/gfs/legendre.hpp diff --git a/triqs/gf/local/CMakeLists.txt b/triqs/gfs/local/CMakeLists.txt similarity index 100% rename from triqs/gf/local/CMakeLists.txt rename to triqs/gfs/local/CMakeLists.txt diff --git a/triqs/gf/local/fourier_base.cpp b/triqs/gfs/local/fourier_base.cpp similarity index 100% rename from triqs/gf/local/fourier_base.cpp rename to triqs/gfs/local/fourier_base.cpp diff --git a/triqs/gf/local/fourier_base.hpp b/triqs/gfs/local/fourier_base.hpp similarity index 100% rename from triqs/gf/local/fourier_base.hpp rename to triqs/gfs/local/fourier_base.hpp diff --git a/triqs/gf/local/fourier_matsubara.cpp b/triqs/gfs/local/fourier_matsubara.cpp similarity index 100% rename from triqs/gf/local/fourier_matsubara.cpp rename to triqs/gfs/local/fourier_matsubara.cpp diff --git a/triqs/gf/local/fourier_matsubara.hpp b/triqs/gfs/local/fourier_matsubara.hpp similarity index 98% rename from triqs/gf/local/fourier_matsubara.hpp rename to triqs/gfs/local/fourier_matsubara.hpp index 18d8d2ad..b4d99cf8 100644 --- a/triqs/gf/local/fourier_matsubara.hpp +++ b/triqs/gfs/local/fourier_matsubara.hpp @@ -22,8 +22,8 @@ #define TRIQS_GF_LOCAL_FOURIER_MATSU_H #include "fourier_base.hpp" -#include -#include +#include +#include namespace triqs { namespace gfs { diff --git a/triqs/gf/local/fourier_real.cpp b/triqs/gfs/local/fourier_real.cpp similarity index 100% rename from triqs/gf/local/fourier_real.cpp rename to triqs/gfs/local/fourier_real.cpp diff --git a/triqs/gf/local/fourier_real.hpp b/triqs/gfs/local/fourier_real.hpp similarity index 98% rename from triqs/gf/local/fourier_real.hpp rename to triqs/gfs/local/fourier_real.hpp index 587af427..0fbcd8e3 100644 --- a/triqs/gf/local/fourier_real.hpp +++ b/triqs/gfs/local/fourier_real.hpp @@ -22,8 +22,8 @@ #define TRIQS_GF_LOCAL_FOURIER_REAL_H #include "fourier_base.hpp" -#include -#include +#include +#include namespace triqs { namespace gfs { diff --git a/triqs/gf/local/functions.cpp b/triqs/gfs/local/functions.cpp similarity index 100% rename from triqs/gf/local/functions.cpp rename to triqs/gfs/local/functions.cpp diff --git a/triqs/gf/local/functions.hpp b/triqs/gfs/local/functions.hpp similarity index 100% rename from triqs/gf/local/functions.hpp rename to triqs/gfs/local/functions.hpp diff --git a/triqs/gf/local/legendre_matsubara.cpp b/triqs/gfs/local/legendre_matsubara.cpp similarity index 100% rename from triqs/gf/local/legendre_matsubara.cpp rename to triqs/gfs/local/legendre_matsubara.cpp diff --git a/triqs/gf/local/legendre_matsubara.hpp b/triqs/gfs/local/legendre_matsubara.hpp similarity index 95% rename from triqs/gf/local/legendre_matsubara.hpp rename to triqs/gfs/local/legendre_matsubara.hpp index cabb8bb8..18b6fe3a 100644 --- a/triqs/gf/local/legendre_matsubara.hpp +++ b/triqs/gfs/local/legendre_matsubara.hpp @@ -22,9 +22,9 @@ #ifndef TRIQS_GF_LOCAL_LEGENDRE_MATSU_H #define TRIQS_GF_LOCAL_LEGENDRE_MATSU_H -#include -#include -#include +#include +#include +#include namespace triqs { namespace gfs { diff --git a/triqs/gf/local/pade.cpp b/triqs/gfs/local/pade.cpp similarity index 100% rename from triqs/gf/local/pade.cpp rename to triqs/gfs/local/pade.cpp diff --git a/triqs/gf/local/pade.hpp b/triqs/gfs/local/pade.hpp similarity index 95% rename from triqs/gf/local/pade.hpp rename to triqs/gfs/local/pade.hpp index baaaab32..8ddc5e68 100644 --- a/triqs/gf/local/pade.hpp +++ b/triqs/gfs/local/pade.hpp @@ -23,8 +23,8 @@ #ifndef TRIQS_GF_LOCAL_PADE_H #define TRIQS_GF_LOCAL_PADE_H -#include -#include +#include +#include namespace triqs { namespace gfs { diff --git a/triqs/gf/local/tail.hpp b/triqs/gfs/local/tail.hpp similarity index 99% rename from triqs/gf/local/tail.hpp rename to triqs/gfs/local/tail.hpp index 5823cb76..febf6b1e 100644 --- a/triqs/gf/local/tail.hpp +++ b/triqs/gfs/local/tail.hpp @@ -22,7 +22,7 @@ #define TRIQS_GF_LOCAL_TAIL_H #include #include -#include +#include #include namespace triqs { namespace gfs { namespace local { diff --git a/triqs/gf/meshes/discrete.hpp b/triqs/gfs/meshes/discrete.hpp similarity index 100% rename from triqs/gf/meshes/discrete.hpp rename to triqs/gfs/meshes/discrete.hpp diff --git a/triqs/gf/meshes/linear.hpp b/triqs/gfs/meshes/linear.hpp similarity index 100% rename from triqs/gf/meshes/linear.hpp rename to triqs/gfs/meshes/linear.hpp diff --git a/triqs/gf/meshes/mesh_tools.hpp b/triqs/gfs/meshes/mesh_tools.hpp similarity index 100% rename from triqs/gf/meshes/mesh_tools.hpp rename to triqs/gfs/meshes/mesh_tools.hpp diff --git a/triqs/gf/meshes/product.hpp b/triqs/gfs/meshes/product.hpp similarity index 100% rename from triqs/gf/meshes/product.hpp rename to triqs/gfs/meshes/product.hpp diff --git a/triqs/gf/re_im_freq.hpp b/triqs/gfs/re_im_freq.hpp similarity index 100% rename from triqs/gf/re_im_freq.hpp rename to triqs/gfs/re_im_freq.hpp diff --git a/triqs/gf/re_im_time.hpp b/triqs/gfs/re_im_time.hpp similarity index 100% rename from triqs/gf/re_im_time.hpp rename to triqs/gfs/re_im_time.hpp diff --git a/triqs/gf/refreq.hpp b/triqs/gfs/refreq.hpp similarity index 100% rename from triqs/gf/refreq.hpp rename to triqs/gfs/refreq.hpp diff --git a/triqs/gf/refreq_imtime.hpp b/triqs/gfs/refreq_imtime.hpp similarity index 100% rename from triqs/gf/refreq_imtime.hpp rename to triqs/gfs/refreq_imtime.hpp diff --git a/triqs/gf/retime.hpp b/triqs/gfs/retime.hpp similarity index 100% rename from triqs/gf/retime.hpp rename to triqs/gfs/retime.hpp diff --git a/triqs/gf/tools.hpp b/triqs/gfs/tools.hpp similarity index 100% rename from triqs/gf/tools.hpp rename to triqs/gfs/tools.hpp diff --git a/triqs/gf/two_real_times.hpp b/triqs/gfs/two_real_times.hpp similarity index 100% rename from triqs/gf/two_real_times.hpp rename to triqs/gfs/two_real_times.hpp