TABLE OF CONTENTS


ABINIT/m_lattice_ncfile [ Modules ]

[ Top ] [ Modules ]

NAME

 m_lattice_ncfile

FUNCTION

 This module contains the subroutines for output netcdf file


 Datatypes:
 lattice_ncfile_t: store data to calculate lattice_ncfile

COPYRIGHT

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

23 #if defined HAVE_CONFIG_H
24 #include "config.h"
25 #endif
26 
27 #include "abi_common.h"
28 
29 #define HAVE_NETCDF 1
30 
31 module m_lattice_ncfile
32 
33   use defs_basis
34   use m_abicore
35   use m_errors
36   use m_xmpi
37   use m_nctk
38   use m_lattice_harmonic_primitive_potential, only: lattice_harmonic_primitive_potential_t
39   use m_lattice_harmonic_potential , only: lattice_harmonic_potential_t
40   use m_multibinit_dataset, only: multibinit_dtset_type
41   use m_multibinit_cell, only: mbcell_t, mbsupercell_t
42 #if defined HAVE_NETCDF
43   use netcdf
44 #endif
45   implicit none
46 
47   private