theta method

ManyBodyForce theta([
  1. double? v
])

Implementation

ManyBodyForce theta([double? v]) {
  if (v != null) {
    _theta2 = v * v;
  }
  return this;
}