kim-api 2.3.0+AppleClang.AppleClang.GNU
An Application Programming Interface (API) for the Knowledgebase of Interatomic Models (KIM).
Loading...
Searching...
No Matches
Data Types | Modules | Functions/Subroutines | Variables
kim_compute_argument_name_module.f90 File Reference

Go to the source code of this file.

Data Types

type  kim_compute_argument_name_module::kim_compute_argument_name_type
 An Extensible Enumeration for the ComputeArgumentName's supported by the KIM API. More...
 
interface  kim_compute_argument_name_module::kim_known
 Determines if the object is a quantity known to the KIM API. More...
 
interface  kim_compute_argument_name_module::kim_from_string
 ComputeArgumentName(std::string const &) More...
 
interface  kim_compute_argument_name_module::kim_to_string
 Converts the object to a string. More...
 
interface  get_string
 
interface  get_compute_argument_data_type
 

Modules

module  kim_compute_argument_name_module
 An Extensible Enumeration for the ComputeArgumentName's supported by the KIM API.
 

Functions/Subroutines

recursive subroutine, public kim_compute_argument_name_module::kim_get_number_of_compute_argument_names (number_of_compute_argument_names)
 GetNumberOfComputeArgumentNames More...
 
recursive subroutine, public kim_compute_argument_name_module::kim_get_compute_argument_name (index, compute_argument_name, ierr)
 GetComputeArgumentName More...
 
recursive subroutine, public kim_compute_argument_name_module::kim_get_compute_argument_data_type (compute_argument_name, data_type, ierr)
 GetComputeArgumentDataType More...
 

Variables

type(kim_compute_argument_name_type), save, bind(C, name="KIM_COMPUTE_ARGUMENT_NAME_numberOfParticles"), public, protected kim_compute_argument_name_module::kim_compute_argument_name_number_of_particles
 The standard numberOfParticles argument. More...
 
type(kim_compute_argument_name_type), save, bind(C, name="KIM_COMPUTE_ARGUMENT_NAME_particleSpeciesCodes"), public, protected kim_compute_argument_name_module::kim_compute_argument_name_particle_species_codes
 The standard particleSpeciesCodes argument. More...
 
type(kim_compute_argument_name_type), save, bind(C, name="KIM_COMPUTE_ARGUMENT_NAME_particleContributing"), public, protected kim_compute_argument_name_module::kim_compute_argument_name_particle_contributing
 The standard particleContributing argument. More...
 
type(kim_compute_argument_name_type), save, bind(C, name="KIM_COMPUTE_ARGUMENT_NAME_coordinates"), public, protected kim_compute_argument_name_module::kim_compute_argument_name_coordinates
 The standard coordinates argument. More...
 
type(kim_compute_argument_name_type), save, bind(C, name="KIM_COMPUTE_ARGUMENT_NAME_partialEnergy"), public, protected kim_compute_argument_name_module::kim_compute_argument_name_partial_energy
 The standard partialEnergy argument. More...
 
type(kim_compute_argument_name_type), save, bind(C, name="KIM_COMPUTE_ARGUMENT_NAME_partialForces"), public, protected kim_compute_argument_name_module::kim_compute_argument_name_partial_forces
 The standard partialForces argument. More...
 
type(kim_compute_argument_name_type), save, bind(C, name="KIM_COMPUTE_ARGUMENT_NAME_partialParticleEnergy"), public, protected kim_compute_argument_name_module::kim_compute_argument_name_partial_particle_energy
 The standard partialParticleEnergy argument. More...
 
type(kim_compute_argument_name_type), save, bind(C, name="KIM_COMPUTE_ARGUMENT_NAME_partialVirial"), public, protected kim_compute_argument_name_module::kim_compute_argument_name_partial_virial
 The standard partialVirial argument. More...
 
type(kim_compute_argument_name_type), save, bind(C, name="KIM_COMPUTE_ARGUMENT_NAME_partialParticleVirial"), public, protected kim_compute_argument_name_module::kim_compute_argument_name_partial_particle_virial
 The standard partialParticleVirial argument. More...