Skip to content

Commit

Permalink
SISSO_predict.f90: all operators included
Browse files Browse the repository at this point in the history
  • Loading branch information
Ouyang, Runhai (orunh) committed Jan 7, 2019
1 parent 0635816 commit d109a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utilities/SISSO_predict.f90
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ function data_of_desc(ns,nf,descname,af,afname)
call system('echo "define abs(i){if(i<0) return (-i);return(i)} define exp(i){return(e(i))} define sin(i){return(s(i))} &
define log(i){return(l(i))} define cbrt(i){ if(i<0) return (-e(l(-i)/3)); if(i==0) return 0; return e(l(i)/3) } &
define cos(i){return(c(i))} define scd(i){ return (1.0/3.14159265/(1+i^2))} &
'//trim(adjustl(dparser(i)))//' " |bc -l >>desc_tmp')
'//trim(adjustl(dparser(i)))//' " |bc -l >>desc_tmp')
end do

open (111,file='desc_tmp',status='old')
Expand Down

0 comments on commit d109a3b

Please sign in to comment.