TABLE OF CONTENTS
ABINIT/m_spin_reciprocal [ 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-2017 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
28 ! Place holder 29 #if defined HAVE_CONFIG_H 30 #include "config.h" 31 #endif 32 #include "abi_common.h" 33 module m_spin_reciprocal 34 use defs_basis 35 use m_abicore 36 use m_errors 37 use m_xmpi 38 implicit none 39 end module m_spin_reciprocal