R/tflops.R

Defines functions tflops

tflops <- function(L, Time, N, tau, nconf=1000) {
  res <- L^3*Time*nconf*tau*N*(1356+168)/(1000^4*365*24*60*60)
  return(res)
}
etmc/hadron documentation built on Feb. 15, 2025, 7:01 a.m.