![]() |
(git:b77b4be)
|
The full QCSchema output type. For more information refer to: https://molssi-qc-schema.readthedocs.io/en/latest/spec_components.html#output-components. More...
Data Fields | |
type(qcschema_topology) | topology = qcschema_topology() |
type(qcschema_provenance) | provenance = qcschema_provenance() |
type(qcschema_properties) | properties = qcschema_properties() |
type(qcschema_wavefunction) | wavefunction = qcschema_wavefunction() |
type(qcschema_basis_set) | basis = qcschema_basis_set() |
real(kind=dp), dimension(:), allocatable | return_result |
character(len=default_string_length) | driver = "" |
logical | success = .FALSE. |
The full QCSchema output type. For more information refer to: https://molssi-qc-schema.readthedocs.io/en/latest/spec_components.html#output-components.
Definition at line 253 of file qcschema.F.
type(qcschema_topology) qcschema::qcschema_type::topology = qcschema_topology() |
Definition at line 254 of file qcschema.F.
type(qcschema_provenance) qcschema::qcschema_type::provenance = qcschema_provenance() |
Definition at line 255 of file qcschema.F.
type(qcschema_properties) qcschema::qcschema_type::properties = qcschema_properties() |
Definition at line 256 of file qcschema.F.
type(qcschema_wavefunction) qcschema::qcschema_type::wavefunction = qcschema_wavefunction() |
Definition at line 257 of file qcschema.F.
type(qcschema_basis_set) qcschema::qcschema_type::basis = qcschema_basis_set() |
Definition at line 258 of file qcschema.F.
real(kind=dp), dimension(:), allocatable qcschema::qcschema_type::return_result |
Definition at line 259 of file qcschema.F.
character(len=default_string_length) qcschema::qcschema_type::driver = "" |
Definition at line 260 of file qcschema.F.
logical qcschema::qcschema_type::success = .FALSE. |
Definition at line 261 of file qcschema.F.