Home
last modified time | relevance | path

Searched refs:D3tensor (Results 1 – 6 of 6) sorted by relevance

/dports/science/qbox/qbox-public-rel1_73_3/src/
H A DD3tensor.h32 class D3tensor
176 D3tensor& operator+=(const D3tensor& rhs)
183 D3tensor& operator-=(const D3tensor& rhs)
204 friend const D3tensor operator+(const D3tensor& lhs, const D3tensor& rhs)
209 friend const D3tensor operator-(const D3tensor& a, const D3tensor& b)
214 friend D3tensor operator*(double a, const D3tensor& b)
219 friend D3tensor operator*(const D3tensor& a, double b)
224 friend D3tensor operator/(const D3tensor& a, double b)
229 friend D3tensor operator*(D3tensor& a, D3tensor& b)
231 D3tensor c;
[all …]
H A DElectricEnthalpy.cpp603 D3tensor& pquad = quad_[ist]; in compute_correction()
694 D3tensor q_mlwfc; in print()
695 D3tensor q_mlwfs; in print()
707 D3tensor q_ion = s_.atoms.quadrupole(); in print()
708 D3tensor q_mlwf = q_mlwfc + q_mlwfs; in print()
710 D3tensor q_total = q_ion + q_mlwf; in print()
712 D3tensor q_traceless = q_total; in print()
730 D3tensor eigvec; in print()
H A DElectricEnthalpy.h77 std::vector <D3tensor> quad_;
H A DAtomSet.h87 D3tensor quadrupole(void) const;
H A DAtomSet.cpp721 D3tensor AtomSet::quadrupole(void) const in quadrupole()
723 D3tensor sum; in quadrupole()
H A Dnotes140 a0ff3b7 Fix D3tensor.h