Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ALF
ALF
Commits
c912910c
Commit
c912910c
authored
Dec 05, 2021
by
Florian Goth
Browse files
fix some debugging stuff that made it somehow out...
parent
d590116f
Pipeline
#12970
passed with stages
in 15 minutes and 15 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Prog/mscbOpT_mod.F90
View file @
c912910c
...
...
@@ -128,25 +128,19 @@ contains
use
Operator_mod
use
graphdata_mod
implicit
none
class
(
CmplxmscbOpT
)
::
this
T
ype
(
Operator
),
intent
(
in
)
::
Op_T
t
ype
(
Operator
),
intent
(
in
)
::
Op_T
integer
,
intent
(
in
)
::
method
I
nteger
::
i
,
k
i
nteger
::
i
type
(
GraphData
)
::
gd
Complex
(
kind
=
kind
(
0.D0
)),
allocatable
,
dimension
(:,:)
::
tmp
Real
(
kind
=
kind
(
0.D0
)),
allocatable
,
dimension
(:)
::
diags
write
(
*
,
*
)
"[CmplxMSCB]: init"
this
%
Zero
=
1.E-12
this
%
Ndim_hop
=
Op_T
%
N
this
%
g
=
Op_T
%
g
do
i
=
1
,
20
Op_T
%
O
(
i
,
i
+1
)
=
0
Op_T
%
O
(
i
+1
,
i
)
=
0
enddo
call
Op_T_to_graphdata
(
Op_T
,
gd
,
diags
)
! some sanity checks and status informations
call
determine_used_colors_of_graph
(
gd
)
...
...
@@ -161,9 +155,9 @@ contains
! check wether it is supported behaviour
do
i
=
1
,
size
(
Op_T
%
P
)
if
(
Op_T
%
P
(
i
)
/
=
i
)
then
write
(
*
,
*
)
"P unsupported"
endif
if
(
Op_T
%
P
(
i
)
/
=
i
)
then
write
(
*
,
*
)
"P unsupported"
endif
enddo
this
%
P
=
Op_T
%
P
call
dealloc_graphdata
(
gd
)
...
...
@@ -178,9 +172,8 @@ contains
If
(
dble
(
this
%
g
*
conjg
(
this
%
g
))
>
this
%
Zero
)
then
call
this
%
fe
%
adjoint_over_two
(
arg
)
Endif
end
subroutine
subroutine
CmplxmscbOpT_rmult
(
this
,
arg
)
class
(
CmplxmscbOpT
),
intent
(
in
)
::
this
Complex
(
kind
=
kind
(
0.D0
)),
intent
(
inout
),
dimension
(:,:)
::
arg
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment