TABLE OF CONTENTS


ABINIT/m_spin_observables [ Modules ]

[ Top ] [ Modules ]

NAME

 m_spin_observables

FUNCTION

 This module contains the subroutines to calculate the observables of spin dynamics


 Datatypes:
 spin_observable_t: store data to calculate observables
 Subroutines:

COPYRIGHT

 Copyright (C) 2001-2022 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

24 #if defined HAVE_CONFIG_H
25 #include "config.h"
26 #endif
27 
28 #include "abi_common.h"
29 
30 module m_spin_observables
31 
32   use defs_basis
33   use m_abicore
34   use m_errors
35   use m_xmpi
36   use m_spin_potential, only: spin_potential_t
37   use m_multibinit_cell, only: mbsupercell_t
38   use m_multibinit_dataset, only: multibinit_dtset_type
39 
40   implicit none
41 
42   private