7,387 research outputs found
Superconductivity and incommensurate spin fluctuations in a generalized t-J model for the cuprates
We consider the slave-fermion Schwinger-boson decomposition of an effective
model obtained through a systematic low-energy reduction of the three-band
Hubbard Hamiltonian. The model includes a three-site term t'' similar to that
obtained in the large-U limit of the Hubbard model but of opposite sign for
realistic or large O-O hopping. For parameters close to the most realistic ones
for the cuprates, the mean-field solution exhibits d+s superconductivity
(predominantly d_{x^2-y^2}) with a dependence on doping x very similar to the
experimentally observed. We also obtained incommensurate peaks at wave vectors
near in the spin structure factor, which also agree with
experiment.Comment: 9 pages, latex, 2 figures, to appear in Europhys. Let
Parallel structurally-symmetric sparse matrix-vector products on multi-core processors
We consider the problem of developing an efficient multi-threaded
implementation of the matrix-vector multiplication algorithm for sparse
matrices with structural symmetry. Matrices are stored using the compressed
sparse row-column format (CSRC), designed for profiting from the symmetric
non-zero pattern observed in global finite element matrices. Unlike classical
compressed storage formats, performing the sparse matrix-vector product using
the CSRC requires thread-safe access to the destination vector. To avoid race
conditions, we have implemented two partitioning strategies. In the first one,
each thread allocates an array for storing its contributions, which are later
combined in an accumulation step. We analyze how to perform this accumulation
in four different ways. The second strategy employs a coloring algorithm for
grouping rows that can be concurrently processed by threads. Our results
indicate that, although incurring an increase in the working set size, the
former approach leads to the best performance improvements for most matrices.Comment: 17 pages, 17 figures, reviewed related work section, fixed typo
- …