2013-08-26 18:00:59 +02:00
|
|
|
.. _welcome:
|
2013-08-30 20:17:45 +02:00
|
|
|
|
2013-08-26 18:00:59 +02:00
|
|
|
Welcome
|
|
|
|
=======
|
2013-08-22 16:20:41 +02:00
|
|
|
|
2013-08-30 16:15:47 +02:00
|
|
|
.. sidebar:: TRIQS 1.0
|
|
|
|
|
|
|
|
This is the homepage of the new TRIQS 1.0. Many things
|
|
|
|
have changed and been improved since the versions 0.x.
|
|
|
|
The format of the archives and names of some python classes
|
|
|
|
have changed too. So go look at our :ref:`changelog page <changelog>`
|
|
|
|
to find out how to upgrade to 1.0.
|
|
|
|
|
2013-08-31 00:04:09 +02:00
|
|
|
TRIQS (**T**\oolbox for **R**\esearch on **I**\nteracting **Q**\uantum **S**\ystems)
|
|
|
|
is a scientific project providing a set of C++ and Python libraries to develop new tools
|
2013-08-30 20:17:45 +02:00
|
|
|
for the study of interacting quantum systems.
|
2013-08-30 16:15:47 +02:00
|
|
|
|
2013-08-30 20:17:45 +02:00
|
|
|
The goal of this toolkit is to provide condensed matter physicists with
|
2013-08-31 00:04:09 +02:00
|
|
|
high level, efficient and simple to use libraries in C++ and Python,
|
|
|
|
and to promote the use of modern programming techniques in our field.
|
2013-08-30 16:15:47 +02:00
|
|
|
|
2013-08-30 20:17:45 +02:00
|
|
|
TRIQS is free software (GPL).
|
|
|
|
|
|
|
|
TRIQS applications
|
|
|
|
-----------------------
|
|
|
|
|
2013-08-31 00:04:09 +02:00
|
|
|
Based on the TRIQS toolkit, several :ref:`full-fledged applications <applications>`
|
|
|
|
are also maintained by the TRIQS collaboration. They allow for example to
|
2013-08-30 16:15:47 +02:00
|
|
|
solve a generic quantum impurity model or to run a complete LDA+DMFT
|
|
|
|
calculation.
|
|
|
|
|
2013-08-31 00:04:09 +02:00
|
|
|
Elaborated in a collaboration between IPhT Saclay and Ecole Polytechnique since 2005,
|
|
|
|
the TRIQS library and applications have allowed to address questions as diverse as:
|
2013-08-30 16:15:47 +02:00
|
|
|
|
|
|
|
* Momentum-selective aspects on cuprate superconductors (with various cluster DMFT)
|
|
|
|
* Degree of correlation in iron-based superconductors (within an LDA+DMFT approach)
|
|
|
|
* Fermionic Mott transition and exploration of Sarma phase in cold-atoms
|
|
|
|
|
2013-08-31 00:04:09 +02:00
|
|
|
|
|
|
|
Python & C++
|
2013-08-30 20:17:45 +02:00
|
|
|
-----------------------------
|
|
|
|
|
|
|
|
The libraries exist at two
|
|
|
|
complementary levels: on the one hand, C++ libraries allow to quickly develop
|
|
|
|
performant low-level codes; on the other hand python libraries implement the
|
|
|
|
most common many-body objects, like Green's functions, that can be manipulated
|
|
|
|
easily in python scripts.
|
|
|
|
|
|
|
|
This duality is a real advantage in the development of new many-body tools.
|
|
|
|
Critical parts where performance is essential can be written in C++ (like a
|
|
|
|
quantum impurity solver) while the manipulation of the results, preparation of
|
|
|
|
the inputs or interface with other programs can be done at the very
|
|
|
|
user-friendly python level.
|
|
|
|
|
|
|
|
|