TABLE OF CONTENTS


ABINIT/m_lwf_observables [ Modules ]

[ Top ] [ Modules ]

NAME

 m_lwf_observables

FUNCTION

 This module contains the subroutines for utilities of calculating the observables


 Datatypes:
 lwf_observable_t: store data to calculate observables

COPYRIGHT

 Copyright (C) 2001-2020 ABINIT group (hexu)
 This file is distributed under the terms of the
 GNU General Public License, see ~abinit/COPYING
 or http://www.gnu.org/copyleft/gpl.txt .
 For the initials of contributors, see ~abinit/doc/developers/contributors.txt .

SOURCE

23 #if defined HAVE_CONFIG_H
24 #include "config.h"
25 #endif
26 
27 #include "abi_common.h"
28 
29 module m_lwf_observables
30 
31   use defs_basis
32   use m_abicore
33   use m_errors
34   use m_xmpi
35   use m_observables, only: Cv_t
36 
37   implicit none
38 
39   private