KIM API V2
Data Types | Modules | Macros | Functions/Subroutines
ex_test_Ar_fcc_cluster_fortran.F90 File Reference
#include "KIM_API_status.h"

Go to the source code of this file.

Data Types

type  mod_neighborlist::neighobject_type
 

Modules

module  mod_neighborlist
 
module  mod_utility
 

Macros

#define THIS_FILE_NAME   __FILE__
 
#define TRUEFALSE(TRUTH)   merge(1,0,(TRUTH))
 

Functions/Subroutines

integer(c_int) function, public mod_neighborlist::get_neigh (pkim, mode, request, part, numnei, pnei1part, pRij)
 
subroutine mod_utility::mi_opbc_cluster_neighborlist (half, numberOfParticles, coords, rcut, boxSideLengths, neighObject)
 
subroutine mod_utility::neigh_pure_cluster_neighborlist (half, numberOfParticles, coords, cutoff, neighObject)
 
subroutine mod_utility::neigh_rvec_cluster_neighborlist (half, numberOfParticles, coords, cutoff, neighObject)
 
subroutine mod_utility::create_fcc_configuration (FCCspacing, nCellsPerSide, periodic, coords, MiddlePartId)
 
program ex_test_ar_fcc_cluster_fortran
 

Macro Definition Documentation

◆ THIS_FILE_NAME

#define THIS_FILE_NAME   __FILE__

◆ TRUEFALSE

#define TRUEFALSE (   TRUTH)    merge(1,0,(TRUTH))

Function/Subroutine Documentation

◆ ex_test_ar_fcc_cluster_fortran()

program ex_test_ar_fcc_cluster_fortran ( )

Definition at line 461 of file ex_test_Ar_fcc_cluster_fortran.F90.