1!
2! Copyright (C) 2004 PWSCF group
3! This file is distributed under the terms of the
4! GNU General Public License. See the file `License'
5! in the root directory of the present distribution,
6! or http://www.gnu.org/copyleft/gpl.txt .
7!
8module ld1_parameters
9   integer, parameter :: &
10           ncmax1=10,    & ! the maximum configuration number
11           nwfsx=17,     & ! the maximum number of pseudo wavefunctions
12           nwfx=38         ! the maximum number of wavefunctions
13end module ld1_parameters
14