TABLE OF CONTENTS


ABINIT/m_spin_reciprocal [ Modules ]

[ Top ] [ Modules ]

NAME

 m_spin_reciprocal

FUNCTION

 This module contains the functions to calculate magnon band structure
 from information of primitive cell 

 Datatypes:
  

 Subroutines:
 
 TODO hexu: not yet implemented.

COPYRIGHT

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

27 ! Place holder
28 #if defined HAVE_CONFIG_H
29 #include "config.h"
30 #endif
31 #include "abi_common.h"
32         module m_spin_reciprocal
33           use defs_basis
34     use m_abicore
35     use m_errors
36     use m_xmpi
37     implicit none
38     end module m_spin_reciprocal