Octopus
density_interaction.F90
Go to the documentation of this file.
1
!! Copyright (C) 2021 N. Tancogne-Dejean
2
!!
3
!! This Source Code Form is subject to the terms of the Mozilla Public
4
!! License, v. 2.0. If a copy of the MPL was not distributed with this
5
!! file, You can obtain one at https://mozilla.org/MPL/2.0/.
6
!!
7
8
#include "global.h"
9
10
module
density_interaction_oct_m
11
use
interaction_oct_m
12
use,
intrinsic
:: iso_fortran_env
13
14
implicit none
15
16
private
17
public
:: &
18
density_interaction_t
19
20
type
,
extends
(
interaction_t
), abstract ::
density_interaction_t
21
real
(real64),
allocatable
,
public
:: density(:,:)
22
end type
density_interaction_t
23
24
end module
density_interaction_oct_m
25
26
!! Local Variables:
27
!! mode: f90
28
!! coding: utf-8
29
!! End:
density_interaction_oct_m
Definition:
density_interaction.F90:103
interaction_oct_m
This module defines the abstract interaction_t class, and some auxiliary classes for interactions.
Definition:
interaction.F90:190
density_interaction_oct_m::density_interaction_t
Definition:
density_interaction.F90:113
interaction_oct_m::interaction_t
abstract interaction class
Definition:
interaction.F90:224
interactions
density_interaction.F90
Generated on Mon Mar 10 2025 17:25:32 for Octopus by
1.9.4