3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-02 19:35:32 +02:00
dft_tools/.github/ISSUE_TEMPLATE/bug.md
Alexander Hampel 11d394fd5b synchronize dfttools with app4triqs structure
* 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
2020-06-10 17:45:53 +02:00

1.1 KiB
Raw Blame History

Prerequisites

Description

[Description of the issue]

Steps to Reproduce

  1. [First Step]
  2. [Second Step]
  3. [and so on…]

or paste a minimal code example to reproduce the issue.

Expected behavior: [What you expect to happen]

Actual behavior: [What actually happens]

Versions

Please provide the application version that you used.

You can get this information from copy and pasting the output of

python -c "from triqs_dft_tools.version import *; show_version(); show_git_hash();"

from the command line. Also, please include the OS you are running and its version.

Formatting

Please use markdown in your issue message. A useful summary of commands can be found here.

Additional Information

Any additional information, configuration or data that might be necessary to reproduce the issue.