Exponential Time Integrator🔗
Currently we only use exponential time integration (first order) which is the preferred method with other implementations. The details are described below.
Classes🔗
CL_RK2
🔗
Bases: object
Class used to update the state of a polymer field system using the complex langevin integrator with exponential time differencing. SCFT behavior can be recovered by setting noise to zero, though the integrators are less efficient than state of the art SCFT integrators. Can be set to compute pressure and density simultaneously for efficiency.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
poly_sys
|
PolymerSystem
|
Polymer system the integration scheme will be applied to. |
required |
relax_rates
|
ndarray
|
Array of the relaxation rates for the chemical potential fields \(\{\lambda_{\omega}\}\). Each entry corresponds to the same indexed field in the diagonal basis. |
required |
relax_temps
|
ndarray
|
Array of the fictitious temperatures for the chemical potential fields \(\{\lambda_{\omega}\}\). Each entry corresponds to the same indexed field in the diagonal basis. |
required |
psi_relax_rate
|
float
|
Relaxation rate of electric potential field \(\lambda_{\varphi}\) |
required |
psi_temp
|
float
|
Fictitious temperature for the electric potential field \(\beta_{\varphi}\) |
required |
E
|
float
|
Rescaled Bjerrum length of the system \(E\). |
required |
Attributes:
| Name | Type | Description |
|---|---|---|
ps |
PolymerSystem
|
Polymer system to be integrated. |
relax_rates |
cupy.ndarray of floats
|
Array of the relaxation rates for the chemical potential fields \(\{\lambda_{\omega}\}\). |
relax_temps |
cupy.ndarray of floats
|
Array of the fictitious temperatures for the chemical potential fields \(\{\lambda_{\omega}\}\). Each entry corresponds to the same indexed field in the diagonal basis. |
psi_relax_rate |
float
|
Relaxation rate of electric potential field \(\lambda_{\varphi}\) |
psi_temp |
float
|
Fictitious temperature for the electric potential field \(\beta_{\varphi}\) |
E |
float
|
Rescaled Bjerrum length of the system \(E\). |
c_k_w |
cupy.ndarray of complex
|
Linear approximation of the response of force to change in \(i\)th chemical potential field \(c_{i}(\boldsymbol{k})\). Derived from weak inhomogeneity expansion with indexing to match the diagonal basis |
c_k_psi |
cupy.ndarray of complex
|
Linear approximation of the response of force to change in \(i\)th chemical potential field \(c_{\varphi}(\boldsymbol{k})\). Derived from weak inhomogeneity expansion. |
Raises:
| Type | Description |
|---|---|
ValueError
|
Raised if the shape of the relax rates doesn't match the shape of poly_sys. |
Source code in polycomp/complex_langevin_ETD.py
12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 | |
Functions🔗
ETD(for_pressure: bool = False, for_inverse_problem: bool = False) -> None
🔗
Call to integrate the attached polymer system by one time step with the specified ETD integration parameters.
Actual update steps are:
\(\hat w (t + 1) = \frac{1 - e^{-\lambda c(\boldsymbol{k})}} {c(\boldsymbol{k})} \hat F (w(t)) + (\frac{1 - e^{-\lambda c(\boldsymbol{k})}}{2\lambda c(\boldsymbol{k})})^{1/2} \hat \eta (t)\)
where
\(\hat F (\boldsymbol{ \mu }(t,\boldsymbol{k})) = \frac{\boldsymbol{\gamma}^2}{\boldsymbol{B}} \odot \hat{\boldsymbol{\mu}}(t,\boldsymbol{k}) - \boldsymbol{b}^T \hat{\boldsymbol{\rho}}(t,\boldsymbol{k})\)
for the chemical potential fields and
\(\hat F (\varphi(t,\boldsymbol{k})) = \frac{1}{E} \boldsymbol{k}^2 \hat{\varphi}(t,\boldsymbol{k}) - \boldsymbol{b}^T \hat{\rho}_C(t,\boldsymbol{k})\)
for the electric field.
The variance of the noise is \(\frac{2\lambda_i\beta_i}{\Delta V}\) with the indexing for the same field.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
for_pressure
|
bool
|
Flag for whether or not the integration will be followed by pressure calculations. This adds about 25% to the runtime, so it should not be set unless pressure is desired. |
False
|
for_inverse_problem
|
bool
|
Boolean for whether the method doesn't calculate new densities to allow for solving the inverse field problem - SCF solution for finding fields corresponding to a given density. |
False
|
Source code in polycomp/complex_langevin_ETD.py
97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 | |
build_c_k(u0_eig: cp.ndarray, debye_k: cp.ndarray) -> None
🔗
Generates \(c(\boldsymbol{k})\) for all the polymer structures in the system given the FH matrix. Sets them as the matching appropriate internal variables for all fields.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
u0_eig
|
ndarray
|
Eigenvalues of the u0 matrix. |
required |
debye_k
|
ndarray
|
Fourier-transformed Debye function. |
required |
Source code in polycomp/complex_langevin_ETD.py
378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 | |
debye(k2: cp.ndarray) -> cp.ndarray
🔗
Generates the Debye function on a discrete grid according to
\(\hat{g}_{D}(k^2) = \frac{2}{k^4} \left( e^{-k^2} + k^2 - 1 \right)\).
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
k2
|
ndarray
|
Array for \(k^2\) at every point in the corresponding k space array. |
required |
Returns:
| Name | Type | Description |
|---|---|---|
debye |
ndarray
|
The array for the Debye function at all points in space |
Source code in polycomp/complex_langevin_ETD.py
338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 | |
draw_gauss(variance: float) -> cp.ndarray
🔗
Draws Gaussian distribution independently at each point in space.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
variance
|
float
|
Variance of the Gaussian to be drawn. |
required |
Returns:
| Name | Type | Description |
|---|---|---|
gaussian_array |
ndarray
|
Array of random values |
Source code in polycomp/complex_langevin_ETD.py
360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 | |
fourier_along_axes(array: cp.ndarray, axis: int) -> cp.ndarray
🔗
Fourier transform each grid separately along the first axis.
Needed when each grid is stored as a stacked array. Uses cufft for Fourier transforms.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
array
|
ndarray
|
Stacked array to be Fourier transformed. |
required |
axis
|
int
|
Axis to be treated separately. |
required |
Returns:
| Name | Type | Description |
|---|---|---|
f_array |
ndarray
|
Stacked array that is the fourier transform of the input array |
Source code in polycomp/complex_langevin_ETD.py
274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 | |
inverse_fourier_along_axes(array: cp.ndarray, axis: int) -> cp.ndarray
🔗
Inverse Fourier transform each grid separately along the first axis.
Needed when each grid is stored as a stacked array. Uses cufft for inverse Fourier transforms.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
array
|
ndarray
|
Stacked arrays to be inverse Fourier transformed. |
required |
axis
|
int
|
Axis to be treated separately. |
required |
Returns:
| Name | Type | Description |
|---|---|---|
inf_array |
ndarray
|
Stacked array that is the inverse Fourier transform of the input array |
Source code in polycomp/complex_langevin_ETD.py
305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 | |