mirror of
https://github.com/triqs/dft_tools
synced 2024-10-31 19:23:45 +01:00
96bedae5f1
modified: doc/applications.rst modified: doc/index.rst modified: doc/install.rst modified: doc/installation/clang.rst modified: doc/installation/install_options.rst modified: doc/installation/requirements.rst modified: doc/installation/ubuntu.rst new file: doc/changelog.rst new file: doc/versions.rst
39 lines
1.6 KiB
ReStructuredText
39 lines
1.6 KiB
ReStructuredText
.. _welcome:
|
|
|
|
Welcome
|
|
=======
|
|
|
|
.. 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.
|
|
|
|
TRIQS is a scientific project providing a set of libraries to develop new tools
|
|
for the study of interacting quantum systems. 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.
|
|
|
|
Some :ref:`full-fledged applications <applications>` have been written using
|
|
TRIQS and are maintained by the TRIQS collaboration. They allow for example to
|
|
solve a generic quantum impurity model or to run a complete LDA+DMFT
|
|
calculation.
|
|
|
|
Since 2005, the TRIQS library and applications have allowed to address
|
|
questions as diverse as:
|
|
|
|
* 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
|
|
|