TABLE OF CONTENTS


ABINIT/m_lwf_ncfile [ Modules ]

[ Top ] [ Modules ]

NAME

 m_lwf_ncfile

FUNCTION

 This module contains the subroutines for output netcdf file


 Datatypes:
 lwf_ncfile_t: store data to calculate lwf_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 module m_lwf_ncfile
30 
31   use defs_basis
32   use m_abicore
33   use m_errors
34   use m_xmpi
35   use m_nctk
36   use m_lwf_hist , only: lwf_hist_t
37   use m_lwf_primitive_potential, only: lwf_primitive_potential_t
38   use m_lwf_potential , only: lwf_potential_t
39   use m_multibinit_dataset, only: multibinit_dtset_type
40   use m_multibinit_cell, only: mbcell_t, mbsupercell_t
41   use m_lwf_observables, only : lwf_observables_t
42 #if defined HAVE_NETCDF
43   use netcdf
44 #endif
45   implicit none
46 
47   private