Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/exchcxx/xc_functional.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ namespace ExchCXX {

struct HybCoeffs {
double alpha = 0.0; // the coefficient of HF part for global hybrid functionals or the coefficient of long-range HF part for range-separated functionals
double beta = 0.0; // The deduction of the short-range part. Following the notation of libxc. So the real coefficient of short-range HF is alpha - beta
double beta = 0.0; // The deduction of the short-range part. Following the notation of libxc. So the real coefficient of short-range HF is alpha + beta
double omega = 0.0; // the range-separation parameter

bool operator==(const HybCoeffs& other) const {
Expand Down