(git:e5fdd81)
qs_fb_env_types.F File Reference

Go to the source code of this file.

Modules

module  qs_fb_env_types
 

Functions/Subroutines

subroutine, public qs_fb_env_types::fb_env_release (fb_env)
 releases a given fb_env More...
 
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. More...
 
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. More...
 
subroutine, public qs_fb_env_types::fb_env_create (fb_env)
 creates an empty fb_env object More...
 
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 More...
 
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 More...