TABLE OF CONTENTS


ABINIT/m_spin_supercell [ Modules ]

[ Top ] [ Modules ]

NAME

 m_spin_supercell

FUNCTION

 This module define the spin_supercell_t type, which contains the supercell for spin.

 Datatypes:
  spin_supercell_t

 Subroutines:

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

24 #if defined HAVE_CONFIG_H
25 #include "config.h"
26 #endif
27 #include "abi_common.h"
28 
29 module m_spin_supercell
30   use defs_basis
31   use m_abicore
32   use m_errors
33   use m_mpi_scheduler, only: init_mpi_info
34   implicit none
35   private