AdcMatrix

class adcc.AdcMatrix(method, hf_or_mp)

Bases: adcc.AdcMatrix.AdcMatrixlike

Methods Summary

compute_matvec(in_ampl[, out_ampl])

Compute the matrix-vector product of the ADC matrix with an excitation amplitude and return the result in the out_ampl if it is given, else the result will be returned.

to_cpp()

Methods Documentation

compute_matvec(in_ampl, out_ampl=None)

Compute the matrix-vector product of the ADC matrix with an excitation amplitude and return the result in the out_ampl if it is given, else the result will be returned.

to_cpp()