@brief The initialization of Open Quantum Platform (OpenQP = OQP in source code level)
@details This module initialize entire OQP in Fortran side.
It does:
1) Setting up the log file
2) Printing out author information
3) Printing out the basic information regarding OS, date, HW Specs.
@param infos(in,out) Molecule information
Variables
Type |
Visibility | Attributes |
|
Name |
| Initial | |
character(len=*),
|
public, |
parameter
|
:: |
module_name |
= |
"oqp_banner_mod" |
|
Subroutines
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
type(oqp_handle_t)
|
|
|
|
:: |
c_handle |
|
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
type(information),
|
intent(inout) |
|
|
:: |
infos |
|