3
0
mirror of https://github.com/triqs/dft_tools synced 2024-11-01 11:43:47 +01:00
dft_tools/pytriqs
Olivier Parcollet f1c32012a6 magic : redirect std::cout to python sys.out.write
- for all functions, except when GIL option (not implemented) is here
  we use a triqs::py_stream, which redirect the stream
  to python sys.write
- so that a simple C++ code with a std::cout
  print its output in the notebook...
- NB : it only works for the code within the cell.
  If it calls another function on the lib which uses cout,
  print is not redirected.
  Designed for simple tests....
- cerr not (yet) redirected. (useful ?).
2014-06-11 16:25:47 +02:00
..
archive Fix missing cached key in archives 2013-12-23 13:15:27 +01:00
dos Iteration over the doc 2013-12-31 14:22:00 +01:00
fit First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
gf Add missing file in installation of gf 2014-06-05 14:07:44 +02:00
lattice Wrapper : clean and document. 2014-05-31 16:10:07 +02:00
operators Add number operator in operator class 2014-06-05 14:07:15 +02:00
parameters Wrapper : clean and document. 2014-05-31 16:10:07 +02:00
plot First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
random_generator wrapper: add use_module 2014-05-30 19:34:13 +02:00
sumk First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
utility pytriqs: add option to use mpi4py instead of boost.python.mpi 2013-12-30 22:32:09 +01:00
wrap_generator Small fix in wrap_generator 2014-06-03 15:08:24 +02:00
__init__.py Wrapper : clean and document. 2014-05-31 16:10:07 +02:00
__init__.py.template First commit : triqs libs version 1.0 alpha1 2013-07-17 19:24:07 +02:00
CMakeLists.txt ipython triqs magic v1 2014-06-01 21:00:07 +02:00
magic.py.in magic : redirect std::cout to python sys.out.write 2014-06-11 16:25:47 +02:00
version.py.in Work on documentation 2013-09-17 14:55:55 +02:00