3
0
mirror of https://github.com/triqs/dft_tools synced 2024-12-25 13:53:40 +01:00
Go to file
Olivier Parcollet 4d0bb56790 arrays. Clean expression templates
- clean array, matrix, vector expression template
  they take const & of objects, or move && objects
  no more views. -> C++11 modernisation
- Fix a bug in array resize : it was resetting the indexmap
  to C memory layout e.g. for a fortran array
- Fix a bug in read h5 array when not in C order
  (forgot an else, the array was read twice).
2013-10-17 00:32:09 +02:00
cmake cmake: in test macro, add rpath 2013-10-11 16:19:38 +02:00
doc Put back the meta in documentation 2013-09-18 11:50:18 +02:00
foreignlibs Get rid of boost compilation from sources 2013-09-02 14:26:32 +02:00
packaging/os_x brew formula for triqs and an application ok 2013-09-02 21:25:43 +02:00
pytriqs Fix for compatibility with 32-bit systems 2013-09-26 21:59:21 +02:00
shells Better name for run_pytriqs_for_test 2013-08-02 10:15:05 +02:00
test arrays. Clean expression templates 2013-10-17 00:32:09 +02:00
triqs arrays. Clean expression templates 2013-10-17 00:32:09 +02:00
CITATIONS.bib First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
CMakeLists.txt Fix #8 2013-09-11 14:48:05 +02:00
COPYING.txt First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
LICENSE.txt First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
README.txt First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00

 
The TRIQS website is under http://ipht.cea.fr/triqs. Start there
to learn about TRIQS.

To install TRIQS, follow the installation steps given under
http://ipht.cea.fr/triqs/doc/user_manual/install/install.html

Before you proceed, make sure you have read the LICENSE.txt file.

Enjoy!

The TRIQS team