1
0
mirror of https://gitlab.com/scemama/qp_plugins_scemama.git synced 2024-07-25 20:27:35 +02:00

dmc SVD param

This commit is contained in:
Abdallah Ammar 2022-08-01 12:06:37 +02:00
parent 7b442c5341
commit 5905fc563c

View File

@ -4,3 +4,39 @@ doc: Dressing matrix obtained from DMC
size: (determinants.n_det)
interface: ezfio, provider
[la]
interface: ezfio
doc: min rows nb of delta in SVD basis
type: integer
default: 0
[lb]
interface: ezfio
doc: min cols nb of delta in SVD basis
type: integer
default: 0
[ld]
interface: ezfio
doc: min diag elements of delta in SVD basis
type: integer
default: 0
[lla]
interface: ezfio
doc: max rows nb of delta in SVD basis
type: integer
default: 0
[llb]
interface: ezfio
doc: max cols nb of delta in SVD basis
type: integer
default: 0
[lld]
interface: ezfio
doc: max diag elements of delta in SVD basis
type: integer
default: 0