I try to output the collision information in the example (run_circumbinary_merge.py) and in the script I'm working on, however, the code doesn't generate the output files.
I'm using:
print(sim.particles)
sim.output_file = 'merger.h5'
sim.collision_output_file ="merger.collisions.txt"
sim.close_encounter_output_file = 'merger.ce.txt'
I try to output the collision information in the example (run_circumbinary_merge.py) and in the script I'm working on, however, the code doesn't generate the output files.
I'm using:
print(sim.particles)
sim.output_file = 'merger.h5'
sim.collision_output_file ="merger.collisions.txt"
sim.close_encounter_output_file = 'merger.ce.txt'