Olivier Parcollet
17ab555213
gf: fix matsubara_freq and mesh_pt
...
- cleaner implementation, solve some bugs...
2013-11-20 15:16:53 +01:00
Olivier Parcollet
0b7bfec32e
Work on doc.
2013-11-18 23:41:32 +01:00
Olivier Parcollet
c151e63de2
arrays : rm old array_proxy
...
- useless old draft
2013-11-18 23:41:32 +01:00
Olivier Parcollet
579368f24b
gf. Clean Fourier
...
- lazy_fourier and co --> fourier
- ex fourier --> make_gf_from_fourier to make a new gf
- = fourier (g) works only iif lhs is a view, like scalar.
- updated python (commented fourier method).
2013-10-23 18:46:55 +02:00
Olivier Parcollet
1d5ea99d4f
gf block : clean
...
- clean some constructor and clang format
2013-10-23 18:08:12 +02:00
Olivier Parcollet
1b5aceb2a5
gf: Work on documentation
2013-10-22 21:29:40 +02:00
Michel Ferrero
6a140d2950
Update documentation
...
Changelog and some updates were done.
2013-10-21 15:12:11 +02:00
Michel Ferrero
28140f14fb
Work on documentation
...
Mainly on the python part. I had a quick browse through to check if
the scripts were still working.
2013-09-17 14:55:55 +02:00
tayral
e0f0c85c3d
doc: fixed a few typos+ put back tutorial for arrays+changed a few titles
2013-09-13 17:46:51 +02:00
Olivier Parcollet
1a85f5a16c
Work on doc
2013-09-11 18:38:18 +02:00
Laura Messio
196e3f9663
doc: det_manip, link towards the cookbook added, explanations added
2013-09-09 15:41:46 +02:00
Michel Ferrero
e7d29d8243
New notation for Monte Carlo variables
2013-09-09 10:55:54 +02:00
Olivier Parcollet
fe58c9759f
Work on doc. Added notations & C++ intro
2013-09-08 22:13:04 +02:00
Olivier Parcollet
b1f61b2f7a
Work on doc
2013-09-08 16:13:53 +02:00
Olivier Parcollet
f3480b60c6
doc : add some file
2013-09-08 15:42:44 +02:00
Olivier Parcollet
1dd2d9e691
correction after compiling on linux gcc 4.8.1/ clang 3.3
...
- clef : lazy_method is broken . remove it from the test for the moment.
2013-09-08 15:35:57 +02:00
Olivier Parcollet
2c542647fd
clef : new version using lvalues and moving rvalues
...
- change : all objects are by default
stored now by reference, not by copy any more.
Unless the trait force_copy_in_expr is true.
- rvalue refs are moved into the tree
- simplifies a lot the writing of lazy method, objects.
- added a macro for methods
- tests ok. Further check needed to control absence of copies...
- improved documentation
2013-09-08 15:04:12 +02:00
Olivier Parcollet
f251308959
Work on doc
2013-09-04 17:05:45 +02:00
Olivier Parcollet
3305185bee
Work on doc
...
- remove empty parts, start to clean the tour.
- added export of _template and _static to reuse in appli doc.
- clean tutorial part. rm cookbook.
2013-08-31 15:22:36 +02:00
Olivier Parcollet
741829909f
Work on doc
2013-08-30 12:59:47 +02:00
Olivier Parcollet
d6c74f95c5
Work on doc
2013-08-29 19:21:50 +02:00
Michel Ferrero
768f537f4d
Work on documentation
...
Included logos, added docuentation thumbnail and organized contents
in a way that navigating in the python and c++ reference will be
easier. Applications appear in a special sidebar.
2013-08-28 10:19:34 +02:00
Olivier Parcollet
0f524b26fc
work on doc
2013-08-27 13:43:58 +02:00
Michel Ferrero
a23c6a231b
Work on new documentation structure
...
It is just the structure for now. Some cleaning of useless files as well.
2013-08-22 16:20:41 +02:00
Michel Ferrero
526859bf14
Fix a bit the documentation
...
modified: doc/CMakeLists.txt
deleted: doc/reference/c++/CMakeLists.txt.v1
deleted: doc/reference/c++/arrays/examples_h5/CMakeLists.txt
deleted: doc/reference/c++/arrays_old/CMakeLists.txt.Old
deleted: doc/reference/c++/clef/CMakeLists.txt
modified: doc/reference/c++/det_manip/CMakeLists.txt
modified: doc/reference/c++/gf/CMakeLists.txt
modified: doc/reference/c++/parameters/CMakeLists.txt
deleted: doc/reference/python/CMakeLists.txt
deleted: doc/reference/python/data_analysis/hdf5/CMakeLists.txt
2013-08-02 10:14:33 +02:00
Olivier Parcollet
bd4926157c
[API BREAK] rename directory gf -> gfs
2013-07-29 11:53:02 +02:00
Olivier Parcollet
7847b71552
[API BREAK] gf : mesh_pt into []
...
- All access to grid is now using the [] operator.
() always returns const, and is an evaluation over the domain.
- Now :
* () is always a call to evaluator (or a lazy expression).
* mesh_pt accepted by [] , both const and non const,
and not by ().
- Ported the libs (fourier et al.) but this break API.
2013-07-29 11:52:53 +02:00
Laura Messio
76d74ce0da
doc : gf, fourier,meshes
2013-07-23 11:31:22 +02:00
Laura Messio
344a8f6b32
work on gf documentation
2013-07-19 13:41:27 +02:00
Olivier Parcollet
f2c7d449cc
First commit : triqs libs version 1.0 alpha1
...
for earlier commits, see TRIQS0.x repository.
2013-07-17 19:24:07 +02:00