mirror of
https://github.com/triqs/dft_tools
synced 2024-11-09 07:33:47 +01:00
11d394fd5b
* moved the plovasp C++ code to c++/triqs_dft_tools/converters/vasp * added global header triqs_dft_tools/triqs_dft_tools.hpp * python dir based on single cmakelist file * registered C++ tests for plovasp * corrected imports for py3 tests for plovasp * corrected block order in sigma_from_file and srvo3_Gloc * exchanged ref files for sigma_from_file, srvo3_Gloc, SrVO3.ref.h5 * moved vasp converter bash scripts from dir shells to bin dir
24 lines
965 B
ReStructuredText
24 lines
965 B
ReStructuredText
.. _issues:
|
|
|
|
Reporting issues
|
|
================
|
|
|
|
Please report all problems and bugs directly at the github issue page
|
|
`<https://github.com/TRIQS/dft_tools/issues>`_. In order to make it easier for us
|
|
to solve the issue please follow these guidelines:
|
|
|
|
#. In all cases specify which version of the application you are using. You can
|
|
find the version number in the file :file:`CMakeLists.txt` at the root of the
|
|
application sources.
|
|
|
|
#. If you have a problem during the installation, give us information about
|
|
your operating system and the compiler you are using. Include the outputs of
|
|
the ``cmake`` and ``make`` commands as well as the ``CMakeCache.txt`` file
|
|
which is in the build directory. Please include these outputs in a
|
|
`gist <http://gist.github.com/>`_ file referenced in the issue.
|
|
|
|
#. If you are experiencing a problem during the execution of the application, provide
|
|
a script which allows to quickly reproduce the problem.
|
|
|
|
Thanks!
|