The Elk Code
 
Loading...
Searching...
No Matches
energyulr.f90
Go to the documentation of this file.
1
2! Copyright (C) 2025 Wenhan Chen, J. K. Dewhurst and S. Sharma.
3! This file is distributed under the terms of the GNU General Public License.
4! See the file COPYING for license details.
5
6subroutine energyulr
7use modmain
8use modulr
9implicit none
10!-------------------------------------!
11! sum of occupied eigenvalues !
12!-------------------------------------!
14! normalise to the unit cell
16end subroutine
17
subroutine energyulr
Definition energyulr.f90:7
real(8) evalsum
Definition modmain.f90:948
integer nstulr
Definition modulr.f90:94
integer nkpa
Definition modulr.f90:24
real(8), dimension(:,:), allocatable evalu
Definition modulr.f90:96
real(8), dimension(:,:), allocatable occulr
Definition modulr.f90:98
integer nkpt0
Definition modulr.f90:18