1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-07-03 01:46:12 +02:00

Changed tabs into spaces

This commit is contained in:
Anthony Scemama 2020-10-30 16:22:29 +01:00
parent 2b6a96518d
commit 7a5b5b096c
4 changed files with 41 additions and 34 deletions

View File

@ -391,6 +391,13 @@ int qmckl_context_get_range(const qmckl_context context) {
*** TODO Tests :noexport: *** TODO Tests :noexport:
* Info about the molecular system
** TODO =qmckl_context_set_nucl_coord=
** TODO =qmckl_context_set_nucl_charge=
** TODO =qmckl_context_set_elec_num=
* End of files :noexport: * End of files :noexport:
*** Header *** Header

View File

@ -11,7 +11,7 @@
Function for the computation of distances between particles. Function for the computation of distances between particles.
3 files are produced: 4 files are produced:
- a header file : =qmckl_distance.h= - a header file : =qmckl_distance.h=
- a source file : =qmckl_distance.f90= - a source file : =qmckl_distance.f90=
- a C test file : =test_qmckl_distance.c= - a C test file : =test_qmckl_distance.c=