You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'Details about quasi-Hermitian eigenvalue problems arising from the Bethe-Salpeter Equation (BSE): Hψ = Eψ, where H = (A -B*; B -A*), with A = A† (Hermitian) and B = B^T (symmetric).',
7
+
description: 'Details about quasi-Hermitian eigenvalue problems arising from the Bethe-Salpeter Equation (BSE): Hψ = Eψ, where H = (A B; -B* -A*), with A = A† (Hermitian) and B = B^T (symmetric).',
8
8
questions: [
9
9
{
10
10
id: 'bse-matrix-structure',
11
-
title: 'Matrix Structure',
11
+
title: 'Matrix Properties and Structure',
12
12
type: 'checkbox',
13
-
content: 'What is the structure of your BSE matrices? Select all that apply:',
13
+
content: 'What is the structure and properties of your BSE matrices? Select all that apply:',
14
14
options: [
15
15
'Dense (standard full matrix)',
16
16
'Sparse (from localized basis or truncated interactions)',
17
17
'Block sparse (e.g., from locality in A/B blocks)',
title: 'What are the main functionalities of your code?',
137
-
type: 'textarea',
138
-
content: 'Please describe the main functionalities of your library:'
137
+
type: 'text',
138
+
content: 'Please describe the main functionalities of your code',
139
139
}
140
140
]
141
141
}
142
142
]
143
143
},
144
+
{
145
+
id: 'use-case-info',
146
+
title: 'Use Case Information',
147
+
type: 'section',
148
+
children: [
149
+
{
150
+
id: 'multiple-use-cases',
151
+
title: 'Does your codes have multiple distinct use cases?',
152
+
type: 'multiple-choice',
153
+
content: 'Different use cases might involve different matrix types, operations, or performance requirements.',
154
+
options: [
155
+
'No, single primary use case',
156
+
'Yes, multiple distinct use cases'
157
+
]
158
+
},
159
+
{
160
+
id: 'current-use-case',
161
+
title: 'Which use case are you describing in this submission?',
162
+
type: 'text',
163
+
content: 'Please provide a brief name/description for this specific use case (e.g., "Ground state DFT calculations", "Time evolution", "Transport calculations"). This helps us track different submissions from the same codes.',
164
+
required: true
165
+
}
166
+
]
167
+
},
144
168
{
145
169
id: 'library-description',
146
170
title: 'Library Description',
147
171
type: 'textarea',
148
-
content: 'Please provide a brief description of your library and its main functionality.'
172
+
content: 'Please provide a brief description of your codes and its main functionality.'
0 commit comments