(git:24d69ee)
Loading...
Searching...
No Matches
integral_library_types Module Reference

Library choices for electronic integral APIs. More...

Data Types

type  coulomb_operator_type
 
type  integral_library_type
 

Variables

integer, parameter, public library_native = 0
 
integer, parameter, public library_libint = 1
 
type(integral_library_type), save, public active_integral_library = integral_library_type()
 

Detailed Description

Library choices for electronic integral APIs.

Variable Documentation

◆ library_native

integer, parameter, public integral_library_types::library_native = 0

Definition at line 20 of file integral_library_types.F.

◆ library_libint

integer, parameter, public integral_library_types::library_libint = 1

Definition at line 20 of file integral_library_types.F.

◆ active_integral_library

type(integral_library_type), save, public integral_library_types::active_integral_library = integral_library_type()

Definition at line 37 of file integral_library_types.F.