10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-03 09:55:59 +02:00

Add missing file

This commit is contained in:
Thomas Applencourt 2015-05-11 14:45:37 +02:00
parent 4a45182ff7
commit 78bbef97fc
5 changed files with 78 additions and 0 deletions

View File

50
src/Pseudo/EZFIO.cfg Normal file
View File

@ -0,0 +1,50 @@
[pseudo_klocmax]
doc: test
type:integer
interface: input_without_default
[pseudo_n_k]
doc: test
type: integer
interface: input_without_default
size: (nuclei.nucl_num,pseudo.pseudo_klocmax)
[pseudo_v_k]
doc: test
type: double precision
interface: input_without_default
size: (nuclei.nucl_num,pseudo.pseudo_klocmax)
[pseudo_dz_k]
doc: test
type: double precision
interface: input_without_default
size: (nuclei.nucl_num,pseudo.pseudo_klocmax)
[pseudo_lmax]
doc: test
type:integer
interface: input_without_default
[pseudo_kmax]
doc: test
type:integer
interface: input_without_default
[pseudo_n_kl]
doc: test
type: integer
interface: input_without_default
size: (nuclei.nucl_num,pseudo.pseudo_kmax,0:pseudo.pseudo_lmax)
[pseudo_v_kl]
doc: test
type: double precision
interface: input_without_default
size: (nuclei.nucl_num,pseudo.pseudo_kmax,0:pseudo.pseudo_lmax)
[pseudo_dz_kl]
doc: test
type: double precision
interface: input_without_default
size: (nuclei.nucl_num,pseudo.pseudo_kmax,0:pseudo.pseudo_lmax)

6
src/Pseudo/Makefile Normal file
View File

@ -0,0 +1,6 @@
# Define here all new external source files and objects.Don't forget to prefix the
# object files with IRPF90_temp/
SRC=
OBJ=
include $(QPACKAGE_ROOT)/src/Makefile.common

View File

@ -0,0 +1 @@
Output Ezfio_files

21
src/Pseudo/README.rst Normal file
View File

@ -0,0 +1,21 @@
=============
Pseudo Module
=============
Documentation
=============
.. Do not edit this section. It was auto-generated from the
.. NEEDED_MODULES file.
Needed Modules
==============
.. Do not edit this section. It was auto-generated from the
.. NEEDED_MODULES file.
* `Output <http://github.com/LCPQ/quantum_package/tree/master/src/Output>`_
* `Ezfio_files <http://github.com/LCPQ/quantum_package/tree/master/src/Ezfio_files>`_