Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
RelaxSE
RelaxSE-Code
Commits
dd087d8b
Commit
dd087d8b
authored
Apr 26, 2022
by
Marie bernadette Lepetit
Browse files
mise à jour du manuel sur prop
parent
311197bf
Pipeline
#13506
passed with stage
in 14 minutes and 35 seconds
Changes
6
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
doc/inputprop.tex
View file @
dd087d8b
...
...
@@ -40,13 +40,24 @@ calculations.
printing of the
\program
{
\sass
}
wave functions projection on
the CAS.
\\
\item
[whichprop]
: list of the
\keyword
{
nprop
}
\keyword
{
keywords
}
of the
properties to be computed
\\
properties to be computed
\begin{itemize}
\item
\keyword
{
dens
}
: one-particle density matrix calculation (OpenMP parallelization available)
\item
\keyword
{
lcoef
}
: printing of wave-function determinants with a
coefficient larger than a threshold (default 0.05).
\item
\keyword
{
seuilcoef
}
: only if
\keyword
{
lcoef
}
is present~; threshold
for printing of the wave-function determinants.
\keyword
{
seuilcoef
}
should not be counted in
\keyword
{
nprop
}
.
\item
\keyword
{
S-S2
}
: computation of
$
S
^
2
$
and
$
S
$
(long: no parallelization available yet)
\item
\keyword
{
WF
}
: printing of the complete wave-function (to be used with care)
\end{itemize}
\devonly
{
Properties to be implemented in near future
\\
\keyword
{
pref1
}
: printing of the
\program
{
\sass
}
wave functions projection
on the Ref1 space
\\
\keyword
{
lcoef
}
: printing of the
\program
{
\sass
}
wave functions
coefficients larger than 0.05.
\\
\keyword
{
dens
}
: one-particule density matrix calculation
\\
\keyword
{
dens2
}
: two-particules density matrix calculation.
}
\end{keywordlist}
...
...
doc/user_manual.pdf
View file @
dd087d8b
No preview for this file type
doc/user_manual.tex
View file @
dd087d8b
...
...
@@ -10,7 +10,7 @@
\usepackage
{
amssymb
}
\usepackage
{
amsmath
}
\usepackage
{
verbatim
}
\usepackage
{
fullpage
}
%
\usepackage{fullpage}
\usepackage
{
graphicx
}
%\usepackage{geometry}
\usepackage
{
algorithm
}
...
...
src/prop.F90
View file @
dd087d8b
...
...
@@ -292,7 +292,7 @@ Program proprietes
call
wrt_mess
(
f_output
,
n
,
"One particule density matrices"
)
#ifdef VAR_DEV
call
dens
(
ndet
,
nvec
,
psi
,
det
,
d
,
rspin
,
o_info
,
g_info
,
prog_info
)
call
verif_dens
(
ndet
,
nvec
,
psi
,
det
,
d
,
rspin
,
o_info
,
g_info
,
prog_info
)
!
call verif_dens(ndet,nvec, psi,det, d,rspin, o_info,g_info,prog_info)
write
(
f_output
,
*
)
write
(
f_output
,
*
)
...
...
test/CuO_02204/INPUT
View file @
dd087d8b
...
...
@@ -42,5 +42,5 @@
&propinp
nprop = 2,
whichprop="WF", "
dens
"
whichprop="WF", "
lcoef
"
&end
test/CuO_03450/INPUT
View file @
dd087d8b
...
...
@@ -41,6 +41,7 @@
&end
&propinp
nprop = 2,
whichprop="WF","dens"
nprop = 3,
whichprop="lcoef","dens","WF"
seuilcoef=0.01
&end
Write
Preview
Markdown
is supported
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