Exemple #1
0
    def _attach(self):
        self._cpp_obj = _md.ManifoldPrimitive(
            _hoomd.make_int3(self.N[0], self.N[1], self.N[2]), self.epsilon)

        super()._attach()
Exemple #2
0
    def _attach(self):
        self._cpp_obj = _md.ManifoldGyroid( _hoomd.make_int3(self.N[0], self.N[1], self.N[2]), self.epsilon );

        super()._attach()