mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-04 19:25:56 +01:00
Small correction to the general exp definition
This commit is contained in:
parent
ab3596d4d3
commit
3c112a7a25
@ -127,7 +127,7 @@ template<class vtype,int N, typename std::enable_if< GridTypeMapper<vtype>::Tens
|
|||||||
mat unit(1.0);
|
mat unit(1.0);
|
||||||
mat temp(unit);
|
mat temp(unit);
|
||||||
for(int i=Nexp; i>=1;--i){
|
for(int i=Nexp; i>=1;--i){
|
||||||
temp *= alpha/ComplexD(i);
|
temp *= alpha/ReadD(i);
|
||||||
temp = unit + temp*arg;
|
temp = unit + temp*arg;
|
||||||
}
|
}
|
||||||
return temp;
|
return temp;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user