TABLE OF CONTENTS


ABINIT/m_spin_terms_funcs [ Modules ]

[ Top ] [ Modules ]

NAME

 m_spin_terms_funcs

FUNCTION

 This module contains the subroutines to calcuate Heff from spin Hamiltonian terms.


 Datatypes:


 Subroutines:


 this file exists only for historical reasons.

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

30 #if defined HAVE_CONFIG_H
31 #include "config.h"
32 #endif
33 
34 module m_spin_terms_funcs
35   use defs_basis
36    use m_errors
37     use m_abicore
38   use m_mathfuncs, only: cross, outer_product 
39   implicit none
40   real(dp), parameter :: boltzmann=1.38064852d-23 ! TODO where is it in abinit.
41 
42 CONTAINS