~marcodalessandro76/bigdft/1.8

2075.5.9 by William Dawson
I have added a postprocess.yaml file with the input parametesr for post
1
fragment_multipoles:
2
  help: |
3
    Compute the multipoles and purity value of a system given its
4
    partitioning into fragments.
2075.5.13 by William Dawson
Further work on PyBigDFT notebooks
5
  tool: bigdft-tool
2075.5.50 by William Dawson
Modified calling convention for bigpoly spillage.
6
  mpi: false
2075.5.9 by William Dawson
I have added a postprocess.yaml file with the input parametesr for post
7
  args:
2075.5.22 by William Dawson
Simplified input file specification.
8
    matrix_format:
2075.5.9 by William Dawson
I have added a postprocess.yaml file with the input parametesr for post
9
      shorthelp: format of the sparse matrices.
10
      default: serial_text
2075.5.22 by William Dawson
Simplified input file specification.
11
    metadata_file:
2075.5.9 by William Dawson
I have added a postprocess.yaml file with the input parametesr for post
12
      shorthelp: input file with the sparse matrix metadata
2075.5.10 by William Dawson
Purity analysis calls wrapped up.
13
      default: sparsematrix_metadata.dat
2075.5.22 by William Dawson
Simplified input file specification.
14
    fragment_file:
2075.5.9 by William Dawson
I have added a postprocess.yaml file with the input parametesr for post
15
      shorthelp: file with the fragment to be analyzed
2075.5.10 by William Dawson
Purity analysis calls wrapped up.
16
      default: fragment.dat
2075.5.22 by William Dawson
Simplified input file specification.
17
    overlap_file:
2075.5.9 by William Dawson
I have added a postprocess.yaml file with the input parametesr for post
18
      shorthelp: input file with the overlap matrix
2075.5.10 by William Dawson
Purity analysis calls wrapped up.
19
      default: overlap_sparse.txt
2075.5.22 by William Dawson
Simplified input file specification.
20
    kernel_file:
2075.5.9 by William Dawson
I have added a postprocess.yaml file with the input parametesr for post
21
      shorthelp: input file with the coefficients
2075.5.10 by William Dawson
Purity analysis calls wrapped up.
22
      default: density_kernel_sparse.txt
2075.5.22 by William Dawson
Simplified input file specification.
23
    kernel_matmul_file:
2075.5.9 by William Dawson
I have added a postprocess.yaml file with the input parametesr for post
24
      shorthelp: kernel matrix multiplication sparsity pattern file.
2075.5.10 by William Dawson
Purity analysis calls wrapped up.
25
      default: density_kernel_sparse_matmul.txt
2075.5.22 by William Dawson
Simplified input file specification.
26
    multipole_matrix_0_0:
2075.5.10 by William Dawson
Purity analysis calls wrapped up.
27
      default: mpmat_0_0.txt
2075.5.22 by William Dawson
Simplified input file specification.
28
    multipole_matrix_1_0:
2075.5.10 by William Dawson
Purity analysis calls wrapped up.
29
      default: mpmat_1_-1.txt
2075.5.22 by William Dawson
Simplified input file specification.
30
    multipole_matrix_1_1:
2075.5.10 by William Dawson
Purity analysis calls wrapped up.
31
      default: mpmat_1_0.txt
2075.5.22 by William Dawson
Simplified input file specification.
32
    multipole_matrix_1_2:
2075.5.10 by William Dawson
Purity analysis calls wrapped up.
33
      default: mpmat_1_1.txt
2075.5.22 by William Dawson
Simplified input file specification.
34
    multipole_matrix_2_0:
2075.5.10 by William Dawson
Purity analysis calls wrapped up.
35
      default: mpmat_2_-2.txt
2075.5.22 by William Dawson
Simplified input file specification.
36
    multipole_matrix_2_1:
2075.5.10 by William Dawson
Purity analysis calls wrapped up.
37
      default: mpmat_2_-1.txt
2075.5.22 by William Dawson
Simplified input file specification.
38
    multipole_matrix_2_2:
2075.5.10 by William Dawson
Purity analysis calls wrapped up.
39
      default: mpmat_2_0.txt
2075.5.22 by William Dawson
Simplified input file specification.
40
    multipole_matrix_2_3:
2075.5.10 by William Dawson
Purity analysis calls wrapped up.
41
      default: mpmat_2_1.txt
2075.5.22 by William Dawson
Simplified input file specification.
42
    multipole_matrix_2_4:
2075.5.10 by William Dawson
Purity analysis calls wrapped up.
43
      default: mpmat_2_2.txt
2075.5.22 by William Dawson
Simplified input file specification.
44
    orbital_file:
2075.5.9 by William Dawson
I have added a postprocess.yaml file with the input parametesr for post
45
      shorthelp: input file specifying which orbitals to include
2075.5.10 by William Dawson
Purity analysis calls wrapped up.
46
      default: orbitals.yaml
2075.5.22 by William Dawson
Simplified input file specification.
47
    coeff_file:
2075.5.9 by William Dawson
I have added a postprocess.yaml file with the input parametesr for post
48
      shorthelp: input file with the coefficients
