pyvibdmc.simulation_utilities.mpi_potential_manager =================================================== .. py:module:: pyvibdmc.simulation_utilities.mpi_potential_manager Classes ------- .. autoapisummary:: pyvibdmc.simulation_utilities.mpi_potential_manager.MPI_Potential Module Contents --------------- .. py:class:: MPI_Potential(potential_function, potential_directory, python_file, pot_kwargs=None, pass_timestep=False) .. py:attribute:: potential_function .. py:attribute:: python_file .. py:attribute:: potential_directory .. py:attribute:: pot_kwargs :value: None .. py:attribute:: pass_timestep :value: False .. py:method:: prep_pot() Pretty much exactly what happens when mp pool is initialized in the potential_manager .. py:method:: initwrapper(cds) pre is prep_pot, which takes the tuple initargs that has the python file stuff in it. call_the_pot is the variable name for the callpot function. cdz are the coordinates. .. py:method:: getpot(cds, timeit=False)