![]() |
(git:ed6f26b)
|
#include "./base/base_uses.f90"
Go to the source code of this file.
Data Types | |
type | molsym::molsym_type |
Container for information about molecular symmetry. More... | |
Modules | |
module | molsym |
Molecular symmetry routines. | |
Functions/Subroutines | |
subroutine | molsym::create_molsym (sym, natoms) |
Create an object of molsym type. | |
subroutine, public | molsym::release_molsym (sym) |
release an object of molsym type | |
subroutine, public | molsym::molecular_symmetry (sym, eps_geo, coord, atype, weight) |
Main program for symmetry analysis. | |
subroutine, public | molsym::print_symmetry (sym, coord, atype, element, z, weight, iw, plevel) |
Print the output of the symmetry analysis. | |