Binary Populations (pop)#

The pop module is the main interface for generating binary populations with cogsworth and, as such, is likely where you’ll spend most of your time. Read on for details explanations of every parameter of the cogsworth.pop.Population class and some other functions too.

Functions#

load(file_name[, parts])

Load a Population from a series of files

concat(*pops)

Concatenate multiple populations into a single population

Classes#

Population(n_binaries[, processes, ...])

Class for creating and evolving populations of binaries throughout the Milky Way

EvolvedPopulation(n_binaries[, ...])