From: Francis Russell Date: Fri, 14 Sep 2012 13:52:36 +0000 (+0100) Subject: Rename "pos" to "r". X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;p=francis%2Fofc.git Rename "pos" to "r". --- diff --git a/examples/integrals_pos.ofl b/examples/integrals_pos.ofl index 6214ce2..9d6c20c 100644 --- a/examples/integrals_pos.ofl +++ b/examples/integrals_pos.ofl @@ -6,7 +6,7 @@ Integer order SpatialIndex i # Computation -rmat[i, alpha, beta] = inner(bra[alpha], ket[beta] * pos[i]^order) +rmat[i, alpha, beta] = inner(bra[alpha], ket[beta] * r[i]^order) # Implementation specific target ONETEP