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)
}

Try the hadron package in your browser

Any scripts or data that you put into this service are public.

hadron documentation built on Sept. 9, 2022, 5:06 p.m.