(git:374b731)
Loading...
Searching...
No Matches
qs_fb_env_types.F File Reference

Go to the source code of this file.

Data Types

type  qs_fb_env_types::fb_env_obj
 the object container which allows for the creation of an array of pointers to fb_env More...
 

Modules

module  qs_fb_env_types
 

Functions/Subroutines

subroutine qs_fb_env_types::fb_env_retain (fb_env)
 retains the given fb_env
 
subroutine, public qs_fb_env_types::fb_env_release (fb_env)
 releases a given fb_env
 
subroutine, public qs_fb_env_types::fb_env_nullify (fb_env)
 nullifies a fb_env object, note that this does not release the original object. This procedure is used mainly to nullify the pointer inside the object which is used to point to the actual data content of the object.
 
logical function, public qs_fb_env_types::fb_env_has_data (fb_env)
 Checks if a fb_env object is associated with an actual data content or not.
 
subroutine, public qs_fb_env_types::fb_env_create (fb_env)
 creates an empty fb_env object
 
subroutine, public qs_fb_env_types::fb_env_get (fb_env, rcut, filter_temperature, auto_cutoff_scale, eps_default, atomic_halos, trial_fns, collective_com, local_atoms, nlocal_atoms)
 method to get attributes from a given fb_env object
 
subroutine, public qs_fb_env_types::fb_env_set (fb_env, rcut, filter_temperature, auto_cutoff_scale, eps_default, atomic_halos, trial_fns, collective_com, local_atoms, nlocal_atoms)
 method to set attributes from a given fb_env object