Octopus
interaction_surrogate.F90
Go to the documentation of this file.
1!! Copyright (C) 2023 M. Oliveira
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
9 implicit none
10
11 private
12 public :: &
29 type, abstract :: interaction_surrogate_t
31
33
34!! Local Variables:
35!! mode: f90
36!! coding: utf-8
37!! End:
surrogate interaction class to avoid circular dependencies between modules.