NQCDynamics.jl icon indicating copy to clipboard operation
NQCDynamics.jl copied to clipboard

FileReduction .h5 saving isn't compatible with every output function

Open Louhokseson opened this issue 6 months ago • 1 comments
trafficstars

OutputQuantumSubsystem returns a datatype Vector{Matrix{something}}. Each matrix represents the columns of electron wave functions which are computed from TD Schrödinger equation.

Current FileReduction doesn't have the ability to save this output into a .h5 output file.

Potential solution 1: change the output data in a compatible type of data so that it can be stored

Solution 2: Update the FileReduction function to increase the compatibility

Louhokseson avatar May 19 '25 09:05 Louhokseson