struct rgpot::XcFields

Overview

struct XcFields {
    // fields
 
    std::vector<double> rho;
    std::vector<double> sigma;
    std::vector<double> tau;
    std::vector<double> lapl;
    std::vector<double> grad_rho;
};

Detailed Documentation

Fields

std::vector<double> rho

(npts,)

std::vector<double> sigma

(npts,)

std::vector<double> tau

(npts,)

std::vector<double> lapl

(npts,)

std::vector<double> grad_rho

3 * npts, xyz packed