add_bse
#3
by jiangcao - opened
- README.md +12 -1
- device_modeling/README.md +3 -1
- legacy_references/README.md +2 -0
- quantum_transport/README.md +3 -0
- quantum_transport/cnt_bse/1M/L_greater.npz +3 -0
- quantum_transport/cnt_bse/1M/L_greater_bta.npz +3 -0
- quantum_transport/cnt_bse/1M/L_lesser.npz +3 -0
- quantum_transport/cnt_bse/1M/L_lesser_bta.npz +3 -0
- quantum_transport/cnt_bse/1M/system.npz +3 -0
- quantum_transport/cnt_bse/1M/system_bta.npz +3 -0
- quantum_transport/cnt_bse/28K/L_greater.npz +3 -0
- quantum_transport/cnt_bse/28K/L_greater_bta.npz +3 -0
- quantum_transport/cnt_bse/28K/L_lesser.npz +3 -0
- quantum_transport/cnt_bse/28K/L_lesser_bta.npz +3 -0
- quantum_transport/cnt_bse/28K/readme.txt +4 -0
- quantum_transport/cnt_bse/28K/system.npz +3 -0
- quantum_transport/cnt_bse/28K/system_bta.npz +3 -0
- statistical_modeling/README.md +5 -1
README.md
CHANGED
|
@@ -14,4 +14,15 @@ size_categories:
|
|
| 14 |
# NEST: NEw Sparse maTrix dataset
|
| 15 |
NEST is a new sparse matrix dataset. Its purpose is to define a modern set of sparse matrices arising in relevant and actual scientific application in order to improve further sparse numerical methods. Nest can be seen as a continuity of the Sparse Matrix Market datasets and contain some curated sparse matrices from it as legacy references.
|
| 16 |
|
| 17 |
-
The matrices are stored as COO sparse matrices in `scipy.sparse.npz` archive format. Conversion utils to/from the matrix market format are provided.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
# NEST: NEw Sparse maTrix dataset
|
| 15 |
NEST is a new sparse matrix dataset. Its purpose is to define a modern set of sparse matrices arising in relevant and actual scientific application in order to improve further sparse numerical methods. Nest can be seen as a continuity of the Sparse Matrix Market datasets and contain some curated sparse matrices from it as legacy references.
|
| 16 |
|
| 17 |
+
The matrices are stored as COO sparse matrices in `scipy.sparse.npz` archive format. Conversion utils to/from the matrix market format are provided.
|
| 18 |
+
|
| 19 |
+
|
| 20 |
+
## TODO:
|
| 21 |
+
### Quantum Transport
|
| 22 |
+
- [ ] Add OBC cell for `cnt_cp2k` as eigenvalue problem
|
| 23 |
+
- [ ] Add OBC cell for `cnt_w90` as eigenvalue problem
|
| 24 |
+
- [ ] Add OBC cell for `sinw_w90` as eigenvalue problem
|
| 25 |
+
|
| 26 |
+
### Device Modeling
|
| 27 |
+
- [ ] Add right-hand side for `kmc_potential_0`
|
| 28 |
+
- [ ] Add right-hand side for `kmc_potential_1`
|
device_modeling/README.md
CHANGED
|
@@ -7,6 +7,7 @@ Domain: Device simulation of a 2x2 cross-bar array
|
|
| 7 |
### Caracteristics
|
| 8 |
- Type:
|
| 9 |
- Size: 403605x403605, 10007089 nnz
|
|
|
|
| 10 |
|
| 11 |
| | Initial | LU | Fill-in | Depth |
|
| 12 |
|-----------------|----------|----|---------|-------|
|
|
@@ -25,6 +26,7 @@ Domain: Device simulation of a 3x3 cross-bar array
|
|
| 25 |
### Caracteristics
|
| 26 |
- Type:
|
| 27 |
- Size: 1632355x1632355, 41208963 nnz
|
|
|
|
| 28 |
|
| 29 |
| | Initial | LU | Fill-in | Depth |
|
| 30 |
|-----------------|----------|----|---------|-------|
|
|
@@ -37,13 +39,13 @@ Domain: Device simulation of a 3x3 cross-bar array
|
|
| 37 |
- [Accelerated Atomistic Kinetic Monte Carlo Simulations of Resistive Memory Arrays](https://ieeexplore.ieee.org/abstract/document/10793135)
|
| 38 |
|
| 39 |
|
| 40 |
-
|
| 41 |
## qubit_fem_b4
|
| 42 |
Domain:
|
| 43 |
|
| 44 |
### Caracteristics
|
| 45 |
- Type:
|
| 46 |
- Size: 116380x116380, 2517228 nnz
|
|
|
|
| 47 |
|
| 48 |
| | Initial | LU | Fill-in | Depth |
|
| 49 |
|--------------|---------|----|---------|-------|
|
|
|
|
| 7 |
### Caracteristics
|
| 8 |
- Type:
|
| 9 |
- Size: 403605x403605, 10007089 nnz
|
| 10 |
+
- Used in: Linear system solving
|
| 11 |
|
| 12 |
| | Initial | LU | Fill-in | Depth |
|
| 13 |
|-----------------|----------|----|---------|-------|
|
|
|
|
| 26 |
### Caracteristics
|
| 27 |
- Type:
|
| 28 |
- Size: 1632355x1632355, 41208963 nnz
|
| 29 |
+
- Used in: Linear system solving
|
| 30 |
|
| 31 |
| | Initial | LU | Fill-in | Depth |
|
| 32 |
|-----------------|----------|----|---------|-------|
|
|
|
|
| 39 |
- [Accelerated Atomistic Kinetic Monte Carlo Simulations of Resistive Memory Arrays](https://ieeexplore.ieee.org/abstract/document/10793135)
|
| 40 |
|
| 41 |
|
|
|
|
| 42 |
## qubit_fem_b4
|
| 43 |
Domain:
|
| 44 |
|
| 45 |
### Caracteristics
|
| 46 |
- Type:
|
| 47 |
- Size: 116380x116380, 2517228 nnz
|
| 48 |
+
- Used in: Eigenvalue problem
|
| 49 |
|
| 50 |
| | Initial | LU | Fill-in | Depth |
|
| 51 |
|--------------|---------|----|---------|-------|
|
legacy_references/README.md
CHANGED
|
@@ -7,6 +7,7 @@ Domain: Chemical engineering plant models
|
|
| 7 |
### Caracteristics
|
| 8 |
- Type: real unsymmetric
|
| 9 |
- Size: 479x479, 1910 nnz
|
|
|
|
| 10 |
|
| 11 |
| | Initial | LU | Fill-in | Depth |
|
| 12 |
|----------|---------|----|---------|-------|
|
|
@@ -25,6 +26,7 @@ Domain: Circuit Simulation Problem
|
|
| 25 |
### Caracteristics
|
| 26 |
- Type: real unsymmetric
|
| 27 |
- Size: 3523317x3523317, 19194193 nnz
|
|
|
|
| 28 |
|
| 29 |
| | Initial | LU | Fill-in | Depth |
|
| 30 |
|--------------|----------|----|---------|-------|
|
|
|
|
| 7 |
### Caracteristics
|
| 8 |
- Type: real unsymmetric
|
| 9 |
- Size: 479x479, 1910 nnz
|
| 10 |
+
- Used in: TODO
|
| 11 |
|
| 12 |
| | Initial | LU | Fill-in | Depth |
|
| 13 |
|----------|---------|----|---------|-------|
|
|
|
|
| 26 |
### Caracteristics
|
| 27 |
- Type: real unsymmetric
|
| 28 |
- Size: 3523317x3523317, 19194193 nnz
|
| 29 |
+
- Used in: TODO
|
| 30 |
|
| 31 |
| | Initial | LU | Fill-in | Depth |
|
| 32 |
|--------------|----------|----|---------|-------|
|
quantum_transport/README.md
CHANGED
|
@@ -8,6 +8,7 @@ Description: Hamiltonian (CP2K) of a carbon nano-tube made of 704 carbon atoms.
|
|
| 8 |
### Caracteristics
|
| 9 |
- Type: complex symmetric
|
| 10 |
- Size: 9152x9152, 6154350 nnz
|
|
|
|
| 11 |
|
| 12 |
| | Initial | LU | Fill-in | Depth |
|
| 13 |
|----------|---------|----|---------|-------|
|
|
@@ -26,6 +27,7 @@ Description: Hamiltonian (Wannier 90) of a carbon nano-tube.
|
|
| 26 |
### Caracteristics
|
| 27 |
- Type: complex symmetric
|
| 28 |
- Size: 768x768, 71680 nnz
|
|
|
|
| 29 |
|
| 30 |
| | Initial | LU | Fill-in | Depth |
|
| 31 |
|----------|---------|----|---------|-------|
|
|
@@ -44,6 +46,7 @@ Description: Hamiltonian (Wannier 90) of a silicon nano-wire.
|
|
| 44 |
### Caracteristics
|
| 45 |
- Type: complex symmetric
|
| 46 |
- Size: 7488x7488, 5310160 nnz
|
|
|
|
| 47 |
|
| 48 |
| | Initial | LU | Fill-in | Depth |
|
| 49 |
|----------|---------|----|---------|-------|
|
|
|
|
| 8 |
### Caracteristics
|
| 9 |
- Type: complex symmetric
|
| 10 |
- Size: 9152x9152, 6154350 nnz
|
| 11 |
+
- Used in: Selected linear system solving
|
| 12 |
|
| 13 |
| | Initial | LU | Fill-in | Depth |
|
| 14 |
|----------|---------|----|---------|-------|
|
|
|
|
| 27 |
### Caracteristics
|
| 28 |
- Type: complex symmetric
|
| 29 |
- Size: 768x768, 71680 nnz
|
| 30 |
+
- Used in: Selected linear system solving
|
| 31 |
|
| 32 |
| | Initial | LU | Fill-in | Depth |
|
| 33 |
|----------|---------|----|---------|-------|
|
|
|
|
| 46 |
### Caracteristics
|
| 47 |
- Type: complex symmetric
|
| 48 |
- Size: 7488x7488, 5310160 nnz
|
| 49 |
+
- Used in: Selected linear system solving
|
| 50 |
|
| 51 |
| | Initial | LU | Fill-in | Depth |
|
| 52 |
|----------|---------|----|---------|-------|
|
quantum_transport/cnt_bse/1M/L_greater.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ac228cfd8597451c1b10ec72799671fb91668fe01557a34a06b473d07bf483ec
|
| 3 |
+
size 14562521
|
quantum_transport/cnt_bse/1M/L_greater_bta.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1fa3e790633c2dfec8a02fbba76aa5d6b97da1ccd7e0db6bb21f504fd5ba789d
|
| 3 |
+
size 14613619
|
quantum_transport/cnt_bse/1M/L_lesser.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:97a82a53284396e8654b5c19700a4d06f5984a673e112abe0dac8bde8af5b0c2
|
| 3 |
+
size 14850834
|
quantum_transport/cnt_bse/1M/L_lesser_bta.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:32d80ad4c7347738410c0dc76f9813c4701a8ca148f923f9d907cbdfa2cac025
|
| 3 |
+
size 14892888
|
quantum_transport/cnt_bse/1M/system.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:65e1d45853cc07bc205b86ff6d85b3a414d86c76a4a67e97fc95d99c9fe239fb
|
| 3 |
+
size 25193884
|
quantum_transport/cnt_bse/1M/system_bta.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:77d84e7f5661a19515163c8f0aec9814fa157f3f700c86fd3741c04b1bbd38f9
|
| 3 |
+
size 25089659
|
quantum_transport/cnt_bse/28K/L_greater.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e217c5aa5ef75f69846477a0cc6bde502c15d77b100e64dceafe91d394f45321
|
| 3 |
+
size 227901
|
quantum_transport/cnt_bse/28K/L_greater_bta.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:34a31db025229d4d7ba40d767879f28631ea5751bcfad6e8338fc3f85b287d2a
|
| 3 |
+
size 249987
|
quantum_transport/cnt_bse/28K/L_lesser.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cc1b32dbbe4df23b0fb1682dae6a5d8562c6610e49f2e7aa4c8b954d3ce9108a
|
| 3 |
+
size 227873
|
quantum_transport/cnt_bse/28K/L_lesser_bta.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:eb3154e9f2d6825aa4a4b8caa0abed6fcbe26d6992dd21f65c3ca8d2c3f8e6bd
|
| 3 |
+
size 249960
|
quantum_transport/cnt_bse/28K/readme.txt
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
All the matrices are in the sparse format saved with scipy.sparse.save_npz.
|
| 2 |
+
$A x^{\lessgtr} A^H = L^{\lessgtr}$
|
| 3 |
+
The L_greater and L_lesser are the right-hand side matrix. The system is the $A$ matrix.
|
| 4 |
+
The '_bta' files are arrowhead ordering, the other ones are based on normal ordering.
|
quantum_transport/cnt_bse/28K/system.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bcc7c0eedad3428c5bc489ad473e796d55d0c644b087528d410ad2190bf9a6f8
|
| 3 |
+
size 471753
|
quantum_transport/cnt_bse/28K/system_bta.npz
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8bce0a016a68c9c200927c1164b216f6f0b3116eb81d398cd58bc0660101bb22
|
| 3 |
+
size 470594
|
statistical_modeling/README.md
CHANGED
|
@@ -7,6 +7,7 @@ Domain: Prior precision matrix from spatio-temporal statistical modeling applied
|
|
| 7 |
### Caracteristics
|
| 8 |
- Type: positive-definite symmetric
|
| 9 |
- Size: 1000506x1000506, 50870502 nnz
|
|
|
|
| 10 |
|
| 11 |
| | Initial | Cholesky | Fill-in | Depth |
|
| 12 |
|----------------|----------|----------|---------|-------|
|
|
@@ -24,6 +25,7 @@ Domain: Conditional precision matrix from spatio-temporal statistical modeling a
|
|
| 24 |
### Caracteristics
|
| 25 |
- Type: positive-definite symmetric
|
| 26 |
- Size: 1000506x1000506, 62837532 nnz
|
|
|
|
| 27 |
|
| 28 |
| | Initial | Cholesky | Fill-in | Depth |
|
| 29 |
|----------------------|----------|----------|---------|-------|
|
|
@@ -43,7 +45,8 @@ Domain: Prior precision matrix from a coregional (trivariate) spatio-temporal st
|
|
| 43 |
### Caracteristics
|
| 44 |
- Type: positive-definite symmetric
|
| 45 |
- Size: 8499x8499, 1205931 nnz
|
| 46 |
-
|
|
|
|
| 47 |
| | Initial | Cholesky | Fill-in | Depth |
|
| 48 |
|-------------------|---------|----------|---------|-------|
|
| 49 |
| airpoll_prior_st3 | 1205931 | | | |
|
|
@@ -62,6 +65,7 @@ Domain: Conditional precision matrix from a coregional (trivariate) spatio-tempo
|
|
| 62 |
### Caracteristics
|
| 63 |
- Type: positive-definite symmetric
|
| 64 |
- Size: 8499x8499, 1218651 nnz
|
|
|
|
| 65 |
|
| 66 |
| | Initial | Cholesky | Fill-in | Depth |
|
| 67 |
|-------------------------|---------|----------|---------|-------|
|
|
|
|
| 7 |
### Caracteristics
|
| 8 |
- Type: positive-definite symmetric
|
| 9 |
- Size: 1000506x1000506, 50870502 nnz
|
| 10 |
+
- Used in: Linear system solving
|
| 11 |
|
| 12 |
| | Initial | Cholesky | Fill-in | Depth |
|
| 13 |
|----------------|----------|----------|---------|-------|
|
|
|
|
| 25 |
### Caracteristics
|
| 26 |
- Type: positive-definite symmetric
|
| 27 |
- Size: 1000506x1000506, 62837532 nnz
|
| 28 |
+
- Used in: Linear system solving, Selected linear system solving
|
| 29 |
|
| 30 |
| | Initial | Cholesky | Fill-in | Depth |
|
| 31 |
|----------------------|----------|----------|---------|-------|
|
|
|
|
| 45 |
### Caracteristics
|
| 46 |
- Type: positive-definite symmetric
|
| 47 |
- Size: 8499x8499, 1205931 nnz
|
| 48 |
+
- Used in: Linear system solving
|
| 49 |
+
-
|
| 50 |
| | Initial | Cholesky | Fill-in | Depth |
|
| 51 |
|-------------------|---------|----------|---------|-------|
|
| 52 |
| airpoll_prior_st3 | 1205931 | | | |
|
|
|
|
| 65 |
### Caracteristics
|
| 66 |
- Type: positive-definite symmetric
|
| 67 |
- Size: 8499x8499, 1218651 nnz
|
| 68 |
+
- Used in: Linear system solving, Selected linear system solving
|
| 69 |
|
| 70 |
| | Initial | Cholesky | Fill-in | Depth |
|
| 71 |
|-------------------------|---------|----------|---------|-------|
|