Fix warnings some C++23-related warnings
Use SVD for signal fitting
Fix data type for max_compute_units
Do not write mdips for closed channels
Abort on excess OpenCL allocation
Include all intermediate open channels
Allow also below-threshold ionization in RHS mode
Simple sanity check when reading driving solution
Add partial wave phase factor
Add coupling factor in mdip extraction
Improve mdip output formatting
Check for existence of RHS input file
Enable swtiching SymBandMatrix to antisymmetric
Also support length gauge in RHS mode
Use least squares routine for fitting
Fix reading of driving rhs II
Fix reading of driving rhs
More stack-friendly cmdline processing
Add destructors to avoid KDevelop warning
Implemented extraction of photo amplitudes
Drive by dipole-coupled custom solution
Merge branch 'bound-davidson'
ECS: Request the desired OpenCL version
Use override instead of virtual where appropriate
Revert change to hex-rts.h
Remove unfinished rhs decontraction
Practical improvements to dipole output
Prepare ground for uncontracted mode
Fix evaluation of dipoles
Drop trailing spaces from logo
Fix batch evaluation of Coulomb function
Avoid invalid memory access when finishing without setup
Skip unavailable solutions in dipole extraction
Use "nan" as projectile energy for bound states filenames
Fix solution skip criterion
Expicitly print units in extraction
For convenience split distinct dipole contributions
Normalize bound state
Fixes in extraction of dipoles
Automatic OpenCL device numbering in MPI mode
Add core charge in a few places
Remove redundant semicolon
Add missing include
Use lambdas instead of complex templates
Fix projectile energy + updates in dipole extraction
Implement extraction of direction dipole
Add missing Coulomb phase
Read atom core charge from input file
Support non-zero net charge in more places
Fix run with purely real knot sequence (for bound)
Explicitly request OpenCL 3.0
Use r-norm as residual in Davidson
Enable calculation of two-electron bound state using Jacobi-Davidson
ECS: Correct a CMake statement
Merge branch 'master' of ssh://git.code.sf.net/p/hecs/code
Utility hdf2txt prints available datasets
Minor updates to CMake scripts
ECS: Honour the CMake option DISABLE_PARALLEL_PRECONDITION
Updated README with compatible software
Avoid compiler warning "control reaches end of function"
Remove legacy Makefiles and Code::Blocks project files
Removed -funsafe-math-optimizations unknown to icc
ECS: Renamed tests output log directory to "logs"
Remove legacy Makefiles
PECS: Add missing include
Initial support for CMake build system
Removed trailing spaces
ECS: Changed names of channel VTKs to allow reading them as series into ParaView.
Fix compilation with GCC 9.
ECS: Backup work on arrowhead decomposition.
ECS: Update comment in Makefile.
Small updates to CooMatrix.
Fixed local declaration in CsrMatrix.
ECS: Less warnings when extracting amplitudes.
ECS: Display hostname and execution time in output of the program.
Merge branch 'master' of ssh://git.code.sf.net/p/hecs/code
Removed unused MPI-related functions.
Merge branch 'master' of ssh://git.code.sf.net/p/hecs/code
ECS: Calculate also one-electron eigenstates for final states.
ECS: Corrected purge condition.
ECS: Autostop & purge
ECS: Fixed write in --runtime-postprocess / --write-intermediate-solutions.
ECS: GPU tests.
ECS: Distinguish read-only and read-write OpenCL buffers.
ECS: Optimizations of GPU kernels.
ECS: Optimizations of GPU preconditioner kernels.
ECS: GPU preconditioner in lightweight-simple mode now calculates the matrix block at OCL device (and not at CPU as before).
ECS: Corrections to GPU preconditioner, removed --cl-host-multiply.
ECS: Optimized MPI & GPU & host-multiply combination.
Merge branch 'master' of ssh://git.code.sf.net/p/hecs/code
ECS: Honour --lightweight-simple in GPU mode.
Updates in preconditioning test cases.
Lecture examples update.
ECS: Updated xxd-ed OpenCL kernels.
Backup of lecture test cases.
ECS: Removed unused LU factors of S.
ECS: Fix single-precision version of LUft_UMFPACK::get().
ECS: Simplified KPA preconditioning.
ECS: Optimization of sparse matrix multiplication.
Backup: Test cases for a preconditining lecture.