Closed mphoward closed 1 year ago
Rather than having the multiline setup, it would be better to make users explicitly create their potential tabulators:
pot = relentless.simulate.Potentials() pot.pair = relentless.simulate.PairPotentialTabulator(0, 3, 1000, 0.5, potentials=lj)
rather than
pot = relentless.simulate.Potentials(lj) pot.pair.start = 0 pot.pair.stop = 3 pot.pair.num = 1000 pot.pair.neighbor_buffer = 0.5
Rather than having the multiline setup, it would be better to make users explicitly create their potential tabulators:
rather than