{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":178270250,"defaultBranch":"master","name":"pyqmc","ownerLogin":"WagnerGroup","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2019-03-28T19:36:05.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/17358277?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1715885802.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"6fe5e8ac453f2119dfadbc4688cfc2b5f91b2cf8","ref":"refs/heads/fix_imports","pushedAt":"2024-05-16T18:56:42.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"lkwagner","name":"Lucas Wagner","path":"/lkwagner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11543877?s=80&v=4"},"commit":{"message":"fixed a couple more bugs.","shortMessageHtmlLink":"fixed a couple more bugs."}},{"before":"2375b1177a7d19f8c372165781904de76df294ea","after":"d81882048b71f3d6943c8817ce0e4f99caeb9e32","ref":"refs/heads/master","pushedAt":"2024-03-23T16:24:26.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lkwagner","name":"Lucas Wagner","path":"/lkwagner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11543877?s=80&v=4"},"commit":{"message":"Compute pairwise faster (#436)\n\n* vectorize dist.pairwise()\r\n\r\n* vectorize dist.pairwise()","shortMessageHtmlLink":"Compute pairwise faster (#436)"}},{"before":"396b6669d6803388e3a1713b8d4175a000179fcd","after":"2375b1177a7d19f8c372165781904de76df294ea","ref":"refs/heads/master","pushedAt":"2024-03-23T13:51:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lkwagner","name":"Lucas Wagner","path":"/lkwagner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11543877?s=80&v=4"},"commit":{"message":"fix typo in hdftools -- allow adding new accumulator keys (#437)","shortMessageHtmlLink":"fix typo in hdftools -- allow adding new accumulator keys (#437)"}},{"before":"dc0a0db4e0dfd23f503a0b5c71c3138fd17cfc15","after":"396b6669d6803388e3a1713b8d4175a000179fcd","ref":"refs/heads/master","pushedAt":"2024-03-05T17:43:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lkwagner","name":"Lucas Wagner","path":"/lkwagner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11543877?s=80&v=4"},"commit":{"message":"add new test for testvalue with aux coordinates (#434)","shortMessageHtmlLink":"add new test for testvalue with aux coordinates (#434)"}},{"before":"ccbdf131585f0bd9498ab958a3a74a736db3e12d","after":null,"ref":"refs/heads/multi_wf_accumulators","pushedAt":"2024-03-03T00:29:49.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"lkwagner","name":"Lucas Wagner","path":"/lkwagner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11543877?s=80&v=4"}},{"before":"f12e7171325caef7d42c6bcfaea0ea3a98818fda","after":"dc0a0db4e0dfd23f503a0b5c71c3138fd17cfc15","ref":"refs/heads/master","pushedAt":"2024-03-03T00:29:44.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lkwagner","name":"Lucas Wagner","path":"/lkwagner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11543877?s=80&v=4"},"commit":{"message":"Ensemble optimization routine (#424)\n\n* added multiple wave function accumulators and implemented it in sample_many.py\r\n\r\n* compute the weights using the function.\r\n\r\n* Clean up.\r\n\r\n* update..\r\n\r\n* added test, but seem to find a bug with the sampler?\r\n\r\n* Replaced sampler with the optimize_excited_states.py one which seems to sample the correct distribution.\r\n\r\n* pass most tests\r\n\r\n* now have Fisher info matrix\r\n\r\n* multi_accumulators seems to be done??\r\n\r\n* Added ensemble optimizer (very simple SR method), seems to work.\r\n\r\n* small updates.\r\n\r\n* Added license\r\n\r\n* Fixed the test_sample_many test failures!\r\n\r\n* now with outputs.\r\n\r\n* now run in parallel!\r\n\r\n* Added example","shortMessageHtmlLink":"Ensemble optimization routine (#424)"}},{"before":"7ea9ec35a989b8f7c30406345e1e6781ed2f845e","after":"f12e7171325caef7d42c6bcfaea0ea3a98818fda","ref":"refs/heads/master","pushedAt":"2024-03-03T00:29:00.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lkwagner","name":"Lucas Wagner","path":"/lkwagner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11543877?s=80&v=4"},"commit":{"message":"fix pyscf issue (#431)\n\n* fix pyscf issue?\r\n\r\n* add tests for generating orbitals\r\n\r\n* import pytest\r\n\r\n* add pyscf copyright to _estimate_rcut","shortMessageHtmlLink":"fix pyscf issue (#431)"}},{"before":"257bfd5c059b2e1404105c64165961d1ae81ef05","after":"7ea9ec35a989b8f7c30406345e1e6781ed2f845e","ref":"refs/heads/master","pushedAt":"2024-02-20T14:59:12.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lkwagner","name":"Lucas Wagner","path":"/lkwagner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11543877?s=80&v=4"},"commit":{"message":"Fix a key error in compute_tmoves() in eval_ecp.py (#427)\n\n* modified ecp_ea() and compute_tmoves() in eval_ecp.py\r\n\r\n* fixed key errors in compute_tmoves()\r\n\r\n* fixed the definition of epos\r\n\r\n* added comments in compute_tmoves()\r\n\r\n* added an if statement to initialize ratio when mask is all false as a new fix","shortMessageHtmlLink":"Fix a key error in compute_tmoves() in eval_ecp.py (#427)"}},{"before":"a7902426545179ede2b7303b6834d2d68a6582f9","after":"ccbdf131585f0bd9498ab958a3a74a736db3e12d","ref":"refs/heads/multi_wf_accumulators","pushedAt":"2024-02-19T15:39:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lkwagner","name":"Lucas Wagner","path":"/lkwagner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11543877?s=80&v=4"},"commit":{"message":"Added example","shortMessageHtmlLink":"Added example"}},{"before":"db4ecd69c0c385a5d9370345d50899f687a1fa7c","after":"a7902426545179ede2b7303b6834d2d68a6582f9","ref":"refs/heads/multi_wf_accumulators","pushedAt":"2024-02-05T15:38:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lkwagner","name":"Lucas Wagner","path":"/lkwagner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11543877?s=80&v=4"},"commit":{"message":"now run in parallel!","shortMessageHtmlLink":"now run in parallel!"}},{"before":"6924197cb003206ebe68e5c5384deaf9dd7643be","after":"db4ecd69c0c385a5d9370345d50899f687a1fa7c","ref":"refs/heads/multi_wf_accumulators","pushedAt":"2024-02-05T09:44:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lkwagner","name":"Lucas Wagner","path":"/lkwagner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11543877?s=80&v=4"},"commit":{"message":"now with outputs.","shortMessageHtmlLink":"now with outputs."}},{"before":"c74601d2b15b2a326c6d5766cd17c43457d29353","after":"257bfd5c059b2e1404105c64165961d1ae81ef05","ref":"refs/heads/master","pushedAt":"2024-01-31T15:42:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lkwagner","name":"Lucas Wagner","path":"/lkwagner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11543877?s=80&v=4"},"commit":{"message":"removed underscore when calling PeriodicConfigs._dist in coord.py (#426)\n\nThanks!","shortMessageHtmlLink":"removed underscore when calling PeriodicConfigs._dist in coord.py (#426)"}},{"before":"7bfaed63fe27eb6a348801b4853351dd69287432","after":"6924197cb003206ebe68e5c5384deaf9dd7643be","ref":"refs/heads/multi_wf_accumulators","pushedAt":"2024-01-23T14:30:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lkwagner","name":"Lucas Wagner","path":"/lkwagner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11543877?s=80&v=4"},"commit":{"message":"Fixed the test_sample_many test failures!","shortMessageHtmlLink":"Fixed the test_sample_many test failures!"}},{"before":null,"after":"7bfaed63fe27eb6a348801b4853351dd69287432","ref":"refs/heads/multi_wf_accumulators","pushedAt":"2024-01-19T15:11:41.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"lkwagner","name":"Lucas Wagner","path":"/lkwagner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11543877?s=80&v=4"},"commit":{"message":"Added license","shortMessageHtmlLink":"Added license"}},{"before":"feb9384e0103088975b3d2683d49dda645f4102a","after":"c74601d2b15b2a326c6d5766cd17c43457d29353","ref":"refs/heads/master","pushedAt":"2024-01-19T15:07:21.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lkwagner","name":"Lucas Wagner","path":"/lkwagner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11543877?s=80&v=4"},"commit":{"message":"Fix linemin (#423)\n\n* clean up the test, and add some more outputs for linemin.\r\nchanged the epsilon default to something a bit more conservative.\r\n\r\n* Fixed a sign error!!","shortMessageHtmlLink":"Fix linemin (#423)"}},{"before":"7e4c1aa69953609942930d19b4ff7e11618aa8d4","after":"a16c868fe4dc1d416a7a3974573f269392bb2fae","ref":"refs/heads/fix_linemin","pushedAt":"2024-01-19T14:27:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"lkwagner","name":"Lucas Wagner","path":"/lkwagner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11543877?s=80&v=4"},"commit":{"message":"Fixed a sign error!!","shortMessageHtmlLink":"Fixed a sign error!!"}},{"before":"f971aa754076f5301ffbcff08f2366da3ef27d89","after":"feb9384e0103088975b3d2683d49dda645f4102a","ref":"refs/heads/master","pushedAt":"2024-01-18T17:13:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lkwagner","name":"Lucas Wagner","path":"/lkwagner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11543877?s=80&v=4"},"commit":{"message":"clean up the test, and add some more outputs for linemin. (#422)\n\nchanged the epsilon default to something a bit more conservative.","shortMessageHtmlLink":"clean up the test, and add some more outputs for linemin. (#422)"}},{"before":null,"after":"7e4c1aa69953609942930d19b4ff7e11618aa8d4","ref":"refs/heads/fix_linemin","pushedAt":"2024-01-18T15:56:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"lkwagner","name":"Lucas Wagner","path":"/lkwagner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11543877?s=80&v=4"},"commit":{"message":"clean up the test, and add some more outputs for linemin.\nchanged the epsilon default to something a bit more conservative.","shortMessageHtmlLink":"clean up the test, and add some more outputs for linemin."}},{"before":"d93355b9b9e46f25cb29e30764c0eecc7f45f6cf","after":"f971aa754076f5301ffbcff08f2366da3ef27d89","ref":"refs/heads/master","pushedAt":"2024-01-16T20:12:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lkwagner","name":"Lucas Wagner","path":"/lkwagner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11543877?s=80&v=4"},"commit":{"message":"Condense ewald2d (#417)\n\n* change _b_update_many to _b_partial_many since it doesn't update anything\r\n\r\n* change dist_i to require second argument be 2d, can't compute all-to-all\r\n\r\n* assert Electron objects contain only shape 2 arrays\r\n\r\n* revert rename b_update_many\r\n\r\n* use linalg.norm for gnorm\r\n\r\n* use same real_cij function in both ewald and ewald 2d\r\n\r\n* save gnorm instead of recalculating each call\r\n\r\n* in ewald_recip_weight make Gpoints the last axis\r\n\r\n* change G axis to last in g_dot_R\r\n\r\n* consolidate functions and avoid redundant distance calculations\r\n\r\n* compute ion-ion term just once at initialization\r\n\r\n* remove asserts from Electron objects","shortMessageHtmlLink":"Condense ewald2d (#417)"}},{"before":"1a99c960e663efd9cbc9cb35e52898b8a8a10b18","after":"d93355b9b9e46f25cb29e30764c0eecc7f45f6cf","ref":"refs/heads/master","pushedAt":"2024-01-16T20:11:59.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lkwagner","name":"Lucas Wagner","path":"/lkwagner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11543877?s=80&v=4"},"commit":{"message":"add copyright to all files (#419)\n\n* add copyright to all files\r\n\r\n* change copyright to 2019-2024 The PyQMC Developers","shortMessageHtmlLink":"add copyright to all files (#419)"}},{"before":"0cf101a40a0d1110b3a891c1af5f4659fab030f9","after":"1a99c960e663efd9cbc9cb35e52898b8a8a10b18","ref":"refs/heads/master","pushedAt":"2024-01-16T20:11:27.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lkwagner","name":"Lucas Wagner","path":"/lkwagner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11543877?s=80&v=4"},"commit":{"message":"set optimize='greedy' in orbitals.mos and ewald.reciprocal_space_electron (#421)","shortMessageHtmlLink":"set optimize='greedy' in orbitals.mos and ewald.reciprocal_space_elec…"}},{"before":"9661073f41d7dca2ab4929f7dc7138d1bd4ea4d3","after":"0cf101a40a0d1110b3a891c1af5f4659fab030f9","ref":"refs/heads/master","pushedAt":"2024-01-16T15:11:14.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lkwagner","name":"Lucas Wagner","path":"/lkwagner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11543877?s=80&v=4"},"commit":{"message":"properly check diagonal matrix for MinimalImageDistance (#420)","shortMessageHtmlLink":"properly check diagonal matrix for MinimalImageDistance (#420)"}},{"before":"6ac412dcaac49b84997e532a17cf871ca5477598","after":"9661073f41d7dca2ab4929f7dc7138d1bd4ea4d3","ref":"refs/heads/master","pushedAt":"2024-01-16T15:09:04.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lkwagner","name":"Lucas Wagner","path":"/lkwagner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11543877?s=80&v=4"},"commit":{"message":"Clarify dist_i interface (#413)\n\n* comment return shapes in sample_onebody\r\n\r\n* remove unused for loop in three_body_jastrow.pgradient\r\n\r\n* change _b_update_many to _b_partial_many since it doesn't update anything\r\n\r\n* change ewald dist_i to pairwise for ei distances\r\n\r\n* change dist_i to require second argument be 2d, can't compute all-to-all\r\n\r\n* assert Electron objects contain only shape 2 arrays\r\n\r\n* pass self.dist when Configs constructs new Configs\r\n\r\n* change Configs.mask to Configs.select, to indicate that any slice can be used to index the arrays\r\n\r\n* Revert \"change Configs.mask to Configs.select, to indicate that any slice can be used to index the arrays\"\r\n\r\nThis reverts commit 0b44750f34c31727df8281ed143ac7fed9857968.\r\n\r\n* add method Configs.electrons, need a way to select multiple\r\n\r\n* update obdm for Electrons having max 2 dimensions\r\n\r\n* fix error passing dist to PeriodicConfigs\r\n\r\n* ecp testvalue electrons one at a time\r\n\r\n* rename minimal image distance functions in test_minimal_image\r\n\r\n* fix test_wf_derivatives to use 2d Electon array\r\n\r\n* fix return when n1==0\r\n\r\n* fix mistake in eval_ecp\r\n\r\n* remove unused method move_all from coord.py\r\n\r\n* revert rename b_update_many\r\n\r\n* remove test_distance, since pairwise doesn't return ij anymore\r\n\r\n* fix ewald2d distance calculation\r\n\r\n* change Configs.electrons to Configs.select_electrons\r\n\r\n* change 'dist or' to 'dist if dist is not None else'\r\n\r\n* allow 3d arrays in Electron object\r\n\r\n* change (write) Slater.testvalue documentation to specify 2d or 3d epos inputs\r\n\r\n* enable jastrow testvalue to take 2d or 3d arrays and add documentation\r\n\r\n* revert eval_ecp to call testvalue with all aips vectorized\r\n\r\n* add atom_coords attribute to jastrow with extra first axis\r\n\r\n* remove assert from PeriodicElectron\r\n\r\n* skip ecp_ea if all configs are masked\r\n\r\n* update ThreeBodyJastrow for testvalue to accept 3d epos\r\n\r\n* fix typo in threebodyjastrow\r\n\r\n* fix threebodyjastrow bug","shortMessageHtmlLink":"Clarify dist_i interface (#413)"}},{"before":"ef13a5da96b8214a7109962ddf968292341df4fe","after":"6ac412dcaac49b84997e532a17cf871ca5477598","ref":"refs/heads/master","pushedAt":"2024-01-13T23:06:20.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lkwagner","name":"Lucas Wagner","path":"/lkwagner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11543877?s=80&v=4"},"commit":{"message":"cleaner way to check orthogonal lattice vectors (#416)","shortMessageHtmlLink":"cleaner way to check orthogonal lattice vectors (#416)"}},{"before":"b0f68067d293cfc1e5f3cc407ccda9a34c471ffa","after":"ef13a5da96b8214a7109962ddf968292341df4fe","ref":"refs/heads/master","pushedAt":"2024-01-12T23:01:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lkwagner","name":"Lucas Wagner","path":"/lkwagner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11543877?s=80&v=4"},"commit":{"message":"Fix 2DEwald doc (#415)\n\n* fix doc\r\n\r\n* add accumulators.rst","shortMessageHtmlLink":"Fix 2DEwald doc (#415)"}},{"before":"1cfe06050f6f227ba97fd51bc879598020bbe87a","after":"b0f68067d293cfc1e5f3cc407ccda9a34c471ffa","ref":"refs/heads/master","pushedAt":"2024-01-12T23:00:38.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lkwagner","name":"Lucas Wagner","path":"/lkwagner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11543877?s=80&v=4"},"commit":{"message":"Small changes (#414)\n\n* shorter faster invert_list_of_dicts\r\n\r\n* cleaner print output for linemin\r\n\r\n* Revert \"shorter faster invert_list_of_dicts\"\r\n\r\nThis reverts commit 3d92c0f3a88478738b6d00900995c9e61bc22e43.\r\n\r\n* remove unused/unnecessary imports\r\n\r\n* Revert \"cleaner print output for linemin\"\r\n\r\nThis reverts commit 72ff56567d27ee540d2a5011407209b29a41d543.","shortMessageHtmlLink":"Small changes (#414)"}},{"before":"6bdfd13f5eca04e40e7aafd174e1e59842dbc458","after":"1cfe06050f6f227ba97fd51bc879598020bbe87a","ref":"refs/heads/master","pushedAt":"2024-01-12T18:56:54.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lkwagner","name":"Lucas Wagner","path":"/lkwagner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11543877?s=80&v=4"},"commit":{"message":"Set precision for GTO evaulation as kwarg for a number of classes, determined on a default value, modified some tests (#412)\n\n* added the option to specify precision for evaluating gto as a slater_kw\r\n\r\n* fixed the bug where PBCOrbitalEvaluatorKpoints.rcut is a scalar when precision is None\r\n\r\n* fixed a bug with rcut\r\n\r\n* update\r\n\r\n* update\r\n\r\n* finalized the default value for eval_gto_precision to 0.01\r\n\r\n* updated docstrings related to eval gto precision\r\n\r\n* added eval_gto_precision as a parameter for a few more functions which call PBC orbital evaluator. modified some tests with higher precisions so that they pass.\r\n\r\n* modifed that precision used in a test\r\n\r\n* PBCOrbitalEvaluatorKpoints now doesn't change cell.precision and cell.rcut, _estimate_rcut() is no longer a class method","shortMessageHtmlLink":"Set precision for GTO evaulation as kwarg for a number of classes, de…"}},{"before":"eb8a6ee863556781ba5eac3351a53ed2f06dd8b5","after":"6bdfd13f5eca04e40e7aafd174e1e59842dbc458","ref":"refs/heads/master","pushedAt":"2024-01-12T18:50:08.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lkwagner","name":"Lucas Wagner","path":"/lkwagner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11543877?s=80&v=4"},"commit":{"message":"2D Ewald summation (#399)\n\n* pass test_ewald\r\n\r\n* move inf_vacuum condition\r\n\r\n* clean recvec\r\n\r\n* split recip self terms\r\n\r\n* rm dist_matrix_large\r\n\r\n* add default dim=3\r\n\r\n* rm unused vars\r\n\r\n* split to ewald2d file\r\n\r\n* clean ewald 3d\r\n\r\n* add my own ewald_3d\r\n\r\n* tested 2d recip\r\n\r\n* backup my own 3d\r\n\r\n* checkpoint 2d; slab still wrong\r\n\r\n* rm my own 3d and old 2d codes\r\n\r\n* add 2d slab test\r\n\r\n* fix reference number; passed slab test\r\n\r\n* clean\r\n\r\n* revert old ewald\r\n\r\n* clean distance\r\n\r\n* add asarray ion ion pairs\r\n\r\n* add doc\r\n\r\n* edit doc\r\n\r\n* update doc\r\n\r\n* update\r\n\r\n* clean","shortMessageHtmlLink":"2D Ewald summation (#399)"}},{"before":"b232347933a890fe07b14e6f2c2f6bbff674140d","after":"eb8a6ee863556781ba5eac3351a53ed2f06dd8b5","ref":"refs/heads/master","pushedAt":"2024-01-11T16:39:34.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lkwagner","name":"Lucas Wagner","path":"/lkwagner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11543877?s=80&v=4"},"commit":{"message":"fix test_dmc (#411)\n\n* fix documentation latex error\r\n\r\n* make casscf orbitals work\r\n\r\n* casscf without overwriting mf\r\n\r\n* change quit to raise exception\r\n\r\n* update inputs/docs to vmc(), rundmc(), line_mimization(), and stop calculation at nblocks/max_iterations\r\n\r\n* update inputs/docs to vmc(), rundmc(), line_mimization(), and stop calculation at nblocks/max_iterations\r\n\r\n* update test_dmc to use the new argument names\r\n\r\n* handle restarting a finished calculation, max_iterations/nblocks already reached\r\n\r\n* update examples with new restart convention/naming\r\n\r\n* add documentation for new restart convention\r\n\r\n* add warnings for deprecated kwargs and for offsets exceeding max_iterations/nblocks\r\n\r\n* fix typo\r\n\r\n* fix typos\r\n\r\n* forgot imports\r\n\r\n* change remaining to in test_dmc","shortMessageHtmlLink":"fix test_dmc (#411)"}},{"before":"03361297803e75c81e307577daa015e92c3e1bd1","after":"b232347933a890fe07b14e6f2c2f6bbff674140d","ref":"refs/heads/master","pushedAt":"2024-01-11T16:30:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"lkwagner","name":"Lucas Wagner","path":"/lkwagner","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/11543877?s=80&v=4"},"commit":{"message":"Optimization accumulators (#410)\n\n* Move PgradTransform to stochastic_reconfiguration.py, added a redirect.\r\n\r\n* Added a delta_p function.\r\n\r\n* Added some reporting, increased walkers in test so that it's more consistent.\r\n\r\n* Finish reporting.\r\n\r\n* Some rearrangement and fixing some tests.\r\n\r\n* fixed some issues raised in the review.","shortMessageHtmlLink":"Optimization accumulators (#410)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAES_oiFwA","startCursor":null,"endCursor":null}},"title":"Activity · WagnerGroup/pyqmc"}