2075.5.10 by William Dawson
Purity analysis calls wrapped up.
49
      default: coeff.txt
2075.5.48 by William Dawson
Fragment multipoles writes to file now.
50
    log_file:
51
      shorthelp: the output file to write to.
52
      default: mp.yaml
2075.5.13 by William Dawson
Further work on PyBigDFT notebooks
53
matrixpower:
54
  tool: memguess
55
  help: |
56
    Compute the powers of a matrix.
2075.5.50 by William Dawson
Modified calling convention for bigpoly spillage.
57
  mpi: false
2075.5.13 by William Dawson
Further work on PyBigDFT notebooks
58
  args:
2075.5.22 by William Dawson
Simplified input file specification.
59
    inmatrix_file:
2075.5.13 by William Dawson
Further work on PyBigDFT notebooks
60
      shorthelp: matrix A. Binary format.
61
      default: inmatrix.bin
2075.5.22 by William Dawson
Simplified input file specification.
62
    outmatrix_file:
2075.5.13 by William Dawson
Further work on PyBigDFT notebooks
63
      shorthelp: matrix B. Binary format.
64
      default: outmatrix.bin
2075.5.22 by William Dawson
Simplified input file specification.
65
    nat:
2075.5.13 by William Dawson
Further work on PyBigDFT notebooks
66
      shorthelp: number of atoms
67
      default: 1
2075.5.22 by William Dawson
Simplified input file specification.
68
    nbasis:
2075.5.13 by William Dawson
Further work on PyBigDFT notebooks
69
      shorthelp: number of support functions
70
      default: 1
2075.5.22 by William Dawson
Simplified input file specification.
71
    power:
2075.5.13 by William Dawson
Further work on PyBigDFT notebooks
72
      shorthelp: which power to raise the matrix to.
73
      default: 1.0
74
multiply_matrices:
75
  help: |
76
    Multiply two matrices.
77
  tool: memguess
2075.5.50 by William Dawson
Modified calling convention for bigpoly spillage.
78
  mpi: false
2075.5.13 by William Dawson
Further work on PyBigDFT notebooks
79
  args:
2075.5.22 by William Dawson
Simplified input file specification.
80
    amatrix_file:
2075.5.13 by William Dawson
Further work on PyBigDFT notebooks
81
      shorthelp: matrix A
82
      default: amatrix.bin
2075.5.22 by William Dawson
Simplified input file specification.
83
    bmatrix_file:
2075.5.13 by William Dawson
Further work on PyBigDFT notebooks
84
      shorthelp: matrix B
85
      default: bmatrix.bin
2075.5.22 by William Dawson
Simplified input file specification.
86
    cmatrix_file:
2075.5.13 by William Dawson
Further work on PyBigDFT notebooks
87
      shorthelp: matrix C
88
      default: cmatrix.bin
2075.5.22 by William Dawson
Simplified input file specification.
89
    nat:
2075.5.13 by William Dawson
Further work on PyBigDFT notebooks
90
      shorthelp: number of atoms
91
      default: 1
2075.5.22 by William Dawson
Simplified input file specification.
92
    nbasis:
2075.5.13 by William Dawson
Further work on PyBigDFT notebooks
93
      shorthelp: number of support functions
94
      default: 1
95
convert_matrix_format:
96
  help: |
97
    Convert between different matrix formats.
2075.5.52 by William Dawson
Fixes for the K computer.
98
  tool: bigdft-tool
2075.5.50 by William Dawson
Modified calling convention for bigpoly spillage.
99
  mpi: false
2075.5.13 by William Dawson
Further work on PyBigDFT notebooks
100
  args:
2075.5.22 by William Dawson
Simplified input file specification.
101
    conversion:
2075.5.13 by William Dawson
Further work on PyBigDFT notebooks
102
      shorthelp: From which format to convert from and to.
103
      default: none
2075.5.22 by William Dawson
Simplified input file specification.
104
    infile:
2075.5.13 by William Dawson
Further work on PyBigDFT notebooks
105
      shorthelp: matrix to convert from.
106
      default: infile.dat
2075.5.22 by William Dawson
Simplified input file specification.
107
    outfile:
2075.5.13 by William Dawson
Further work on PyBigDFT notebooks
108
      shorthelp: matrix to convert to.
109
      default: outfile.dat
2075.5.50 by William Dawson
Modified calling convention for bigpoly spillage.
110
compute_spillage:
111
  help: |
112
    Run routines associated with the BigPoly tool
113
  tool: BigPoly
114
  mpi: true
115
  args:
116
    matrix_format:
117
      shorthelp: format of the sparse matrices.
118
      default: serial_text
119
    infile:
120
      shorthelp: first input file.
121
      default: infile.dat
122
    infile2:
123
      shorthelp: second input file.
124
      default: infile2.dat
125
    outfile:
126
      shorthelp: result is stored here.
127
      default: outfile.dat
128
    outfile2:
129
      shorthelp: any secondary result is stored here.
130
      default: outfile2.dat
131
    threshold:
132
      shorthelp: for flushing small values to zero.
133
      default: 1e-6
134
    convergence_threshold:
135
      shorthelp: a convergence criteria for stopping iterations.
136
      default: 1e-4