KIM API V2
Data Types | Modules | Functions/Subroutines | Variables
ex_model_Ar_P_MLJ_F03.F03 File Reference
#include "kim_model_compute_log_macros.fd"
#include "kim_model_destroy_log_macros.fd"
#include "kim_model_refresh_log_macros.fd"
#include "kim_model_create_log_macros.fd"

Go to the source code of this file.

Modules

module  ex_model_ar_p_mlj_f03
 

Functions/Subroutines

subroutine, public ex_model_ar_p_mlj_f03::compute_energy_forces (model_compute_handle, ierr)
 
subroutine, public ex_model_ar_p_mlj_f03::model_destroy_func (model_destroy_handle, ierr)
 
subroutine, public ex_model_ar_p_mlj_f03::model_refresh_func (model_refresh_handle, ierr)
 
subroutine model_create_routine (model_create_handle, requested_length_unit, requested_energy_unit, requested_charge_unit, requested_temperature_unit, requested_time_unit, ierr)
 

Variables

integer(c_int), parameter, public ex_model_ar_p_mlj_f03::speccode = 1
 
real(c_double), parameter, public ex_model_ar_p_mlj_f03::model_cutoff = 8.15_cd
 

Function/Subroutine Documentation

◆ model_create_routine()

subroutine model_create_routine ( type(kim_model_create_handle_type), intent(inout)  model_create_handle,
type(kim_length_unit_type), intent(in)  requested_length_unit,
type(kim_energy_unit_type), intent(in)  requested_energy_unit,
type(kim_charge_unit_type), intent(in)  requested_charge_unit,
type(kim_temperature_unit_type), intent(in)  requested_temperature_unit,
type(kim_time_unit_type), intent(in)  requested_time_unit,
integer(c_int), intent(out)  ierr 
)

Definition at line 427 of file ex_model_Ar_P_MLJ_F03.F03.