3
0
mirror of https://github.com/triqs/dft_tools synced 2024-10-31 19:23:45 +01:00
Go to file
Olivier Parcollet fc2a620eae arrays: new ref counting and weak views
- improve the mem_block and shared_block.
- the reference counting is now done in the mem_block and shared_block, removing the need of shared_ptr.

- speed tests shows that shared_ptr is very slow (due to thread safety?)
the new version is much better, though not perfect.

- Hence introducing weak views.

- also :
-- clean the guard mechanism for python (to allow returning from python without any python ref left).
-- clean code, add documentation for mem_block
-- remove nan init, which was not working, and corresponding test
-- serialisation of view still unchanged (need to forbid serialization of view ??).

- tests ok, incl. valgrind tests.
2013-07-23 08:13:44 +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: new ref counting and weak views 2013-07-23 08:13:44 +02:00
triqs arrays: new ref counting and weak views 2013-07-23 08:13:44 +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