Mauricio Bedoya

Results 4 issues of Mauricio Bedoya

Dear Swarm-CG creators, Running the `scg_optimize` executable on WSL crashes with the following error: ``` shutil.Error: [('.internal/input_CG_simulation_files', 'CG_sim_files_eval_step_1', "[Errno 13] Permission denied: 'CG_sim_files_eval_step_1'")] ``` We traced the error to line...

I have generated a `Grid` object that contains 460800 items. The elapsed time to write the `Grid` object into a dx file is **757.6** milliseconds while the elapsed time to...

topic:io
kind:optimization
priority:low

The Spatial.distance method is available to work with Vec3 objects, however the method is missing in [spatial.cr](https://github.com/franciscoadasme/chem.cr/blob/08e0c1222109039e960763a74183f2b233f34250/src/chem/spatial.cr#L72). The following should be added to [spatial.cr](https://github.com/franciscoadasme/chem.cr/blob/08e0c1222109039e960763a74183f2b233f34250/src/chem/spatial.cr#L72) on line 72: ``` def self.distance(a...

`chem.cr` fails to compile due to the following issue in the dcd format: ``` In lib/chem/src/chem/formats/dcd.cr:34:18 34 | @structure : Structure, ^-------- Error: undefined constant Structure ``` To fix it,...