{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":53043151,"defaultBranch":"master","name":"mrchem","ownerLogin":"MRChemSoft","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2016-03-03T10:51:11.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/16899707?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1713271759.0","currentOid":""},"activityList":{"items":[{"before":"d770722052af27ef18a87763f28c60caae451672","after":"d5805a387bd9a0ef5d975e7d444481fa10a50f43","ref":"refs/heads/master","pushedAt":"2024-05-02T06:53:07.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"stigrj","name":"Stig Rune Jensen","path":"/stigrj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3319691?s=80&v=4"},"commit":{"message":"Merge pull request #483 from gitpeterwind/dftfix\n\nbug fix dft energy printouts","shortMessageHtmlLink":"Merge pull request #483 from gitpeterwind/dftfix"}},{"before":"1e7ea8e1d76cfc1e98e9a7b5db2e8c0b3db20ecc","after":"d770722052af27ef18a87763f28c60caae451672","ref":"refs/heads/master","pushedAt":"2024-05-01T09:56:18.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"stigrj","name":"Stig Rune Jensen","path":"/stigrj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3319691?s=80&v=4"},"commit":{"message":"Merge pull request #480 from MRChemSoft/Gabrielgerez-patch-1\n\nRemove dead link to old slack channel","shortMessageHtmlLink":"Merge pull request #480 from MRChemSoft/Gabrielgerez-patch-1"}},{"before":"c37e8f6500d88853a9422079f238b95918d11063","after":"97d67d28e21eb5053912bb20b71f65116fc95c5a","ref":"refs/heads/programmers-docs","pushedAt":"2024-04-22T16:08:05.000Z","pushType":"push","commitsCount":83,"pusher":{"login":"ilfreddy","name":"Luca Frediani","path":"/ilfreddy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3807782?s=80&v=4"},"commit":{"message":"Merge branch 'master' into programmers-docs","shortMessageHtmlLink":"Merge branch 'master' into programmers-docs"}},{"before":null,"after":"ca5d9199da9a1f3eb1ee9dffb3c8334ee009a1f3","ref":"refs/heads/Gabrielgerez-patch-1","pushedAt":"2024-04-16T12:49:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Gabrielgerez","name":"Gabriel Gerez","path":"/Gabrielgerez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30527143?s=80&v=4"},"commit":{"message":"Remove dead link to old slack channel\n\nRemoved user support link to the old slack channel. We can probably replace it with something else, but I think it is better to stop users from hoping too much","shortMessageHtmlLink":"Remove dead link to old slack channel"}},{"before":"698e74fab6e743f826a96da211b29b7efa738776","after":"1e7ea8e1d76cfc1e98e9a7b5db2e8c0b3db20ecc","ref":"refs/heads/master","pushedAt":"2024-02-21T08:29:44.000Z","pushType":"pr_merge","commitsCount":18,"pusher":{"login":"gitpeterwind","name":"Peter Wind","path":"/gitpeterwind","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22682022?s=80&v=4"},"commit":{"message":"Update doc/users/user_inp.rst\n\nCo-authored-by: Roberto Di Remigio Eikås ","shortMessageHtmlLink":"Update doc/users/user_inp.rst"}},{"before":"b94438c2bfd46fa9b5ec4964523a6d7100678b04","after":"698e74fab6e743f826a96da211b29b7efa738776","ref":"refs/heads/master","pushedAt":"2024-02-14T12:25:50.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"ilfreddy","name":"Luca Frediani","path":"/ilfreddy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3807782?s=80&v=4"},"commit":{"message":"Add poisson-boltzmann to the SCRF (#450)\n\n* add poisson-boltzmann to the SCRF\r\n\r\nAdd additional input for pb equation, all other tests passing, error with ion_radius variable\r\n\r\nadd a harcoded to pass test for pb\r\n\r\nfix json error\r\n\r\nmid debug commit, the run_pb block produces different convergence despite being identical to the standard\r\n\r\n* PB working as intended (within a reasonable domain)\r\n\r\nFaster pb and lpb solver and proper test\r\n\r\n* add test for linearized pb\r\n\r\n* Rename SCRF to GPESolver in preparation for\r\nrefactor.\r\n\r\nUse inheritance to implement PBESolver and LPBESolver\r\n\r\nRename GPESolver::solveEquation to iterateEquation\r\n\r\n* Add new test references to pb and lpb solvent\r\n\r\nUpdate tests and Fix correct solvers running\r\n\r\nAdd proper capitalisation to Debye-Huckel\r\n\r\nCo-authored-by: Roberto Di Remigio Eikås \r\n\r\nRemove unused setters in Cavity\r\n\r\nCo-authored-by: Roberto Di Remigio Eikås \r\n\r\nPass parameters by const reference\r\n\r\nCo-authored-by: Roberto Di Remigio Eikås \r\n\r\n* fix tests for pb solver\r\n\r\n* Add documentation to the solvent classes\r\n\r\n* Add DHScreening to the StepFunction hierarchy\r\n\r\n* Reorder includes\r\n\r\n* Update python/template.yml\r\n\r\nCo-authored-by: Roberto Di Remigio Eikås \r\n\r\n* Update python/mrchem/api.py\r\n\r\nCo-authored-by: Roberto Di Remigio Eikås \r\n\r\n* Post-rebase fixes\r\n\r\n* Formatting\r\n\r\n* debugging\r\n\r\n* more debugging\r\n\r\n* even more debugging\r\n\r\n* BUGFIX in PB_solver.cpp: rho_el was not zero and the ordering of the energy outputs of GPESolver was wrong\r\n\r\n* real BUGFIX: same as above but relax the thrs, we are running it with 1.0e-3 prec after all\r\n\r\n* attempt to fix test error\r\n\r\n* update python version for tests\r\n\r\n* update python version for singularity images\r\n\r\n* update python version for circleci config\r\n\r\n* Use newer base image with CircleCI\r\n\r\n* update minimum python requirements in installation.rst\r\n\r\n* create cavity even if we are running pb or lpb\r\n\r\n* use proper dividor\r\n\r\n* Be more consistent\r\n\r\n* Update input for PCM\r\n\r\n* rebase fix\r\n\r\n* rebase fix\r\n\r\n* all tests passing and PB_solver is correct\r\n\r\n---------\r\n\r\nCo-authored-by: Roberto Di Remigio Eikås \r\nCo-authored-by: Roberto Di Remigio Eikås ","shortMessageHtmlLink":"Add poisson-boltzmann to the SCRF (#450)"}},{"before":"4b6acfe1f7d1aa274a43fb018641cf36d74a5bfb","after":"b94438c2bfd46fa9b5ec4964523a6d7100678b04","ref":"refs/heads/master","pushedAt":"2024-02-06T12:25:00.000Z","pushType":"pr_merge","commitsCount":60,"pusher":{"login":"stigrj","name":"Stig Rune Jensen","path":"/stigrj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3319691?s=80&v=4"},"commit":{"message":"correct numAtoms in xyz writer","shortMessageHtmlLink":"correct numAtoms in xyz writer"}},{"before":"c1a521376676aeb4d9a07b055376f65c25d3aa13","after":null,"ref":"refs/heads/fix-476","pushedAt":"2024-02-06T09:42:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"Gabrielgerez","name":"Gabriel Gerez","path":"/Gabrielgerez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30527143?s=80&v=4"}},{"before":"a1c6199ad54b391ba8edef86bd45112c03c7b9ab","after":"4b6acfe1f7d1aa274a43fb018641cf36d74a5bfb","ref":"refs/heads/master","pushedAt":"2024-02-06T09:42:36.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"Gabrielgerez","name":"Gabriel Gerez","path":"/Gabrielgerez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30527143?s=80&v=4"},"commit":{"message":"Merge pull request #479 from MRChemSoft/fix-476\n\nOnly validate cavity when doing PCM","shortMessageHtmlLink":"Merge pull request #479 from MRChemSoft/fix-476"}},{"before":null,"after":"c1a521376676aeb4d9a07b055376f65c25d3aa13","ref":"refs/heads/fix-476","pushedAt":"2024-02-06T08:57:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"robertodr","name":"Roberto Di Remigio Eikås","path":"/robertodr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3708689?s=80&v=4"},"commit":{"message":"Tell user to specify radii explicitly when not known","shortMessageHtmlLink":"Tell user to specify radii explicitly when not known"}},{"before":"4cac6bd7685c1efceecce432809fd0b0de65246f","after":"c37e8f6500d88853a9422079f238b95918d11063","ref":"refs/heads/programmers-docs","pushedAt":"2024-01-23T12:29:57.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"ilfreddy","name":"Luca Frediani","path":"/ilfreddy","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3807782?s=80&v=4"},"commit":{"message":"Render programmers' manual in docs","shortMessageHtmlLink":"Render programmers' manual in docs"}},{"before":"87ae1cd35643d2c2491f8f8f676b56faff806295","after":"8196932fb772bec85e963ea1ffef418bb6320b04","ref":"refs/heads/release/1.1","pushedAt":"2024-01-17T13:01:08.000Z","pushType":"pr_merge","commitsCount":5,"pusher":{"login":"stigrj","name":"Stig Rune Jensen","path":"/stigrj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3319691?s=80&v=4"},"commit":{"message":"Merge pull request #478 from stigrj/release/1.1\n\nPrepare MRChem-v1.1.4","shortMessageHtmlLink":"Merge pull request #478 from stigrj/release/1.1"}},{"before":"9de2280c94bf3cd2576778d4c79a7cc3a3d1e5bd","after":"a1c6199ad54b391ba8edef86bd45112c03c7b9ab","ref":"refs/heads/master","pushedAt":"2024-01-17T07:50:29.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"stigrj","name":"Stig Rune Jensen","path":"/stigrj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3319691?s=80&v=4"},"commit":{"message":"Merge pull request #477 from stigrj/fix/magnetic\n\nBugfix: magnetic properties","shortMessageHtmlLink":"Merge pull request #477 from stigrj/fix/magnetic"}},{"before":"887a8872b7faa9ab09f8179eabacf2bad287b4ca","after":"9de2280c94bf3cd2576778d4c79a7cc3a3d1e5bd","ref":"refs/heads/master","pushedAt":"2023-11-24T12:51:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"robertodr","name":"Roberto Di Remigio Eikås","path":"/robertodr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3708689?s=80&v=4"},"commit":{"message":"Linear response with solvent (#471)\n\n* Use C++17\r\n\r\n* Use std::tie to unpack tuple return value\r\n\r\n* Remove some cruft from Cavity and Permittivity\r\n\r\n* SCRF deals in densities only, not orbitals\r\n\r\n* Refactor Reaction{Potential,Operator} following Coulomb example\r\n\r\nIn preparation for the computation of the response terms, we make ReactionPotential abstract and add\r\nsubclass ReactionPotentialD1 to deal with one single set of orbitals.\r\n\r\n* Modify input to accept static and dynamic permittivities\r\n\r\n* Handle nonequilibrium solvation more gracefully\r\n\r\n* Sign change was necessary\r\n\r\n* Update input parser\r\n\r\n* Small fixes to include order\r\n\r\n* Rename section for permittivity outside\r\n\r\n* Add tests","shortMessageHtmlLink":"Linear response with solvent (#471)"}},{"before":"2dcd68dddb2844662a3342bd3b49af2d5ab3dfc5","after":"887a8872b7faa9ab09f8179eabacf2bad287b4ca","ref":"refs/heads/master","pushedAt":"2023-11-21T13:13:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"robertodr","name":"Roberto Di Remigio Eikås","path":"/robertodr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3708689?s=80&v=4"},"commit":{"message":"Refactor the Permittivity function (#465)\n\n* Refactor the Permittivity function\r\nfor ease of future implementation work.\r\n\r\n* Add ShiftFunction to CMakeLists\r\n\r\n* Add virtual and override where necessary\r\n\r\n* Remove evalf definition from shiftFunction\r\n\r\n* Rename ShiftFunction to StepFunction\r\n\r\n* Update src/environment/Permittivity.cpp\r\n\r\nCo-authored-by: Roberto Di Remigio Eikås \r\n\r\n* Update src/environment/StepFunction.cpp\r\n\r\nCo-authored-by: Roberto Di Remigio Eikås \r\n\r\n* Update src/environment/StepFunction.cpp\r\n\r\nCo-authored-by: Roberto Di Remigio Eikås \r\n\r\n* Update src/environment/StepFunction.cpp\r\n\r\nCo-authored-by: Roberto Di Remigio Eikås \r\n\r\n* Update src/environment/StepFunction.h\r\n\r\nCo-authored-by: Roberto Di Remigio Eikås \r\n\r\n* Update src/environment/StepFunction.h\r\n\r\nCo-authored-by: Roberto Di Remigio Eikås \r\n\r\n* Pass cavity as a shared_ptr to save memory.\r\n\r\n* Fix rebase error\r\n\r\n* Remove use for `flipFunction` in Permittivity\r\n\r\n* Update src/environment/Permittivity.h\r\n\r\nCo-authored-by: Roberto Di Remigio Eikås \r\n\r\n* Update src/environment/StepFunction.cpp\r\n\r\nCo-authored-by: Roberto Di Remigio Eikås \r\n\r\n* Add print_header to detail namespace\r\n\r\n* Update src/environment/StepFunction.h\r\n\r\nCo-authored-by: Roberto Di Remigio Eikås \r\n\r\n---------\r\n\r\nCo-authored-by: Roberto Di Remigio Eikås ","shortMessageHtmlLink":"Refactor the Permittivity function (#465)"}},{"before":"be6416d3935d575255aec98b61dae54500deb4cc","after":null,"ref":"refs/heads/pcm-terms-response","pushedAt":"2023-11-20T16:03:52.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"robertodr","name":"Roberto Di Remigio Eikås","path":"/robertodr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3708689?s=80&v=4"}},{"before":null,"after":"be6416d3935d575255aec98b61dae54500deb4cc","ref":"refs/heads/pcm-terms-response","pushedAt":"2023-11-20T16:03:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"robertodr","name":"Roberto Di Remigio Eikås","path":"/robertodr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3708689?s=80&v=4"},"commit":{"message":"Update input parser","shortMessageHtmlLink":"Update input parser"}},{"before":"f0d056031fa9778e9cc64bc7bf39af7e5c8f52c0","after":"2dcd68dddb2844662a3342bd3b49af2d5ab3dfc5","ref":"refs/heads/master","pushedAt":"2023-11-20T15:51:19.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"robertodr","name":"Roberto Di Remigio Eikås","path":"/robertodr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3708689?s=80&v=4"},"commit":{"message":"Convert default radii to bohr when input units are not angstrom (#473)\n\n* Convert default radii to bohr when input units are not angstrom\r\n* Update template.yml (formatting and documentation)\r\n* Refine fix for unit conversion of cavity params, add tests","shortMessageHtmlLink":"Convert default radii to bohr when input units are not angstrom (#473)"}},{"before":"b9e76c32158767356bbb3c977008bd0cf64c5ccb","after":null,"ref":"refs/heads/fix-unit-conversion-cavity-radii","pushedAt":"2023-11-15T14:36:37.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"robertodr","name":"Roberto Di Remigio Eikås","path":"/robertodr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3708689?s=80&v=4"}},{"before":null,"after":"b9e76c32158767356bbb3c977008bd0cf64c5ccb","ref":"refs/heads/fix-unit-conversion-cavity-radii","pushedAt":"2023-11-15T14:35:18.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"robertodr","name":"Roberto Di Remigio Eikås","path":"/robertodr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3708689?s=80&v=4"},"commit":{"message":"Refine fix for unit conversion of cavity params, add tests","shortMessageHtmlLink":"Refine fix for unit conversion of cavity params, add tests"}},{"before":"fb7000510dbdf2a62ce53c1750ebc657773142fb","after":null,"ref":"refs/heads/pcm-terms-response","pushedAt":"2023-11-10T11:39:52.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"robertodr","name":"Roberto Di Remigio Eikås","path":"/robertodr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3708689?s=80&v=4"}},{"before":"81635ae8199c3ac792bfa23f2bff80f9aa20e9ed","after":"fb7000510dbdf2a62ce53c1750ebc657773142fb","ref":"refs/heads/pcm-terms-response","pushedAt":"2023-11-10T10:48:34.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"robertodr","name":"Roberto Di Remigio Eikås","path":"/robertodr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3708689?s=80&v=4"},"commit":{"message":"Sign change was necessary","shortMessageHtmlLink":"Sign change was necessary"}},{"before":null,"after":"81635ae8199c3ac792bfa23f2bff80f9aa20e9ed","ref":"refs/heads/pcm-terms-response","pushedAt":"2023-11-06T09:01:23.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"robertodr","name":"Roberto Di Remigio Eikås","path":"/robertodr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3708689?s=80&v=4"},"commit":{"message":"Handle nonequilibrium solvation more gracefully","shortMessageHtmlLink":"Handle nonequilibrium solvation more gracefully"}},{"before":"e0ea9c9ac4a7be76d1f2786f48effa4bde8a5fdb","after":"f0d056031fa9778e9cc64bc7bf39af7e5c8f52c0","ref":"refs/heads/master","pushedAt":"2023-11-02T10:24:41.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"robertodr","name":"Roberto Di Remigio Eikås","path":"/robertodr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3708689?s=80&v=4"},"commit":{"message":"cavity function used directly instead of projected first (#458)\n\n* cavity function used directly instead of projected first\r\n\r\n* clear d_V\r\n\r\n* Update SCRF.cpp \r\n\r\ndefine ranks in accelerator, so that all mpi ranks use kain\r\n\r\n* cavity function used directly instead of projected first\r\n\r\n* clear d_V\r\n\r\n* Update SCRF.cpp \r\n\r\ndefine ranks in accelerator, so that all mpi ranks use kain\r\n\r\n* manage to pull down to 12.2 and 30.0 gb\r\n\r\n* reduced memory usage to ca. 3 gb from 8 gb\r\n\r\n* Remove print statement for memory\r\n\r\n* Small changes to desctructor and clear\r\n\r\n* Use latest MRCPP\r\n\r\n* Use default initialization in header file\r\n\r\n* Do some cleaning after feedback\r\n\r\n* Remove ´optimizer´ option from inputs\r\n\r\n* Fix tests\r\n\r\n---------\r\n\r\nCo-authored-by: Roberto Di Remigio Eikås \r\nCo-authored-by: Gabrielgerez ","shortMessageHtmlLink":"cavity function used directly instead of projected first (#458)"}},{"before":"62b9be3c73b6c5908df23a5879c4caf01a39ca2c","after":null,"ref":"refs/heads/moritzgubler-feature/relax","pushedAt":"2023-10-30T12:18:36.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"robertodr","name":"Roberto Di Remigio Eikås","path":"/robertodr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3708689?s=80&v=4"}},{"before":null,"after":"62b9be3c73b6c5908df23a5879c4caf01a39ca2c","ref":"refs/heads/moritzgubler-feature/relax","pushedAt":"2023-10-30T12:18:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"robertodr","name":"Roberto Di Remigio Eikås","path":"/robertodr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3708689?s=80&v=4"},"commit":{"message":"Flesh out test","shortMessageHtmlLink":"Flesh out test"}},{"before":"e0ea9c9ac4a7be76d1f2786f48effa4bde8a5fdb","after":"4cac6bd7685c1efceecce432809fd0b0de65246f","ref":"refs/heads/programmers-docs","pushedAt":"2023-10-30T09:14:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"robertodr","name":"Roberto Di Remigio Eikås","path":"/robertodr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3708689?s=80&v=4"},"commit":{"message":"Render programmers' manual in docs","shortMessageHtmlLink":"Render programmers' manual in docs"}},{"before":null,"after":"e0ea9c9ac4a7be76d1f2786f48effa4bde8a5fdb","ref":"refs/heads/programmers-docs","pushedAt":"2023-10-30T09:14:42.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"robertodr","name":"Roberto Di Remigio Eikås","path":"/robertodr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3708689?s=80&v=4"},"commit":{"message":"Merge pull request #468 from MRChemSoft/gitpeterwind-patch-1\n\nUpdate betzy_example.job","shortMessageHtmlLink":"Merge pull request #468 from MRChemSoft/gitpeterwind-patch-1"}},{"before":"ddebe3bbf52b4f6786e6d5b0f80fbdebf2fde48d","after":"e0ea9c9ac4a7be76d1f2786f48effa4bde8a5fdb","ref":"refs/heads/master","pushedAt":"2023-10-15T09:11:07.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"stigrj","name":"Stig Rune Jensen","path":"/stigrj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/3319691?s=80&v=4"},"commit":{"message":"Merge pull request #468 from MRChemSoft/gitpeterwind-patch-1\n\nUpdate betzy_example.job","shortMessageHtmlLink":"Merge pull request #468 from MRChemSoft/gitpeterwind-patch-1"}},{"before":null,"after":"5b22322fa7421120fb3a20352aa2296a6333665a","ref":"refs/heads/gitpeterwind-patch-1","pushedAt":"2023-10-15T08:25:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"gitpeterwind","name":"Peter Wind","path":"/gitpeterwind","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/22682022?s=80&v=4"},"commit":{"message":"Update betzy_example.job","shortMessageHtmlLink":"Update betzy_example.job"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEP36bbwA","startCursor":null,"endCursor":null}},"title":"Activity · MRChemSoft/mrchem"}