grogupy.io module

grogupy.io.load_pickle(infile)[source]

Loads the data from the infile with pickle.

Args:
infilestr

Path to infile

Returns:
datadict

A dictionary of data

grogupy.io.print_atoms_and_pairs(magnetic_entities, pairs)[source]

It prints the pair and magnetic entity information for the grogu out.

Args:
magnetic_entitiesdict

It contains the data on the magnetic entities

pairsdict

It contains the data on the pairs

grogupy.io.print_job_description(simulation_parameters)[source]

It prints the parameters and the description of the job.

Args:
simulation_parametersdict

It contains the simulations parameters

grogupy.io.print_parameters(simulation_parameters)[source]

It prints the simulation parameters for the grogu out.

Args:
simulation_parametersdict

It contains the simulations parameters

grogupy.io.print_runtime_information(times)[source]

It prints the runtime information for the grogu out.

Args:
timesdict

It contains the runtime data

grogupy.io.save_pickle(outfile, data)[source]

Saves the data in the outfile with pickle.

Args:
outfilestr

Path to outfile

datadict

Contains the data