3
0
mirror of https://github.com/triqs/dft_tools synced 2024-10-31 19:23:45 +01:00
Go to file
Olivier Parcollet 552c440238 arrays : add ConstView to fix const correctness
- A()(0) = 1
will not work any more if A is const, as it should be.

- Introduced the notion of const_view, simply done by a flag
(flag 0, for easy debug)
- changed the slice of ISP to use it (only on C++11 compliant compiler)
- Move BoundCheck Flags to 5.
2013-07-23 08:13:52 +02:00
cmake Add details for applis compilation/install 2013-07-22 21:52:26 +02:00
doc work on gf documentation 2013-07-19 13:41:27 +02:00
examples/simple First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
foreignlibs First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
pytriqs First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
shells First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
test arrays : add ConstView to fix const correctness 2013-07-23 08:13:52 +02:00
triqs arrays : add ConstView to fix const correctness 2013-07-23 08:13:52 +02:00
CITATIONS.bib First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
CMakeLists.txt First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +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