url
stringlengths
63
66
repository_url
stringclasses
1 value
labels_url
stringlengths
77
80
comments_url
stringlengths
72
75
events_url
stringlengths
70
73
html_url
stringlengths
52
56
id
int64
3.39M
3.04B
node_id
stringlengths
18
32
number
int64
1
4.39k
title
stringlengths
3
367
user
dict
labels
listlengths
0
5
state
stringclasses
2 values
locked
bool
2 classes
assignee
dict
assignees
listlengths
0
2
milestone
null
comments
listlengths
0
30
created_at
timestamp[s]date
2012-02-26 12:10:46
2025-05-02 18:11:41
updated_at
timestamp[s]date
2012-02-26 14:52:41
2025-05-02 18:16:27
closed_at
stringlengths
0
20
author_association
stringclasses
3 values
type
stringclasses
1 value
active_lock_reason
stringclasses
2 values
sub_issues_summary
dict
body
stringlengths
0
119k
closed_by
dict
reactions
dict
timeline_url
stringlengths
72
75
performed_via_github_app
null
state_reason
stringclasses
4 values
is_pull_request
bool
2 classes
draft
bool
2 classes
pull_request
dict
https://api.github.com/repos/materialsproject/pymatgen/issues/2101
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2101/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2101/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2101/events
https://github.com/materialsproject/pymatgen/pull/2101
839,937,107
MDExOlB1bGxSZXF1ZXN0NTk5ODcwODQ4
2,101
small fix for insertion electrode
{ "login": "jmmshn", "id": 14003693, "node_id": "MDQ6VXNlcjE0MDAzNjkz", "avatar_url": "https://avatars.githubusercontent.com/u/14003693?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jmmshn", "html_url": "https://github.com/jmmshn", "followers_url": "https://api.github.com/users/jmmshn/fo...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Thanks @jmmshn " ]
2021-03-24T17:03:50
2021-03-25T23:18:43
2021-03-24T18:56:30Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
When the decomposition energy are missing the `get_max_instability` and `get_min_instability` functions all error out. Now they will just return None
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2101/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2101/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2101", "html_url": "https://github.com/materialsproject/pymatgen/pull/2101", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2101.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2101.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2102
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2102/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2102/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2102/events
https://github.com/materialsproject/pymatgen/issues/2102
840,062,529
MDU6SXNzdWU4NDAwNjI1Mjk=
2,102
Speed up SpacegroupAnalyzer().get_crystal_system() with bisect module
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "For reference, this is the result I'm getting with both functions:\r\n\r\n```py\r\nlog_gvrh.sg_number.apply(get_crystal_system).value_counts()\r\nlog_gvrh.sg_number.apply(new_get_crystal_system).value_counts()\r\n```\r\n\r\n```\r\ncubic 3847\r\ntetragonal 2056\r\northorhombic 1682\r\nhexagonal ...
2021-03-24T19:01:17
2021-03-24T19:43:50
2021-03-24T19:43:50Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Is your feature request related to a problem? Please describe.** `SpacegroupAnalyzer().get_crystal_system()` can be sped up with the [native `bisect` module](https://docs.python.org/3/library/bisect.html). **Describe the solution you'd like** I suggest to replace the current implementation of `get_crystal_sy...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2102/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2102/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2103
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2103/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2103/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2103/events
https://github.com/materialsproject/pymatgen/issues/2103
840,946,446
MDU6SXNzdWU4NDA5NDY0NDY=
2,103
get_symmetrically_distinct_miller_indices gives wrong values for primitive fcc cell
{ "login": "bernstei", "id": 1202357, "node_id": "MDQ6VXNlcjEyMDIzNTc=", "avatar_url": "https://avatars.githubusercontent.com/u/1202357?v=4", "gravatar_id": "", "url": "https://api.github.com/users/bernstei", "html_url": "https://github.com/bernstei", "followers_url": "https://api.github.com/users/berns...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "I just realized that this is probably explained by the code not magically knowing the convention that for fcc people use conventional cell Miller indices instead of ones based on the reciprocal of the primitive cell lattice (combined with the fact that conventional 211 can be expressed with max index 1 in primitiv...
2021-03-25T13:44:31
2021-03-25T15:33:07
2021-03-25T15:33:07Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** When passed a primitive fcc cell and max index of 1, `get_symmetrically_distinct_miller_indices()` fails to find (1 0 0), but reports multiple equivalent copies of (110) and (111) differing by negative signs **To Reproduce** run the following python script ``` from ase.atoms import Atoms fr...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2103/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2103/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2104
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2104/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2104/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2104/events
https://github.com/materialsproject/pymatgen/pull/2104
841,272,371
MDExOlB1bGxSZXF1ZXN0NjAxMDI4OTQ3
2,104
Update mp2020 to v2021.03.22 DB release, without activating by default
{ "login": "rkingsbury", "id": 1908695, "node_id": "MDQ6VXNlcjE5MDg2OTU=", "avatar_url": "https://avatars.githubusercontent.com/u/1908695?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rkingsbury", "html_url": "https://github.com/rkingsbury", "followers_url": "https://api.github.com/users...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Thanks @rkingsbury \r\n\r\n> There is one test in test_matproj.py that is failing, and I think this is a result of the new DB release rather than any changes in this PR.\r\n\r\nI'll handle this ..." ]
2021-03-25T20:13:03
2021-03-26T04:30:12
2021-03-25T20:16:11Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary * Refit MP2020 corrections to the 2021.03.22 DB release using updated experimental data (see #2006 ) * Add the ability to point `MaterialsProject2020Compatibility` to an alternate configuration file * Various docstring changes and updates ported from #2006 The purpose of this PR is to enable test bui...
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2104/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2104/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2104", "html_url": "https://github.com/materialsproject/pymatgen/pull/2104", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2104.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2104.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2105
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2105/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2105/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2105/events
https://github.com/materialsproject/pymatgen/pull/2105
844,874,669
MDExOlB1bGxSZXF1ZXN0NjA0MDc4NTI5
2,105
Fix for correct bonds_broken in slab generation
{ "login": "fyalcin", "id": 20908329, "node_id": "MDQ6VXNlcjIwOTA4MzI5", "avatar_url": "https://avatars.githubusercontent.com/u/20908329?v=4", "gravatar_id": "", "url": "https://api.github.com/users/fyalcin", "html_url": "https://github.com/fyalcin", "followers_url": "https://api.github.com/users/fyalci...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Thanks for submitting this PR. Do you mind adding a unittest for the bug? You just need to add it to pymatgen/core/tests/test_surface.py. ", "Just added a unit test. It is the first unit test I ever wrote so I hope I was able to pull it off :)", "Looks good to me. Thanks!\r\n" ]
2021-03-30T16:51:27
2021-04-01T23:21:59
2021-04-01T16:44:15Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary `SlabGenerator._get_c_ranges()` takes in a `bonds` dictionary and returns a set of tuples of fractional z-coordinates of neighboring (nearest) atoms if they have distinct z-coordinates. This set is then used in the `SlabGenerator.get_slabs()` method in order to calculate the total number of broken bonds. ...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2105/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2105/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2105", "html_url": "https://github.com/materialsproject/pymatgen/pull/2105", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2105.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2105.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2106
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2106/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2106/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2106/events
https://github.com/materialsproject/pymatgen/pull/2106
859,111,254
MDExOlB1bGxSZXF1ZXN0NjE2MjQ0NjEw
2,106
finalize MP2020 correction values
{ "login": "rkingsbury", "id": 1908695, "node_id": "MDQ6VXNlcjE5MDg2OTU=", "avatar_url": "https://avatars.githubusercontent.com/u/1908695?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rkingsbury", "html_url": "https://github.com/rkingsbury", "followers_url": "https://api.github.com/users...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "@mkhorton there seem to be some problems with the test environment - it complains about enumlib and openbabel not being installed / available", "That message is just saying those tests have been skipped -- the actual error is that PMG_MAPI_KEY isn't set. I can look into it.", "Thanks @rkingsbury :)" ]
2021-04-15T17:49:05
2021-04-20T17:45:14
2021-04-20T17:44:53Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Final correction fitting for `MaterialsProject2020Compatibility` * Updates the fitted values to be fully consistent with the new `expt_formation_energy_kingsbury` dataset (see https://github.com/hackingmaterials/matminer/pull/602) * Use `MaterialsProject2020Compatibility` by default in `get_pourbaix_e...
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2106/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2106/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2106", "html_url": "https://github.com/materialsproject/pymatgen/pull/2106", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2106.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2106.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2107
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2107/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2107/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2107/events
https://github.com/materialsproject/pymatgen/issues/2107
860,052,386
MDU6SXNzdWU4NjAwNTIzODY=
2,107
NaN should be removed from any init functions
{ "login": "jmmshn", "id": 14003693, "node_id": "MDQ6VXNlcjE0MDAzNjkz", "avatar_url": "https://avatars.githubusercontent.com/u/14003693?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jmmshn", "html_url": "https://github.com/jmmshn", "followers_url": "https://api.github.com/users/jmmshn/fo...
[ { "id": 4735709485, "node_id": "LA_kwDOACgets8AAAABGkUxLQ", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/compatability", "name": "compatability", "color": "E25438", "default": false, "description": "Concerning pymatgen compatibility with different OS, Python vers...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Using `None` instead of `np.nan` seems like a safe-enough change. PR incoming.", "Looks like `uncertainty` isn't able to handle `None`:\r\n\r\n```py\r\n> if std_dev < 0 and not isinfinite(std_dev):\r\nE TypeError: '<' not supported between instances of 'NoneType' and 'int'\r\n```\r\n\r\n@jmmshn Would...
2021-04-16T17:58:38
2023-05-30T22:55:47
2023-05-30T22:55:47Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
An example is shown here: https://github.com/materialsproject/pymatgen/blob/04beca9af8e575005a40117f1779f1d464c0a697/pymatgen/entries/computed_entries.py#L49 I think these should be removed from any MSONable init function since they don't play well with database and model validation. I'm currently just replacing...
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2107/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2107/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2108
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2108/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2108/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2108/events
https://github.com/materialsproject/pymatgen/pull/2108
860,116,382
MDExOlB1bGxSZXF1ZXN0NjE3MDc2MzM3
2,108
Radial site perturbation and local_env patch
{ "login": "nwinner", "id": 8825901, "node_id": "MDQ6VXNlcjg4MjU5MDE=", "avatar_url": "https://avatars.githubusercontent.com/u/8825901?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nwinner", "html_url": "https://github.com/nwinner", "followers_url": "https://api.github.com/users/nwinner/...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "\n[![Coverage Status](https://coveralls.io/builds/39910127/badge)](https://coveralls.io/builds/39910127)\n\nCoverage decreased (-0.6%) to 83.014% when pulling **82c54470ab958cce369dd70f6cce4893a66f1f31 on nwinner:site-perturb-patch-2** into **5ba1d857cfe1867913e1d7981d2285e79a9233e0 on materialsproject:master**.\n...
2021-04-16T19:46:35
2021-06-17T00:33:01
2021-06-17T00:33:01Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary * Feature 1: I've added a new site transformation called the RadialSiteDistortionTransformation which takes a selected site, and perturbs the atoms around it. The way I've written is that the first nearest neighbors are perturbed by the specified distance, and then subsequent sites follow a 1/r decay, whi...
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2108/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2108/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2108", "html_url": "https://github.com/materialsproject/pymatgen/pull/2108", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2108.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2108.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2109
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2109/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2109/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2109/events
https://github.com/materialsproject/pymatgen/pull/2109
860,120,329
MDExOlB1bGxSZXF1ZXN0NjE3MDc5NTg1
2,109
FermiDos patch
{ "login": "nwinner", "id": 8825901, "node_id": "MDQ6VXNlcjg4MjU5MDE=", "avatar_url": "https://avatars.githubusercontent.com/u/8825901?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nwinner", "html_url": "https://github.com/nwinner", "followers_url": "https://api.github.com/users/nwinner/...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2021-04-16T19:53:38
2021-05-27T16:56:27
2021-05-27T13:11:17Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
A simple fix. FermiDos at present uses 1 - f0(), which for very small numbers, causes python to collapse the result to 0. While such small numbers are within the noise of the dos, the function should be more stable. I moved the minus sign into the f0 function, which is equivalent, and has numpy handle all the precision...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2109/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2109/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2109", "html_url": "https://github.com/materialsproject/pymatgen/pull/2109", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2109.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2109.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2110
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2110/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2110/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2110/events
https://github.com/materialsproject/pymatgen/pull/2110
862,866,300
MDExOlB1bGxSZXF1ZXN0NjE5MzY1NjE4
2,110
Xps
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Hi Shyue, \r\n\r\nIs there a reason you didn't add galore as a dependency? Galore only has numpy, Matplotlib and SciPy as dependencies (all of which are dependencies of pymatgen already), so it is not much bloat.\r\n\r\nIf there is something stopping you from using galore as a library (such as the issue you raised...
2021-04-20T14:16:13
2021-04-21T14:37:05
2021-04-20T14:16:18Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Port of Galore code for XPS generation from DOS.
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2110/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2110/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2110", "html_url": "https://github.com/materialsproject/pymatgen/pull/2110", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2110.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2110.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2111
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2111/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2111/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2111/events
https://github.com/materialsproject/pymatgen/pull/2111
863,244,083
MDExOlB1bGxSZXF1ZXN0NjE5Njg3OTg2
2,111
rm spurious warnings filter from GibbsComputedStructureEntryTest
{ "login": "rkingsbury", "id": 1908695, "node_id": "MDQ6VXNlcjE5MDg2OTU=", "avatar_url": "https://avatars.githubusercontent.com/u/1908695?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rkingsbury", "html_url": "https://github.com/rkingsbury", "followers_url": "https://api.github.com/users...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Thanks Ryan" ]
2021-04-20T21:09:12
2021-04-20T21:35:49
2021-04-20T21:35:43Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Remove a no-longer-needed warnings filter from a test in `GibbsComputedStructureEntryTest`. This had been removed previously but was somehow reinstated amidst the shuffle of MP2020-related merges, and was causing tests to fail.
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2111/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2111/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2111", "html_url": "https://github.com/materialsproject/pymatgen/pull/2111", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2111.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2111.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2112
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2112/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2112/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2112/events
https://github.com/materialsproject/pymatgen/issues/2112
864,645,303
MDU6SXNzdWU4NjQ2NDUzMDM=
2,112
Numpy numerical types in electronic_structure.bandstructure.Kpoint.as_dict result
{ "login": "zooks97", "id": 8887252, "node_id": "MDQ6VXNlcjg4ODcyNTI=", "avatar_url": "https://avatars.githubusercontent.com/u/8887252?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zooks97", "html_url": "https://github.com/zooks97", "followers_url": "https://api.github.com/users/zooks97/...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2021-04-22T07:41:42
2021-04-22T14:15:32
2021-04-22T14:15:32Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
In the [`electronic_structure.bandstructure.Kpoint.as_dict` method](https://github.com/materialsproject/pymatgen/blob/6737f23caaf646cc58425561cf08339acf77b396/pymatgen/electronic_structure/bandstructure.py#L127), the numpy arrays `frac_coords` and `cart_coords` are converted to lists using `list()`, which leaves the co...
{ "login": "zooks97", "id": 8887252, "node_id": "MDQ6VXNlcjg4ODcyNTI=", "avatar_url": "https://avatars.githubusercontent.com/u/8887252?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zooks97", "html_url": "https://github.com/zooks97", "followers_url": "https://api.github.com/users/zooks97/...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2112/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2112/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2113
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2113/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2113/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2113/events
https://github.com/materialsproject/pymatgen/pull/2113
864,723,042
MDExOlB1bGxSZXF1ZXN0NjIwOTA3MjYx
2,113
Use numpy tolist method in electronic_structure.bandstructure.Kpoint.as_dict
{ "login": "zooks97", "id": 8887252, "node_id": "MDQ6VXNlcjg4ODcyNTI=", "avatar_url": "https://avatars.githubusercontent.com/u/8887252?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zooks97", "html_url": "https://github.com/zooks97", "followers_url": "https://api.github.com/users/zooks97/...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Pls add a unittest to check for this pls. Thanks.", "> Pls add a unittest to check for this pls. Thanks.\r\n\r\nDone!", "\n[![Coverage Status](https://coveralls.io/builds/39046363/badge)](https://coveralls.io/builds/39046363)\n\nCoverage decreased (-0.7%) to 83.021% when pulling **49ac26104f98496915d4f2ee94543...
2021-04-22T09:10:05
2021-04-22T14:12:20
2021-04-22T14:12:14Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Use `np.ndarray.tolist()` method instead of python `list()` to convert k-point coordinates in `pymatgen.electronic_structure.bandstructure.Kpoint.as_dict()`. This fixes issue #2112, where numpy numerical types (e.g. numpy.float64) exist in the result of `Kpoint.as_dict()`.
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2113/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2113/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2113", "html_url": "https://github.com/materialsproject/pymatgen/pull/2113", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2113.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2113.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2114
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2114/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2114/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2114/events
https://github.com/materialsproject/pymatgen/issues/2114
864,783,432
MDU6SXNzdWU4NjQ3ODM0MzI=
2,114
Outdated BoltztrapRunner?
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "There is already a pymatgen.electronic_structure.boltztrap2 module (https://github.com/materialsproject/pymatgen/blob/master/pymatgen/electronic_structure/boltztrap2.py).", "Oops. But then how come `atomate` doesn't use it?\r\n\r\nhttps://github.com/hackingmaterials/atomate/blob/7bd29a52e5b6f965b73ec035e65fc6c55...
2021-04-22T10:18:18
2021-04-22T13:27:59
2021-04-22T13:19:56Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Is your feature request related to a problem? Please describe.** `BoltztrapRunner` requires `x_trans` to be in path (which appears to be outdated) and links to an [empty page](www.icams.de/content/research/software-development/boltztrap) to get it. **Describe the solution you'd like** https://github.com/mate...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2114/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2114/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2115
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2115/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2115/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2115/events
https://github.com/materialsproject/pymatgen/pull/2115
866,440,887
MDExOlB1bGxSZXF1ZXN0NjIyMzM2ODE2
2,115
Xdatcar fix
{ "login": "nkeilbart", "id": 68927593, "node_id": "MDQ6VXNlcjY4OTI3NTkz", "avatar_url": "https://avatars.githubusercontent.com/u/68927593?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nkeilbart", "html_url": "https://github.com/nkeilbart", "followers_url": "https://api.github.com/users/...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "\n[![Coverage Status](https://coveralls.io/builds/39099092/badge)](https://coveralls.io/builds/39099092)\n\nCoverage decreased (-0.6%) to 83.032% when pulling **0f65f7b33e512f260fd29b75ff5deb5582974351 on nkeilbart:xdatcar_fix** into **8bb2dd5252909ee8bb54d045b7ab71b4648592fc on materialsproject:master**.\n", "T...
2021-04-23T21:24:41
2021-04-24T12:27:52
2021-04-24T12:27:48Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary * Updated Xdatcar class from pymatgen.io.vasp.outputs to update the lattice constants with each new step. Previously, only a single preamble was read in and used for the rest of the structures. * Created a new XDATCAR test file named XDATCAR_6 to stay consistent with other filenames * Added a test for X...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2115/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2115/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2115", "html_url": "https://github.com/materialsproject/pymatgen/pull/2115", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2115.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2115.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2116
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2116/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2116/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2116/events
https://github.com/materialsproject/pymatgen/issues/2116
869,231,920
MDU6SXNzdWU4NjkyMzE5MjA=
2,116
MPRestError: REST query returned with error status code 403
{ "login": "jrmc502", "id": 67526255, "node_id": "MDQ6VXNlcjY3NTI2MjU1", "avatar_url": "https://avatars.githubusercontent.com/u/67526255?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jrmc502", "html_url": "https://github.com/jrmc502", "followers_url": "https://api.github.com/users/jrmc50...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2021-04-27T20:20:58
2021-05-06T18:56:25
2021-05-06T18:56:05Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** MPRestError: REST query returned with error status code 403 **To Reproduce** Steps to reproduce the behavior: from pymatgen.ext.matproj import MPRester from pymatgen.analysis.pourbaix_diagram import PourbaixDiagram, PourbaixPlotter #here I'm not using pymatgen.core since pourbaix_diagram is...
{ "login": "jrmc502", "id": 67526255, "node_id": "MDQ6VXNlcjY3NTI2MjU1", "avatar_url": "https://avatars.githubusercontent.com/u/67526255?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jrmc502", "html_url": "https://github.com/jrmc502", "followers_url": "https://api.github.com/users/jrmc50...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2116/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2116/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2117
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2117/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2117/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2117/events
https://github.com/materialsproject/pymatgen/pull/2117
869,241,071
MDExOlB1bGxSZXF1ZXN0NjI0NjM4ODAw
2,117
Update bader_caller.py
{ "login": "nwinner", "id": 8825901, "node_id": "MDQ6VXNlcjg4MjU5MDE=", "avatar_url": "https://avatars.githubusercontent.com/u/8825901?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nwinner", "html_url": "https://github.com/nwinner", "followers_url": "https://api.github.com/users/nwinner/...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Thanks @nwinner. For point 2, doesn’t the Bader binary already support this? (Ie getting volumes from the charge density, then integrating the spin density using those volumes) I seem to recall this feature was available in the Bader caller to do this automatically.", "I hadn't seen that before, but after googli...
2021-04-27T20:34:00
2021-05-03T21:56:33
2021-05-03T21:06:13Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary My last PR for the bader caller had some issues, which this PR resolves. (edited after discussion below) * Fix 1: Previously, I had "self.nelects" for cube analysis created by looking for the site property with that name. It didn't occur to me that the self.structure object is not user-defined, but cre...
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2117/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2117/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2117", "html_url": "https://github.com/materialsproject/pymatgen/pull/2117", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2117.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2117.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2118
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2118/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2118/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2118/events
https://github.com/materialsproject/pymatgen/issues/2118
869,673,036
MDU6SXNzdWU4Njk2NzMwMzY=
2,118
Missing Hard-Coded path when using MontyEncoder/Decoder for MP2020Compat
{ "login": "CompRhys", "id": 26601751, "node_id": "MDQ6VXNlcjI2NjAxNzUx", "avatar_url": "https://avatars.githubusercontent.com/u/26601751?v=4", "gravatar_id": "", "url": "https://api.github.com/users/CompRhys", "html_url": "https://github.com/CompRhys", "followers_url": "https://api.github.com/users/Com...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Hi @CompRhys thanks for reporting this. The file `MP2020Compatibility.yaml` should be distributed with pymatgen and should be at the location listed in your error message. Is it possible that you serialized the entries using a newer version and are trying to open them with an old version? Basically, it's not clea...
2021-04-28T08:29:00
2021-05-03T00:53:58
2021-05-03T00:53:58Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Yesterday I pulled some ComputedStructureEntries using MPRester and saved them to a json file using the `MonthEncoder`, today I am trying to load that json on a google colab instance to do some EDA work. I used the MontyDecoder and I got a path missing error corresponding to my directory setup on the other machine. ...
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2118/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2118/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2119
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2119/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2119/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2119/events
https://github.com/materialsproject/pymatgen/pull/2119
869,749,463
MDExOlB1bGxSZXF1ZXN0NjI1MDYzMDAx
2,119
Use numpy tolist() in DOS-family object as_dict() methods
{ "login": "zooks97", "id": 8887252, "node_id": "MDQ6VXNlcjg4ODcyNTI=", "avatar_url": "https://avatars.githubusercontent.com/u/8887252?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zooks97", "html_url": "https://github.com/zooks97", "followers_url": "https://api.github.com/users/zooks97/...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "\n[![Coverage Status](https://coveralls.io/builds/39184219/badge)](https://coveralls.io/builds/39184219)\n\nCoverage decreased (-0.6%) to 83.036% when pulling **ce0a5f14823fbd0d6a05a8e772dcef88a55c696c on zooks97:dos-asdict-patch** into **df0f9ba74f9b1ba54bb6ede88badb31b7cc1cdb4 on materialsproject:master**.\n", ...
2021-04-28T09:41:33
2021-04-28T19:56:41
2021-04-28T19:56:35Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Use `np.ndarray.tolist()` method instead of python `list()` to convert density of state (`Dos`, `FermiDos`, `CompleteDos`) energies and densities in their `as_dict()` methods. This fixes an issue where numpy numerical types (e.g. numpy.float64) exist in the results of {`Dos`, `FermiDos`, `CompleteDos`}`.as_dict()`. ...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2119/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2119/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2119", "html_url": "https://github.com/materialsproject/pymatgen/pull/2119", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2119.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2119.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2120
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2120/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2120/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2120/events
https://github.com/materialsproject/pymatgen/issues/2120
869,771,333
MDU6SXNzdWU4Njk3NzEzMzM=
2,120
Computed entry `__eq__` doesn't check class instance
{ "login": "CompRhys", "id": 26601751, "node_id": "MDQ6VXNlcjI2NjAxNzUx", "avatar_url": "https://avatars.githubusercontent.com/u/26601751?v=4", "gravatar_id": "", "url": "https://api.github.com/users/CompRhys", "html_url": "https://github.com/CompRhys", "followers_url": "https://api.github.com/users/Com...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "closing as fixed by 56fa39fcd16e90489c24252e6b6a58520ea427ae " ]
2021-04-28T10:04:43
2021-06-24T14:31:24
2021-06-24T14:31:24Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
I have a `PhaseDiagram` made with `PDEntry`'s and wanted to get some results for a `ComputedEntry` relative to that phase diagram. As `PDEntry` doesn't have an `entry_id` this causes an error. ``` cse.data["E_ps_per_at"] = phad.get_phase_separation_energy(cse) File "/home/reag2/pymatgen/pymatgen/analysis/pha...
{ "login": "CompRhys", "id": 26601751, "node_id": "MDQ6VXNlcjI2NjAxNzUx", "avatar_url": "https://avatars.githubusercontent.com/u/26601751?v=4", "gravatar_id": "", "url": "https://api.github.com/users/CompRhys", "html_url": "https://github.com/CompRhys", "followers_url": "https://api.github.com/users/Com...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2120/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2120/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2121
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2121/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2121/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2121/events
https://github.com/materialsproject/pymatgen/pull/2121
870,228,093
MDExOlB1bGxSZXF1ZXN0NjI1NDU3ODE1
2,121
Update cube.py
{ "login": "nwinner", "id": 8825901, "node_id": "MDQ6VXNlcjg4MjU5MDE=", "avatar_url": "https://avatars.githubusercontent.com/u/8825901?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nwinner", "html_url": "https://github.com/nwinner", "followers_url": "https://api.github.com/users/nwinner/...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "\n[![Coverage Status](https://coveralls.io/builds/39200231/badge)](https://coveralls.io/builds/39200231)\n\nCoverage decreased (-0.7%) to 82.995% when pulling **270e3d9d6ad1f77902861842866a3cfc5945a3bb on nwinner:patch-2** into **df0f9ba74f9b1ba54bb6ede88badb31b7cc1cdb4 on materialsproject:master**.\n", "Thanks!...
2021-04-28T18:26:19
2021-04-28T20:05:35
2021-04-28T19:55:59Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary * Feature 1: Spherical masks of the cube data is now supported * Feature 2: Using spherical masks, atomic site averages and totals are now supported natively. These can be used, respectively, for getting the average electrostatic potential around a site using a V_HARTREE file from CP2K or the total spin...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2121/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2121/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2121", "html_url": "https://github.com/materialsproject/pymatgen/pull/2121", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2121.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2121.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2122
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2122/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2122/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2122/events
https://github.com/materialsproject/pymatgen/pull/2122
870,417,983
MDExOlB1bGxSZXF1ZXN0NjI1NjIyMTQ1
2,122
Update vdW radii to CRC handbook values
{ "login": "rkingsbury", "id": 1908695, "node_id": "MDQ6VXNlcjE5MDg2OTU=", "avatar_url": "https://avatars.githubusercontent.com/u/1908695?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rkingsbury", "html_url": "https://github.com/rkingsbury", "followers_url": "https://api.github.com/users...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Git does not seem well-equipped to diff `.json` files, so you can use this online tool to better see the changes:\r\n\r\nhttps://jsoncompare.com/#!/diff/id=6924b719277a2a2b7a630352828d155c&fullscreen/\r\n\r\nclick the 'lint' button on both panes and you will see each change nicely highlighted", "\n[![Coverage St...
2021-04-28T21:51:44
2021-04-29T00:23:50
2021-04-29T00:07:17Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary This PR updates the `van_der_waals_radius` data used by the `Element` class from Wikipedia data to the latest values in the in the CRC Handbook of Chemistry and Physics. Important changes from the previous values include: - Revised the value for `H` down by 0.1 angstrom as recommended in a critical rev...
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2122/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2122/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2122", "html_url": "https://github.com/materialsproject/pymatgen/pull/2122", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2122.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2122.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2123
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2123/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2123/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2123/events
https://github.com/materialsproject/pymatgen/pull/2123
870,442,941
MDExOlB1bGxSZXF1ZXN0NjI1NjQzOTk4
2,123
bug fix in SpacegroupAnalyzer
{ "login": "gpetretto", "id": 8665734, "node_id": "MDQ6VXNlcjg2NjU3MzQ=", "avatar_url": "https://avatars.githubusercontent.com/u/8665734?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gpetretto", "html_url": "https://github.com/gpetretto", "followers_url": "https://api.github.com/users/gp...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "\n[![Coverage Status](https://coveralls.io/builds/39322138/badge)](https://coveralls.io/builds/39322138)\n\nCoverage decreased (-0.6%) to 83.011% when pulling **381b843cc02ee839391f259066a1056586c0f3c5 on gpetretto:bugfix** into **ce2fb4ee48a864aa766742caeec4b99c74e54610 on materialsproject:master**.\n", "Thanks...
2021-04-28T22:20:43
2021-05-06T14:22:33
2021-05-06T14:22:32Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
There is a problem in the `get_conventional_standard_structure` method of the `SpacegroupAnalyzer`. The code below demonstrates the issue: ```python from pymatgen.symmetry.analyzer import SpacegroupAnalyzer from pymatgen.analysis.structure_matcher import StructureMatcher from pymatgen.ext.matproj import MPRest...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2123/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2123/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2123", "html_url": "https://github.com/materialsproject/pymatgen/pull/2123", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2123.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2123.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2124
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2124/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2124/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2124/events
https://github.com/materialsproject/pymatgen/pull/2124
871,232,128
MDExOlB1bGxSZXF1ZXN0NjI2Mjg1MTA4
2,124
#2118 Stop MP2020Corrections saving hardcoded path
{ "login": "CompRhys", "id": 26601751, "node_id": "MDQ6VXNlcjI2NjAxNzUx", "avatar_url": "https://avatars.githubusercontent.com/u/26601751?v=4", "gravatar_id": "", "url": "https://api.github.com/users/CompRhys", "html_url": "https://github.com/CompRhys", "followers_url": "https://api.github.com/users/Com...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "\n[![Coverage Status](https://coveralls.io/builds/39232927/badge)](https://coveralls.io/builds/39232927)\n\nCoverage decreased (-0.6%) to 83.013% when pulling **ce45ed36a71a9e27e825ff84f7d3868ff28f9974 on CompRhys:master** into **cb9854d5ba11f216aafd3c9a49c9fceca485f218 on materialsproject:master**.\n", "Thanks ...
2021-04-29T16:43:11
2021-05-03T00:53:59
2021-05-03T00:53:58Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
resolves #2118 by leaving config path as None if custom path not given. Raises ValueError is a custom path given but the file does not exist.
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2124/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2124/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2124", "html_url": "https://github.com/materialsproject/pymatgen/pull/2124", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2124.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2124.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2125
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2125/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2125/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2125/events
https://github.com/materialsproject/pymatgen/pull/2125
871,665,967
MDExOlB1bGxSZXF1ZXN0NjI2NjcwNDIy
2,125
Small tweaks / fixes to Q-Chem parsing
{ "login": "samblau", "id": 7431223, "node_id": "MDQ6VXNlcjc0MzEyMjM=", "avatar_url": "https://avatars.githubusercontent.com/u/7431223?v=4", "gravatar_id": "", "url": "https://api.github.com/users/samblau", "html_url": "https://github.com/samblau", "followers_url": "https://api.github.com/users/samblau/...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "\n[![Coverage Status](https://coveralls.io/builds/39245138/badge)](https://coveralls.io/builds/39245138)\n\nCoverage decreased (-0.6%) to 83.012% when pulling **9760bc5ff8e350d49690502c164934db087481c4 on samblau:qchem** into **cb9854d5ba11f216aafd3c9a49c9fceca485f218 on materialsproject:master**.\n", "Ready to ...
2021-04-29T23:19:25
2021-05-03T00:55:55
2021-05-03T00:55:47Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
* Modified encoding to avoid errors when opening Q-Chem output files * Fixed bug for reading force job outputs * Removed two outdated warnings
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2125/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2125/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2125", "html_url": "https://github.com/materialsproject/pymatgen/pull/2125", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2125.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2125.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2126
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2126/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2126/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2126/events
https://github.com/materialsproject/pymatgen/issues/2126
872,209,877
MDU6SXNzdWU4NzIyMDk4Nzc=
2,126
Source code link in documentation of surface module leads to 404
{ "login": "peterschindler", "id": 45672907, "node_id": "MDQ6VXNlcjQ1NjcyOTA3", "avatar_url": "https://avatars.githubusercontent.com/u/45672907?v=4", "gravatar_id": "", "url": "https://api.github.com/users/peterschindler", "html_url": "https://github.com/peterschindler", "followers_url": "https://api.gi...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "I think this applies to every module in pymatgen.core as they appear to be linking to .../pymatgen/pymatgen/module.py rather than .../pymatgen/core/module.py" ]
2021-04-30T09:20:15
2021-04-30T16:09:14
2021-04-30T16:09:14Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
Clicking on any of the [source] links on the surface module documentation page leads to a 404 page: https://pymatgen.org/pymatgen.core.surface.html
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2126/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2126/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2127
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2127/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2127/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2127/events
https://github.com/materialsproject/pymatgen/pull/2127
872,663,388
MDExOlB1bGxSZXF1ZXN0NjI3NTQ2Nzkw
2,127
[WIP] change the relative location of the filename for source code lookup. Fixes #2126
{ "login": "adam-kerrigan", "id": 38280242, "node_id": "MDQ6VXNlcjM4MjgwMjQy", "avatar_url": "https://avatars.githubusercontent.com/u/38280242?v=4", "gravatar_id": "", "url": "https://api.github.com/users/adam-kerrigan", "html_url": "https://github.com/adam-kerrigan", "followers_url": "https://api.githu...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Thanks.", "\n[![Coverage Status](https://coveralls.io/builds/39267023/badge)](https://coveralls.io/builds/39267023)\n\nCoverage decreased (-0.6%) to 83.013% when pulling **e2158fc553a238c73e9c61abc9192f46e81daa66 on adam-kerrigan:doc_conf** into **cb9854d5ba11f216aafd3c9a49c9fceca485f218 on materialsproject:mast...
2021-04-30T14:57:58
2021-04-30T16:31:48
2021-04-30T16:09:15Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary * Generation of links to source code in the pymatgen.core have been fixed. * Generation of links to source code where the line numbers cannot be found have been fixed. This fixes #2126. I was unsure on the difference between conf-docset.py, conf-normal.py and conf.py so I only updated the ones with th...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2127/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 1, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2127/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2127", "html_url": "https://github.com/materialsproject/pymatgen/pull/2127", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2127.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2127.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2128
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2128/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2128/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2128/events
https://github.com/materialsproject/pymatgen/pull/2128
872,814,585
MDExOlB1bGxSZXF1ZXN0NjI3NjgzNTE4
2,128
Add auto oxidation state detection to MP2020 ; incremental update to correction values
{ "login": "rkingsbury", "id": 1908695, "node_id": "MDQ6VXNlcjE5MDg2OTU=", "avatar_url": "https://avatars.githubusercontent.com/u/1908695?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rkingsbury", "html_url": "https://github.com/rkingsbury", "followers_url": "https://api.github.com/users...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "\n[![Coverage Status](https://coveralls.io/builds/39270514/badge)](https://coveralls.io/builds/39270514)\n\nCoverage decreased (-0.6%) to 83.011% when pulling **faed4eff372fe402613e4427715e66cc3c9882ef on rkingsbury:default_mp2020** into **af726e3b4f6c93b3faf78671e4a3908eb2ae3932 on materialsproject:master**.\n", ...
2021-04-30T16:24:37
2021-05-03T00:53:20
2021-05-03T00:53:17Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
- Automatically try to guess the oxidation state of compounds in `process_entries` if it is not already provided - Small update to the MP2020 correction values as we finalize for the upcoming database release.
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2128/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2128/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2128", "html_url": "https://github.com/materialsproject/pymatgen/pull/2128", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2128.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2128.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2129
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2129/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2129/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2129/events
https://github.com/materialsproject/pymatgen/pull/2129
873,502,538
MDExOlB1bGxSZXF1ZXN0NjI4MzA3Mjgz
2,129
Symmetrically equivalent surfaces in slabs
{ "login": "CifLord", "id": 8036054, "node_id": "MDQ6VXNlcjgwMzYwNTQ=", "avatar_url": "https://avatars.githubusercontent.com/u/8036054?v=4", "gravatar_id": "", "url": "https://api.github.com/users/CifLord", "html_url": "https://github.com/CifLord", "followers_url": "https://api.github.com/users/CifLord/...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "\n[![Coverage Status](https://coveralls.io/builds/39319301/badge)](https://coveralls.io/builds/39319301)\n\nCoverage decreased (-0.7%) to 82.996% when pulling **f1182e02fd0990268d2ad969202da9063cb4e6d3 on richardtran415:surfaces** into **af726e3b4f6c93b3faf78671e4a3908eb2ae3932 on materialsproject:master**.\n", ...
2021-05-01T02:15:34
2021-05-05T22:26:12
2021-05-04T12:18:33Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
This pull request contains an improvement for analyzing surface symmetry of slabs. A slab now has symmetrically equivalent surfaces if (hkl) is a mirror plane, if [hkl] is a screw axis or if the slab has inversion symmetry. Include a summary of major changes in bullet points: * Modifications to is_symmetric() Sla...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2129/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2129/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2129", "html_url": "https://github.com/materialsproject/pymatgen/pull/2129", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2129.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2129.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2130
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2130/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2130/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2130/events
https://github.com/materialsproject/pymatgen/pull/2130
874,224,843
MDExOlB1bGxSZXF1ZXN0NjI4ODI3NDIy
2,130
Ensure all MP2020 corrections have unique names; tweak oxi state detection
{ "login": "rkingsbury", "id": 1908695, "node_id": "MDQ6VXNlcjE5MDg2OTU=", "avatar_url": "https://avatars.githubusercontent.com/u/1908695?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rkingsbury", "html_url": "https://github.com/rkingsbury", "followers_url": "https://api.github.com/users...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "\n[![Coverage Status](https://coveralls.io/builds/39341111/badge)](https://coveralls.io/builds/39341111)\n\nCoverage decreased (-0.7%) to 83.008% when pulling **c63779000d0ee50b6b0ec863628e96bfd76be64f on rkingsbury:default_mp2020** into **12d6e2b1b6b49f7c6524dec2f834b959205f459b on materialsproject:master**.\n" ]
2021-05-03T04:56:40
2021-07-15T14:32:32
2021-05-06T14:24:58Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Ensures that energy corrections applied to each anion have unique names (e.g., N vs. Cl vs. Br). If this is not the case, then in a compound with multiple corrected anions like `C2NCl`, `Compatibility` will apply a correction to the first anion, then think the second is a duplicate, warning ``` warnings.warn( ...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2130/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2130/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2130", "html_url": "https://github.com/materialsproject/pymatgen/pull/2130", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2130.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2130.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2131
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2131/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2131/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2131/events
https://github.com/materialsproject/pymatgen/pull/2131
874,934,263
MDExOlB1bGxSZXF1ZXN0NjI5Mzg1OTkw
2,131
Fix QChem gzipped parsing and add gzipped test
{ "login": "samblau", "id": 7431223, "node_id": "MDQ6VXNlcjc0MzEyMjM=", "avatar_url": "https://avatars.githubusercontent.com/u/7431223?v=4", "gravatar_id": "", "url": "https://api.github.com/users/samblau", "html_url": "https://github.com/samblau", "followers_url": "https://api.github.com/users/samblau/...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "\n[![Coverage Status](https://coveralls.io/builds/39320108/badge)](https://coveralls.io/builds/39320108)\n\nCoverage decreased (-0.6%) to 83.01% when pulling **03372b1b25a8d2eaf8091bc0bda11f12311c2bdc on samblau:qchem** into **ce2fb4ee48a864aa766742caeec4b99c74e54610 on materialsproject:master**.\n", "@mkhorton ...
2021-05-03T21:44:47
2021-05-04T01:03:54
2021-05-04T01:03:41Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
My last PR fixed one QChem parsing problem, but introduced a new one - the zopen call could no longer accommodate gzipped output files. I have fixed this problem and also gzipped one of my already present test output files to ensure that the ability to parse gzipped outputs is now tested.
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2131/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2131/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2131", "html_url": "https://github.com/materialsproject/pymatgen/pull/2131", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2131.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2131.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2132
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2132/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2132/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2132/events
https://github.com/materialsproject/pymatgen/pull/2132
874,986,728
MDExOlB1bGxSZXF1ZXN0NjI5NDI3NjA0
2,132
Speedup LammpsData.as_string; add as_lammpsdata method to CombinedData
{ "login": "htz1992213", "id": 25351437, "node_id": "MDQ6VXNlcjI1MzUxNDM3", "avatar_url": "https://avatars.githubusercontent.com/u/25351437?v=4", "gravatar_id": "", "url": "https://api.github.com/users/htz1992213", "html_url": "https://github.com/htz1992213", "followers_url": "https://api.github.com/use...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "\n[![Coverage Status](https://coveralls.io/builds/39352112/badge)](https://coveralls.io/builds/39352112)\n\nCoverage decreased (-0.6%) to 83.018% when pulling **e11261e75ec5bfeef67d5afab6ddea0349197149 on htz1992213:master** into **ce2fb4ee48a864aa766742caeec4b99c74e54610 on materialsproject:master**.\n", "Thank...
2021-05-03T23:36:02
2021-05-05T12:24:44
2021-05-05T12:24:44Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Include a summary of major changes in bullet points: * Speedup LammpsData.as_string for non-hybrid data with large coeff sections * Add as_lammpsdata method to CombinedData which allows CombinedData object to be converted to its superclass
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2132/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2132/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2132", "html_url": "https://github.com/materialsproject/pymatgen/pull/2132", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2132.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2132.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2133
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2133/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2133/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2133/events
https://github.com/materialsproject/pymatgen/pull/2133
875,634,105
MDExOlB1bGxSZXF1ZXN0NjI5OTM3ODI4
2,133
Add $van_der_waals input block to QCInput
{ "login": "rkingsbury", "id": 1908695, "node_id": "MDQ6VXNlcjE5MDg2OTU=", "avatar_url": "https://avatars.githubusercontent.com/u/1908695?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rkingsbury", "html_url": "https://github.com/rkingsbury", "followers_url": "https://api.github.com/users...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "I'm fine with it as-is. It's a little awkward, but it would also be a little awkward to shoehorn mode into the van_der_waals dict.", "\n[![Coverage Status](https://coveralls.io/builds/39345618/badge)](https://coveralls.io/builds/39345618)\n\nCoverage decreased (-0.6%) to 83.004% when pulling **c04c01c306e202c5e3...
2021-05-04T16:32:45
2021-05-06T15:45:18
2021-05-06T14:23:10Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Adds support for custom vdW radii to `QCInput` and `QChemDictSet`. These radii are used in the construction of PCM cavities and when calculating charges. ## TODO - [x] Feedback requested from @samblau regarding the `vdw_mode` kwarg that I had to add. This construction is a little bit awkward. An alt...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2133/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2133/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2133", "html_url": "https://github.com/materialsproject/pymatgen/pull/2133", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2133.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2133.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2134
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2134/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2134/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2134/events
https://github.com/materialsproject/pymatgen/pull/2134
877,500,722
MDExOlB1bGxSZXF1ZXN0NjMxNDQzNDE2
2,134
Allow compressed log files for parse_lammps_log
{ "login": "ab5424", "id": 57258530, "node_id": "MDQ6VXNlcjU3MjU4NTMw", "avatar_url": "https://avatars.githubusercontent.com/u/57258530?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ab5424", "html_url": "https://github.com/ab5424", "followers_url": "https://api.github.com/users/ab5424/fo...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "I didn't add any new tests, but changed the existing tests to compressed files. Hope that's ok.", "\n[![Coverage Status](https://coveralls.io/builds/39413703/badge)](https://coveralls.io/builds/39413703)\n\nCoverage decreased (-0.7%) to 83.008% when pulling **419d9111910cea9f520dfddc29f1873024bbf0d4 on ab5424:la...
2021-05-06T13:30:41
2021-05-10T08:22:01
2021-05-06T14:21:44Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary * Change parsing lammps logs to zopen ## Checklist - [x] Code is in the [standard Python style](https://www.python.org/dev/peps/pep-0008/). The easiest way to handle this is to run the following in the **correct sequence** on your local machine. Start with running [black](https://black...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2134/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2134/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2134", "html_url": "https://github.com/materialsproject/pymatgen/pull/2134", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2134.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2134.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2135
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2135/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2135/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2135/events
https://github.com/materialsproject/pymatgen/pull/2135
878,250,164
MDExOlB1bGxSZXF1ZXN0NjMyMTAxMjQ0
2,135
Add van_der_waals support to QCInput.from_file
{ "login": "rkingsbury", "id": 1908695, "node_id": "MDQ6VXNlcjE5MDg2OTU=", "avatar_url": "https://avatars.githubusercontent.com/u/1908695?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rkingsbury", "html_url": "https://github.com/rkingsbury", "followers_url": "https://api.github.com/users...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "\n[![Coverage Status](https://coveralls.io/builds/40653175/badge)](https://coveralls.io/builds/40653175)\n\nCoverage decreased (-0.6%) to 83.103% when pulling **c0b5d4e23ac289d005ffcc2b24cc914a1d823fca on rkingsbury:qcinput-vdw** into **41d82c498900b6dffdd5c3c0db6de2564bdf75be on materialsproject:master**.\n", "...
2021-05-07T00:43:11
2021-07-15T14:33:03
2021-06-17T00:35:05Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Follow up to #2133 , adds support for reading the `van_der_waals` block from a QChem output file. This PR also refactors `test_write_file`. Previously, this test used `QCinput.from_file` to construct a dict, and then compared the contents of the dicts. The problem with this approach is that if `QCInput.from_file` ha...
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2135/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2135/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2135", "html_url": "https://github.com/materialsproject/pymatgen/pull/2135", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2135.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2135.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2136
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2136/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2136/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2136/events
https://github.com/materialsproject/pymatgen/pull/2136
879,109,568
MDExOlB1bGxSZXF1ZXN0NjMyODU2MzM3
2,136
Add progress bar to applying compatibility settings
{ "login": "CompRhys", "id": 26601751, "node_id": "MDQ6VXNlcjI2NjAxNzUx", "avatar_url": "https://avatars.githubusercontent.com/u/26601751?v=4", "gravatar_id": "", "url": "https://api.github.com/users/CompRhys", "html_url": "https://github.com/CompRhys", "followers_url": "https://api.github.com/users/Com...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "\n[![Coverage Status](https://coveralls.io/builds/39899802/badge)](https://coveralls.io/builds/39899802)\n\nCoverage decreased (-0.6%) to 83.023% when pulling **111f3348360b11d3765f61f8ca4de5e028332566 on CompRhys:master** into **adee29710a382a2438a84109c4994d0a2f394620 on materialsproject:master**.\n", "Thanks ...
2021-05-07T14:29:23
2021-05-23T23:11:02
2021-05-23T23:05:53Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Add pymatgen `PBar` to applying compatibility settings to help impatient users like myself. I have by default suppressed the progress bar and added a boolean verbose flag to turn it on. Changes made are superficial therefore no new tests added.
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2136/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2136/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2136", "html_url": "https://github.com/materialsproject/pymatgen/pull/2136", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2136.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2136.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2137
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2137/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2137/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2137/events
https://github.com/materialsproject/pymatgen/issues/2137
879,285,388
MDU6SXNzdWU4NzkyODUzODg=
2,137
Inconsistent dependencies for Python 3.6
{ "login": "ajjackson", "id": 2511383, "node_id": "MDQ6VXNlcjI1MTEzODM=", "avatar_url": "https://avatars.githubusercontent.com/u/2511383?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ajjackson", "html_url": "https://github.com/ajjackson", "followers_url": "https://api.github.com/users/aj...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "We have abandoned py36 support given that most of the underlying scientific python packages have abandoned py36. " ]
2021-05-07T16:10:46
2021-05-07T16:33:38
2021-05-07T16:33:38Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** Installation with Python 3.6 using Pip initially fails due to the lack of a compatible Numpy version. The setup.py of Pymatgen reports that Python >= 3.6 is required, and Numpy >= 1.20 is required. However, Numpy version 1.20 [only supports Python 3.7-3.9](https://numpy.org/devdocs/release/1.20...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2137/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2137/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2138
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2138/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2138/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2138/events
https://github.com/materialsproject/pymatgen/issues/2138
883,265,004
MDU6SXNzdWU4ODMyNjUwMDQ=
2,138
Structure.from_str reads from str(Structure)
{ "login": "goodwilling", "id": 56999195, "node_id": "MDQ6VXNlcjU2OTk5MTk1", "avatar_url": "https://avatars.githubusercontent.com/u/56999195?v=4", "gravatar_id": "", "url": "https://api.github.com/users/goodwilling", "html_url": "https://github.com/goodwilling", "followers_url": "https://api.github.com/...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Hi @goodwilling, we've had some requests for a Structure.from_str before, however I don't think this is in general a good approach. The string representation is lossy. It would be better if we could handle Pandas conversion natively. I know Pandas support extensions and custom data types but I'm not familiar with ...
2021-05-10T03:23:26
2021-05-14T02:53:03
2021-05-14T02:53:03Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Is your feature request related to a problem? Please describe.** It is necessary to convert str(Structure) to a Structure when a DataFrame contains column of structures and default_handler=str is set in DataFrame.to_json() in order to get rid of "OverflowError: Maximum recursion level reached". **Describe the sol...
{ "login": "goodwilling", "id": 56999195, "node_id": "MDQ6VXNlcjU2OTk5MTk1", "avatar_url": "https://avatars.githubusercontent.com/u/56999195?v=4", "gravatar_id": "", "url": "https://api.github.com/users/goodwilling", "html_url": "https://github.com/goodwilling", "followers_url": "https://api.github.com/...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2138/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2138/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2139
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2139/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2139/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2139/events
https://github.com/materialsproject/pymatgen/pull/2139
883,808,871
MDExOlB1bGxSZXF1ZXN0NjM3MjQ5OTMx
2,139
Add spacegroup details to SymmetrizedStructure string
{ "login": "CompRhys", "id": 26601751, "node_id": "MDQ6VXNlcjI2NjAxNzUx", "avatar_url": "https://avatars.githubusercontent.com/u/26601751?v=4", "gravatar_id": "", "url": "https://api.github.com/users/CompRhys", "html_url": "https://github.com/CompRhys", "followers_url": "https://api.github.com/users/Com...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Great, thanks @CompRhys!" ]
2021-05-10T09:22:19
2021-06-28T13:53:39
2021-05-11T20:04:53Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Wyckoff letters are meaningless without the context of the spacegroup, current SymmetrizedStructure __str__ doesn't include the spacegroup so I've added it in - this is purely a cosmetic change.
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2139/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2139/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2139", "html_url": "https://github.com/materialsproject/pymatgen/pull/2139", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2139.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2139.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2140
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2140/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2140/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2140/events
https://github.com/materialsproject/pymatgen/pull/2140
887,586,357
MDExOlB1bGxSZXF1ZXN0NjQwODA4ODQx
2,140
Update MPScanRelaxSet doc string
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "\n[![Coverage Status](https://coveralls.io/builds/39579302/badge)](https://coveralls.io/builds/39579302)\n\nCoverage decreased (-0.6%) to 82.992% when pulling **4d3be5af32fed1edac61ae89a58ba22d3a3b41e1 on janosh:master** into **08aa5214a1b1a5fc6872de76b12cf97f5ceb03c9 on materialsproject:master**.\n" ]
2021-05-11T15:11:45
2021-05-11T15:49:25
2021-05-11T15:49:25Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
[VASP officially supports r2SCAN in v6](https://www.vasp.at/forum/viewtopic.php?f=4&t=18058&p=20113&hilit=r2scan#p20113).
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2140/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2140/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2140", "html_url": "https://github.com/materialsproject/pymatgen/pull/2140", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2140.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2140.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2141
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2141/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2141/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2141/events
https://github.com/materialsproject/pymatgen/pull/2141
891,453,763
MDExOlB1bGxSZXF1ZXN0NjQ0MzIzMTE4
2,141
MP2020 corrections post-release housekeeping
{ "login": "rkingsbury", "id": 1908695, "node_id": "MDQ6VXNlcjE5MDg2OTU=", "avatar_url": "https://avatars.githubusercontent.com/u/1908695?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rkingsbury", "html_url": "https://github.com/rkingsbury", "followers_url": "https://api.github.com/users...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "\n[![Coverage Status](https://coveralls.io/builds/39820330/badge)](https://coveralls.io/builds/39820330)\n\nCoverage decreased (-0.6%) to 83.0% when pulling **daa95f3cdfaf131ef641614510f51f236c59ddba on rkingsbury:production_mp2020** into **9953bbe3431865bc637d7aff8a5199b21a3e7912 on materialsproject:master**.\n",...
2021-05-13T23:16:18
2021-07-15T14:32:31
2021-05-21T17:12:38Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Some housekeeping changes following up the MP2020 database release v2021.05.13 * Silence the oxidation states warning when using `MPRester` * Update the Pourbaix Diagram tests to be less dependent on specific energy values from the database * Add ChemRxiv link for MP2020 manuscript to the `MaterialsP...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2141/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2141/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2141", "html_url": "https://github.com/materialsproject/pymatgen/pull/2141", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2141.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2141.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2142
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2142/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2142/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2142/events
https://github.com/materialsproject/pymatgen/issues/2142
891,853,336
MDU6SXNzdWU4OTE4NTMzMzY=
2,142
black changes all quotes to double, flake8 complains about them
{ "login": "flaviu-gostin", "id": 37553536, "node_id": "MDQ6VXNlcjM3NTUzNTM2", "avatar_url": "https://avatars.githubusercontent.com/u/37553536?v=4", "gravatar_id": "", "url": "https://api.github.com/users/flaviu-gostin", "html_url": "https://github.com/flaviu-gostin", "followers_url": "https://api.githu...
[ { "id": 4812645414, "node_id": "LA_kwDOACgets8AAAABHtskJg", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/outdated", "name": "outdated", "color": "2A890C", "default": false, "description": "Issues resulting from using outdated versions of pymatgen or dependencies"...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "@janosh: This can be closed as out of scope.", "`flake8` was replaced with `ruff`." ]
2021-05-14T11:41:27
2023-06-03T02:23:27
2023-06-03T02:23:16Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** Conflict between blake and flake8 settings. **To Reproduce** Steps to reproduce the behavior: 1. Commit changes with `git commit` 2. pre-commit is triggered 3. black (I think) changes all quotes to double " 4. flake8 complains about the double quotes with: Q000 Remove bad quotes Recomm...
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2142/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2142/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2143
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2143/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2143/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2143/events
https://github.com/materialsproject/pymatgen/pull/2143
891,969,192
MDExOlB1bGxSZXF1ZXN0NjQ0NzUyMDI3
2,143
Add new compact style for hkl annotations to peaks in diffraction patterns
{ "login": "flaviu-gostin", "id": 37553536, "node_id": "MDQ6VXNlcjM3NTUzNTM2", "avatar_url": "https://avatars.githubusercontent.com/u/37553536?v=4", "gravatar_id": "", "url": "https://api.github.com/users/flaviu-gostin", "html_url": "https://github.com/flaviu-gostin", "followers_url": "https://api.githu...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Thanks. Feel free to make it the default!", "Thanks!", "Thank you for accepting this change!", "We should be thanking you! The XRDs now look much better!" ]
2021-05-14T14:27:53
2021-05-14T16:19:32
2021-05-14T15:12:31Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
Introducing a new optional style for the hkl labels in diffraction patterns (see example figure below). The default style was not changed. However, I would recommend making this new more-compact style the default because it prevents overlap of labels as in https://matgenb.materialsvirtuallab.org/2013/01/01/Calculat...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2143/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 1, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2143/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2143", "html_url": "https://github.com/materialsproject/pymatgen/pull/2143", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2143.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2143.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2144
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2144/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2144/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2144/events
https://github.com/materialsproject/pymatgen/pull/2144
893,646,960
MDExOlB1bGxSZXF1ZXN0NjQ2MTI3ODky
2,144
Bandstructure path name changes and Kpoint from_dict
{ "login": "munrojm", "id": 6877334, "node_id": "MDQ6VXNlcjY4NzczMzQ=", "avatar_url": "https://avatars.githubusercontent.com/u/6877334?v=4", "gravatar_id": "", "url": "https://api.github.com/users/munrojm", "html_url": "https://github.com/munrojm", "followers_url": "https://api.github.com/users/munrojm/...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "\n[![Coverage Status](https://coveralls.io/builds/39793806/badge)](https://coveralls.io/builds/39793806)\n\nCoverage decreased (-0.6%) to 82.996% when pulling **85583920bae3e045ca2ff593f3d21acb4621b72e on munrojm:bandstructure_fixes** into **37d8c1e4a94e79948bf2104d9b9caf61c05a603c on materialsproject:master**.\n"...
2021-05-17T19:34:27
2021-05-21T17:12:21
2021-05-21T17:12:18Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary * Path type names in `HighSymmKpath` changed from short form ('sc', 'hin', and 'lm') to long form ('setyawan_curtarolo', 'hinuma', 'latimer_munro'). * Proper `from_dict` method added to `Kpoint` class in `from pymatgen.electronic_structure.bandstructure`. ## Checklist - [X] Code is in the [standar...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2144/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2144/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2144", "html_url": "https://github.com/materialsproject/pymatgen/pull/2144", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2144.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2144.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2145
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2145/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2145/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2145/events
https://github.com/materialsproject/pymatgen/issues/2145
893,717,264
MDU6SXNzdWU4OTM3MTcyNjQ=
2,145
This looks like dead code since the class is redefined immediately after
{ "login": "jmmshn", "id": 14003693, "node_id": "MDQ6VXNlcjE0MDAzNjkz", "avatar_url": "https://avatars.githubusercontent.com/u/14003693?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jmmshn", "html_url": "https://github.com/jmmshn", "followers_url": "https://api.github.com/users/jmmshn/fo...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "nvm `Dos` not `DOS`", "I think it is strange to have both though... I'm not sure that a work-in-progress replacement like this should be in the main branch since it causes confusion when a user goes to import the class. Maybe it's better to rename it `_DOS` or remove it until it's ready to be used?", "Yes this...
2021-05-17T21:10:45
2021-05-23T23:00:54
2021-05-17T21:11:07Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
https://github.com/materialsproject/pymatgen/blob/ad5cb53f6255f8af8428bbc6fdff74c50be342e8/pymatgen/electronic_structure/dos.py#L26
{ "login": "jmmshn", "id": 14003693, "node_id": "MDQ6VXNlcjE0MDAzNjkz", "avatar_url": "https://avatars.githubusercontent.com/u/14003693?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jmmshn", "html_url": "https://github.com/jmmshn", "followers_url": "https://api.github.com/users/jmmshn/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2145/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2145/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2146
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2146/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2146/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2146/events
https://github.com/materialsproject/pymatgen/issues/2146
893,803,258
MDU6SXNzdWU4OTM4MDMyNTg=
2,146
from_dict in PourbaixEntry fails to read pbx entries with structure information
{ "login": "zbwang", "id": 8037294, "node_id": "MDQ6VXNlcjgwMzcyOTQ=", "avatar_url": "https://avatars.githubusercontent.com/u/8037294?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zbwang", "html_url": "https://github.com/zbwang", "followers_url": "https://api.github.com/users/zbwang/foll...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2021-05-17T23:50:01
2021-05-21T19:23:32
2021-05-21T19:23:32Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** The from_dict method in PourbaixEntry fails to read a computed entry with structure information **Expected behavior** When reloading saved (dumpfn) pbx_entries using loadfn, it is expected pbx_entries still contain the structure information.
{ "login": "zbwang", "id": 8037294, "node_id": "MDQ6VXNlcjgwMzcyOTQ=", "avatar_url": "https://avatars.githubusercontent.com/u/8037294?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zbwang", "html_url": "https://github.com/zbwang", "followers_url": "https://api.github.com/users/zbwang/foll...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2146/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2146/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2147
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2147/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2147/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2147/events
https://github.com/materialsproject/pymatgen/pull/2147
895,886,071
MDExOlB1bGxSZXF1ZXN0NjQ4MDQ2ODYy
2,147
add basis_not_supported error to QCOutput
{ "login": "rkingsbury", "id": 1908695, "node_id": "MDQ6VXNlcjE5MDg2OTU=", "avatar_url": "https://avatars.githubusercontent.com/u/1908695?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rkingsbury", "html_url": "https://github.com/rkingsbury", "followers_url": "https://api.github.com/users...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2021-05-19T20:59:01
2021-07-15T14:33:10
2021-05-21T17:11:42Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Adds detection of basis set not supported error to `QCOutput`. This error will cause the calculation to fail before it even starts, so it is treated similarly to the existing `input_file_error`.
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2147/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2147/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2147", "html_url": "https://github.com/materialsproject/pymatgen/pull/2147", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2147.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2147.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2148
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2148/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2148/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2148/events
https://github.com/materialsproject/pymatgen/pull/2148
896,923,257
MDExOlB1bGxSZXF1ZXN0NjQ4OTc3OTU3
2,148
add test and fix for computed entries
{ "login": "JosephMontoya-TRI", "id": 45643466, "node_id": "MDQ6VXNlcjQ1NjQzNDY2", "avatar_url": "https://avatars.githubusercontent.com/u/45643466?v=4", "gravatar_id": "", "url": "https://api.github.com/users/JosephMontoya-TRI", "html_url": "https://github.com/JosephMontoya-TRI", "followers_url": "https...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Thanks" ]
2021-05-20T14:43:14
2021-05-21T17:11:05
2021-05-21T17:11:00Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary * Updates PourbaixEntry.from_dict to invoke entries other than IonEntries using MontyDecoder, rather than hard-coding PDEntry. * I initially had a bigger refactor which changed the ways Ions/IonEntries are invoked, but I'm a little worried about backwards compatibility of a core refactor, so I'm issuing ...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2148/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2148/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2148", "html_url": "https://github.com/materialsproject/pymatgen/pull/2148", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2148.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2148.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2149
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2149/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2149/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2149/events
https://github.com/materialsproject/pymatgen/pull/2149
897,508,923
MDExOlB1bGxSZXF1ZXN0NjQ5NTEwNzc4
2,149
Overhaul interfaces
{ "login": "shyamd", "id": 16827130, "node_id": "MDQ6VXNlcjE2ODI3MTMw", "avatar_url": "https://avatars.githubusercontent.com/u/16827130?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyamd", "html_url": "https://github.com/shyamd", "followers_url": "https://api.github.com/users/shyamd/fo...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "\n[![Coverage Status](https://coveralls.io/builds/39901075/badge)](https://coveralls.io/builds/39901075)\n\nCoverage decreased (-0.6%) to 83.075% when pulling **0aa785d900801e9caa9cc782adfcec729e62eb98 on shyamd:interfaces** into **37d8c1e4a94e79948bf2104d9b9caf61c05a603c on materialsproject:master**.\n", "Nice ...
2021-05-20T22:15:47
2021-05-23T22:40:52
2021-05-22T06:29:01Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
This PR overhauls all the interface code including the ZSL Generator and the substrate matcher: - Creates a new `Interface` data class in core - Moves interface algorithm to `analysis.interfaces`; imports and warnings in the old modules ensure they should still work - Cleans up `ZSLGenerator` and `SubstrateAnalyze...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2149/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 1, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2149/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2149", "html_url": "https://github.com/materialsproject/pymatgen/pull/2149", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2149.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2149.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2150
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2150/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2150/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2150/events
https://github.com/materialsproject/pymatgen/pull/2150
897,644,914
MDExOlB1bGxSZXF1ZXN0NjQ5NjI1NTkw
2,150
Python 3.6+ behavior of Exception.message
{ "login": "kmu", "id": 3815357, "node_id": "MDQ6VXNlcjM4MTUzNTc=", "avatar_url": "https://avatars.githubusercontent.com/u/3815357?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kmu", "html_url": "https://github.com/kmu", "followers_url": "https://api.github.com/users/kmu/followers", "f...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "\n[![Coverage Status](https://coveralls.io/builds/39878391/badge)](https://coveralls.io/builds/39878391)\n\nCoverage decreased (-0.7%) to 82.984% when pulling **83537c312cd4d0dd65beb8564cdc4937ea3d3fd4 on kmu:MPResterError-message** into **37d8c1e4a94e79948bf2104d9b9caf61c05a603c on materialsproject:master**.\n", ...
2021-05-21T03:33:39
2021-05-21T16:56:49
2021-05-21T16:56:43Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Hey guys, Python 3.6+ seems to abolish `Exception.message`. This PR addresses this problem. It does not seem to be easy to write a unittest to reproduce this without imposing a large load on MP. Here is a working example. - Current implementation ```python import re from pymatgen.ext...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2150/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2150/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2150", "html_url": "https://github.com/materialsproject/pymatgen/pull/2150", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2150.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2150.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2151
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2151/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2151/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2151/events
https://github.com/materialsproject/pymatgen/issues/2151
897,758,428
MDU6SXNzdWU4OTc3NTg0Mjg=
2,151
how to handle properties of tritium and deuterium?
{ "login": "kjappelbaum", "id": 32935233, "node_id": "MDQ6VXNlcjMyOTM1MjMz", "avatar_url": "https://avatars.githubusercontent.com/u/32935233?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kjappelbaum", "html_url": "https://github.com/kjappelbaum", "followers_url": "https://api.github.com/...
[]
open
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "I would actually go for option 1. I don't think it is that difficult to make it such that isotopes can be handled. The main problem, though, is that I don't have a source of compilation for all the other properties that most elements have (e.g., melting point, etc.) for isotopes.\r\n\r\nIf it is just D and T, I th...
2021-05-21T07:11:24
2023-11-02T22:37:44
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Is your feature request related to a problem? Please describe.** In `cif`s (e.g., from the Cambridge Crystallographic Database) one sometimes finds symbols for common isotopes such as Tritium (`T`) or Deuterium (`D`). `pymatgen` parses them without issues, but it complains when one likes to access some properties li...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2151/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2151/timeline
null
reopened
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2152
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2152/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2152/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2152/events
https://github.com/materialsproject/pymatgen/pull/2152
899,733,183
MDExOlB1bGxSZXF1ZXN0NjUxMzkzMTE5
2,152
Ignore typical virtual environment file/directory names
{ "login": "flaviu-gostin", "id": 37553536, "node_id": "MDQ6VXNlcjM3NTUzNTM2", "avatar_url": "https://avatars.githubusercontent.com/u/37553536?v=4", "gravatar_id": "", "url": "https://api.github.com/users/flaviu-gostin", "html_url": "https://github.com/flaviu-gostin", "followers_url": "https://api.githu...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2021-05-24T14:50:31
2021-05-24T14:56:48
2021-05-24T14:56:48Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
Taken from https://github.com/github/gitignore
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2152/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2152/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2152", "html_url": "https://github.com/materialsproject/pymatgen/pull/2152", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2152.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2152.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2153
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2153/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2153/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2153/events
https://github.com/materialsproject/pymatgen/issues/2153
899,951,145
MDU6SXNzdWU4OTk5NTExNDU=
2,153
Question on TEM diffraction calculator
{ "login": "YuLin999", "id": 44076136, "node_id": "MDQ6VXNlcjQ0MDc2MTM2", "avatar_url": "https://avatars.githubusercontent.com/u/44076136?v=4", "gravatar_id": "", "url": "https://api.github.com/users/YuLin999", "html_url": "https://github.com/YuLin999", "followers_url": "https://api.github.com/users/YuL...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "The issue is that `mpr.get_structure_by_material_id` will download the primitive cell structure by default. This means that the [1, 0, 0] direction in your structure does not correspond to the [1, 0, 0] of the conventional cell but instead the [1, 1, 1] of the conventional cell.\r\n\r\nAsking for the conventional ...
2021-05-24T19:42:14
2021-05-24T22:01:32
2021-05-24T21:02:26Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
I am trying to generate some simulation diffraction pattern data using and got some patterns inconsistent with the real patterns. Wondering if I was doing this correctly. Here is the codes that I used (and the generated pattern is attached). mp-13 is Fe with cubic bcc structure so I am expecting the simulated pattern w...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2153/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2153/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2154
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2154/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2154/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2154/events
https://github.com/materialsproject/pymatgen/issues/2154
900,154,093
MDU6SXNzdWU5MDAxNTQwOTM=
2,154
Surface slab visualization KeyError with oxidation states
{ "login": "peterschindler", "id": 45672907, "node_id": "MDQ6VXNlcjQ1NjcyOTA3", "avatar_url": "https://avatars.githubusercontent.com/u/45672907?v=4", "gravatar_id": "", "url": "https://api.github.com/users/peterschindler", "html_url": "https://github.com/peterschindler", "followers_url": "https://api.gi...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "I tried ```color = color_dict[sites[n].element.symbol]```\r\n\r\nbut I'm getting: ```[AttributeError: element]()```", "Mhmm, I see. How about \r\n`color = color_dict[sites[n].species.elements[0].symbol]`\r\nor\r\n`color = color_dict[sites[n].species.remove_charges().elements[0].symbol]` ?", "Thanks. I just pus...
2021-05-25T01:14:51
2022-04-26T02:48:46
2022-04-19T14:20:06Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
There seems to be a bug in displaying surface slabs when sites are decorated with oxidation states. Mentioned [here](https://matsci.org/t/is-it-a-bug-or-just-something-i-need-to-do-when-use-plot-slab-function/36521) and [here](https://matsci.org/t/surface-slab-visualization-key-error-o2/34557). I didn't have the time t...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2154/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2154/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2155
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2155/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2155/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2155/events
https://github.com/materialsproject/pymatgen/issues/2155
903,389,596
MDU6SXNzdWU5MDMzODk1OTY=
2,155
unexpected result of get_conventional_standard_structure() to mp-644693
{ "login": "lwk8891", "id": 81547431, "node_id": "MDQ6VXNlcjgxNTQ3NDMx", "avatar_url": "https://avatars.githubusercontent.com/u/81547431?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lwk8891", "html_url": "https://github.com/lwk8891", "followers_url": "https://api.github.com/users/lwk889...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Thanks @lwk8891, this is almost certainly a serious bug. I will investigate.\r\n\r\nFor now, I suggest you use `.get_refined_structure()` which might work for your purposes.", "Has this issue been resolved? I need to transform to the conventional setting and want to ensure I'm getting the correct results. Curren...
2021-05-27T08:18:34
2023-09-03T19:43:23
2023-09-03T19:43:23Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** The get_conventional_standard_structure() method of pymatgen.symmetry.analyzer.SpacegroupAnalyzer class changes the atomic connection of mp-644693. **To Reproduce** 1. get the structure of mp-644693 by calling s=get_structure_by_materials_id('mp-644693') of pymatgen.ext.matproj.MPRestrer class...
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2155/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2155/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2156
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2156/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2156/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2156/events
https://github.com/materialsproject/pymatgen/pull/2156
906,452,691
MDExOlB1bGxSZXF1ZXN0NjU3NDUzODU3
2,156
Update usage.rst
{ "login": "755452800", "id": 18474386, "node_id": "MDQ6VXNlcjE4NDc0Mzg2", "avatar_url": "https://avatars.githubusercontent.com/u/18474386?v=4", "gravatar_id": "", "url": "https://api.github.com/users/755452800", "html_url": "https://github.com/755452800", "followers_url": "https://api.github.com/users/...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Thanks.", "\n[![Coverage Status](https://coveralls.io/builds/40140538/badge)](https://coveralls.io/builds/40140538)\n\nCoverage decreased (-0.6%) to 83.078% when pulling **3183ae8fbb036c116c3c909c98e3d306c054b967 on 755452800:master** into **1d0471d5232f19dfb3eff2d988d0f82460d0a832 on materialsproject:master**.\...
2021-05-29T11:48:53
2021-05-29T12:12:03
2021-05-29T11:50:18Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary I think there is a typo in line 189: `w = CifWriter(p.struct)` should be: `w = CifWriter(p.structure)` or else error **AttributeError: 'Poscar' object has no attribute 'struct'** will occur. Include a summary of major changes in bullet points: * fix a typo in usage.rst line 189 ## Additional de...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2156/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2156/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2156", "html_url": "https://github.com/materialsproject/pymatgen/pull/2156", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2156.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2156.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2157
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2157/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2157/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2157/events
https://github.com/materialsproject/pymatgen/pull/2157
906,554,635
MDExOlB1bGxSZXF1ZXN0NjU3NTMxOTcy
2,157
Support combining data with multiple mol-id
{ "login": "htz1992213", "id": 25351437, "node_id": "MDQ6VXNlcjI1MzUxNDM3", "avatar_url": "https://avatars.githubusercontent.com/u/25351437?v=4", "gravatar_id": "", "url": "https://api.github.com/users/htz1992213", "html_url": "https://github.com/htz1992213", "followers_url": "https://api.github.com/use...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "\n[![Coverage Status](https://coveralls.io/builds/40215177/badge)](https://coveralls.io/builds/40215177)\n\nCoverage decreased (-0.6%) to 83.078% when pulling **3a90f50895f128fabcdeb30687552f531decf612 on htz1992213:master** into **37da2710fc3e23c901f6e6a275adf4ee540cd1f3 on materialsproject:master**.\n", "Thank...
2021-05-29T20:36:53
2021-06-01T20:56:45
2021-06-01T20:56:45Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Include a summary of major changes in bullet points: * Feature 1: Support combining data files that have multiple molecules (mol id) in a single data object * Feature 2: Added restriction to LAMMPS data name list for easier parsing. * Fix 1: Changed maintainer * Fix 2: Linting errors in other modul...
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2157/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2157/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2157", "html_url": "https://github.com/materialsproject/pymatgen/pull/2157", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2157.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2157.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2158
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2158/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2158/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2158/events
https://github.com/materialsproject/pymatgen/issues/2158
909,518,842
MDU6SXNzdWU5MDk1MTg4NDI=
2,158
typo
{ "login": "ddopplereffekt", "id": 77629108, "node_id": "MDQ6VXNlcjc3NjI5MTA4", "avatar_url": "https://avatars.githubusercontent.com/u/77629108?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ddopplereffekt", "html_url": "https://github.com/ddopplereffekt", "followers_url": "https://api.gi...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Hi @ddopplereffekt, thanks for reporting, I've fixed this now. In future, you can also suggest edits to files directly by clicking the \"Edit\" button on GitHub for small typos like this, and then we can merge the change in with one-click." ]
2021-06-02T13:43:49
2021-06-02T19:24:10
2021-06-02T19:24:10Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** in pymatgen/entries/compatebility.py line 1031 is a type: the enclosing bracket for the formular is missing **Expected behavior** f"({entry.composition.reduced_formula}). Assigning anion correction to " instead of f"({entry.composition.reduced_formula}. Assigning anion correction to "
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2158/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2158/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2159
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2159/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2159/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2159/events
https://github.com/materialsproject/pymatgen/issues/2159
909,691,268
MDU6SXNzdWU5MDk2OTEyNjg=
2,159
Support for ASE-style "extended XYZ" with Lattice parameters
{ "login": "ghutchis", "id": 41128, "node_id": "MDQ6VXNlcjQxMTI4", "avatar_url": "https://avatars.githubusercontent.com/u/41128?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ghutchis", "html_url": "https://github.com/ghutchis", "followers_url": "https://api.github.com/users/ghutchis/foll...
[]
open
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "I think the would be a welcome inclusion, I know this format (or a similar one) is used in AtomEye too. Would you be interested in preparing a PR?", "I can't promise I can support everything - since it seems \"Properties\" can include a lot. But the Lattice extension IMHO is easy and IMHO the big first piece.\r\...
2021-06-02T16:42:50
2021-06-02T19:57:17
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
As far as I can tell, the current versions of `pymatgen` support the traditional non-lattice XYZ from Open Babel. I just implemented initial support for "extended XYZ" in Avogadro2 - the first layer is pretty easy. The second line (for comments / title) now have the lattice vectors and optionally additional properti...
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2159/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2159/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2160
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2160/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2160/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2160/events
https://github.com/materialsproject/pymatgen/pull/2160
909,801,582
MDExOlB1bGxSZXF1ZXN0NjYwMzIxNzIx
2,160
fix another CombinedData bug
{ "login": "htz1992213", "id": 25351437, "node_id": "MDQ6VXNlcjI1MzUxNDM3", "avatar_url": "https://avatars.githubusercontent.com/u/25351437?v=4", "gravatar_id": "", "url": "https://api.github.com/users/htz1992213", "html_url": "https://github.com/htz1992213", "followers_url": "https://api.github.com/use...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "\n[![Coverage Status](https://coveralls.io/builds/40429423/badge)](https://coveralls.io/builds/40429423)\n\nCoverage decreased (-0.6%) to 83.082% when pulling **8a30eab02d056fc51b6af18475a0c0ddc3cfca6b on htz1992213:master** into **c724e7b679581783dcdb4690a83c374a57437ae6 on materialsproject:master**.\n", "Thank...
2021-06-02T19:02:49
2021-06-09T20:07:31
2021-06-09T20:07:30Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Include a summary of major changes in bullet points: * Fix 1: The CombinedData constructor previously creates new ff dict only according to the keys in the first mol in the mols llist, which may cause the ff information in the remaining mols lost. The new implementation create the ff dict using a set o...
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2160/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2160/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2160", "html_url": "https://github.com/materialsproject/pymatgen/pull/2160", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2160.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2160.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2161
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2161/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2161/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2161/events
https://github.com/materialsproject/pymatgen/issues/2161
910,202,173
MDU6SXNzdWU5MTAyMDIxNzM=
2,161
Cleave a (111) surface that alpha=beta=90 degree
{ "login": "Rasic2", "id": 44538197, "node_id": "MDQ6VXNlcjQ0NTM4MTk3", "avatar_url": "https://avatars.githubusercontent.com/u/44538197?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Rasic2", "html_url": "https://github.com/Rasic2", "followers_url": "https://api.github.com/users/Rasic2/fo...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "set the max_normal_search=1 can resolve the problem. " ]
2021-06-03T07:32:38
2021-06-03T07:46:03
2021-06-03T07:43:31Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** When I try to cleave a CeO2(111) surface, I found that the lattice matrix is not similar with the Material Studio produced, that is the alpha=85 degree not the 90 degree,How can I get the same result with the Material studio. **To Reproduce** The following code I used in this issue: #!/usr/...
{ "login": "Rasic2", "id": 44538197, "node_id": "MDQ6VXNlcjQ0NTM4MTk3", "avatar_url": "https://avatars.githubusercontent.com/u/44538197?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Rasic2", "html_url": "https://github.com/Rasic2", "followers_url": "https://api.github.com/users/Rasic2/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2161/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2161/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2162
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2162/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2162/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2162/events
https://github.com/materialsproject/pymatgen/issues/2162
910,381,028
MDU6SXNzdWU5MTAzODEwMjg=
2,162
Inefficient k-point generation for NiO (and possibly other structures)
{ "login": "ab5424", "id": 57258530, "node_id": "MDQ6VXNlcjU3MjU4NTMw", "avatar_url": "https://avatars.githubusercontent.com/u/57258530?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ab5424", "html_url": "https://github.com/ab5424", "followers_url": "https://api.github.com/users/ab5424/fo...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "You didn't use the default `grid_density`, so you're getting a k-point mesh commensurate with that. If you want a smaller k-point mesh, then set `grid_density` to a smaller number. \r\n\r\nAlso, that is an example calculation from the VASP manual. It is not in any way a recommendation on k-point density. That you ...
2021-06-03T11:04:37
2021-07-06T10:23:57
2021-07-06T10:23:57Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** When using the NiO structure (mp-19009) from the MP, the generation of k-points in VASP is inefficient. **To Reproduce** Using ``` with MPRester() as a: struct = a.get_structure_by_material_id('mp-19009') relax = MPRelaxSet(structure=struct, user_kpoints_settings...
{ "login": "ab5424", "id": 57258530, "node_id": "MDQ6VXNlcjU3MjU4NTMw", "avatar_url": "https://avatars.githubusercontent.com/u/57258530?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ab5424", "html_url": "https://github.com/ab5424", "followers_url": "https://api.github.com/users/ab5424/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2162/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2162/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2163
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2163/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2163/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2163/events
https://github.com/materialsproject/pymatgen/pull/2163
911,825,066
MDExOlB1bGxSZXF1ZXN0NjYyMDQyMzA2
2,163
Fix KSPACING formula in MPScanRelaxSet
{ "login": "ab5424", "id": 57258530, "node_id": "MDQ6VXNlcjU3MjU4NTMw", "avatar_url": "https://avatars.githubusercontent.com/u/57258530?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ab5424", "html_url": "https://github.com/ab5424", "followers_url": "https://api.github.com/users/ab5424/fo...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "FYI @rkingsbury, can I ask for your review?", "Thanks for the catch @ab5424 ", "\n[![Coverage Status](https://coveralls.io/builds/40323647/badge)](https://coveralls.io/builds/40323647)\n\nCoverage decreased (-0.6%) to 83.077% when pulling **bb1de613d938ea89e4eecc96227d8a849c5b62fc on ab5424:kspacing** into **4...
2021-06-04T20:46:24
2021-06-07T19:25:32
2021-06-07T19:25:24Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Change rmin formula to match Eq. 25 from the paper.
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2163/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2163/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2163", "html_url": "https://github.com/materialsproject/pymatgen/pull/2163", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2163.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2163.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2164
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2164/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2164/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2164/events
https://github.com/materialsproject/pymatgen/pull/2164
912,656,269
MDExOlB1bGxSZXF1ZXN0NjYyNzk4NzY5
2,164
reorder SETTINGS load priority
{ "login": "ardunn", "id": 19936203, "node_id": "MDQ6VXNlcjE5OTM2MjAz", "avatar_url": "https://avatars.githubusercontent.com/u/19936203?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ardunn", "html_url": "https://github.com/ardunn", "followers_url": "https://api.github.com/users/ardunn/fo...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "\n[![Coverage Status](https://coveralls.io/builds/40337082/badge)](https://coveralls.io/builds/40337082)\n\nCoverage decreased (-0.6%) to 83.078% when pulling **ea9c9e54431280223f9f2c70435fad256f463245 on ardunn:master** into **463e4f1b577287c593e493b2b1138320418f0bc7 on materialsproject:master**.\n", "Thanks @a...
2021-06-06T06:13:29
2021-06-07T18:21:57
2021-06-07T18:21:57Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary When both a .pmgrc.yaml and environment variables are specified, any pmg environment variable will not be read into `pymatgen.core.__init__`'s `SETTINGS`. E.g., I have a `PMG_MAPI_KEY` as an environment variable and my .pmgrc.yaml does not contain that key - it looks like ``` #.pmgrc.yaml MAPI_DB_...
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2164/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2164/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2164", "html_url": "https://github.com/materialsproject/pymatgen/pull/2164", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2164.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2164.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2165
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2165/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2165/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2165/events
https://github.com/materialsproject/pymatgen/pull/2165
912,855,849
MDExOlB1bGxSZXF1ZXN0NjYyOTc0NjUz
2,165
QChem: detect NLebdevPts error in QCOutput
{ "login": "rkingsbury", "id": 1908695, "node_id": "MDQ6VXNlcjE5MDg2OTU=", "avatar_url": "https://avatars.githubusercontent.com/u/1908695?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rkingsbury", "html_url": "https://github.com/rkingsbury", "followers_url": "https://api.github.com/users...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Note that there seems to be a new pylint error causing linting to fail on all PRs\r\n```\r\n************* Module pymatgen.entries.computed_entries\r\npymatgen/entries/computed_entries.py:700:8: E1101: Instance of 'ComputedStructureEntry' has no '_composition' member (no-member)\r\n```", "\n[![Coverage Status](ht...
2021-06-06T15:01:08
2021-07-15T14:33:04
2021-06-17T00:37:19Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Detect `need to increase the array of NLebdevPts` error in `QCOutput` that can occur when computing RESP charges. Detecting this error is necessary to enable a handler in custodian. See [custodian #170](https://github.com/materialsproject/custodian/pull/170)
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2165/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2165/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2165", "html_url": "https://github.com/materialsproject/pymatgen/pull/2165", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2165.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2165.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2166
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2166/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2166/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2166/events
https://github.com/materialsproject/pymatgen/issues/2166
914,064,642
MDU6SXNzdWU5MTQwNjQ2NDI=
2,166
typing_extensions dependency
{ "login": "htz1992213", "id": 25351437, "node_id": "MDQ6VXNlcjI1MzUxNDM3", "avatar_url": "https://avatars.githubusercontent.com/u/25351437?v=4", "gravatar_id": "", "url": "https://api.github.com/users/htz1992213", "html_url": "https://github.com/htz1992213", "followers_url": "https://api.github.com/use...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "This is an issue in `pymatgen.io.qchem.inputs` not in `setup.py`, typing_extensions is not required for Python >= 3.8 since the relevant type hints are built-in. Fixed with https://github.com/materialsproject/pymatgen/commit/73783005ce1e9030f06d50125abd87e4071183f3.\r\n\r\nThanks @htz1992213 for reporting, fyi @es...
2021-06-07T23:55:21
2021-06-08T00:25:15
2021-06-08T00:25:14Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** Dependency requirements for `typing-extensions` should apply for any python versions, not just python<3.8. Current version: https://github.com/materialsproject/pymatgen/blob/dfc90b07d6362848442ce611ebe1c3a3e1ca2926/requirements.txt#L17 https://github.com/materialsproject/pymatgen/blob/dfc90b07d6...
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2166/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2166/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2167
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2167/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2167/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2167/events
https://github.com/materialsproject/pymatgen/issues/2167
914,977,545
MDU6SXNzdWU5MTQ5Nzc1NDU=
2,167
Could it manually enter high symmetry point information when I draw energy band?
{ "login": "Nick12-hub", "id": 62950321, "node_id": "MDQ6VXNlcjYyOTUwMzIx", "avatar_url": "https://avatars.githubusercontent.com/u/62950321?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Nick12-hub", "html_url": "https://github.com/Nick12-hub", "followers_url": "https://api.github.com/use...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2021-06-08T12:33:39
2023-08-13T16:34:59
2023-08-13T16:34:59Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
Could it manually enter high symmetry point information when I draw energy band?In fact I have Dirac points (k and k') inside the input KPOINTS file, which prevents my energy band diagram from showing the horizontal coordinates.Hope for reply,thanks!
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2167/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2167/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2168
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2168/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2168/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2168/events
https://github.com/materialsproject/pymatgen/issues/2168
916,127,970
MDU6SXNzdWU5MTYxMjc5NzA=
2,168
[Improvment] duplicated data selection from `exterema_df`
{ "login": "ezpzbz", "id": 13301031, "node_id": "MDQ6VXNlcjEzMzAxMDMx", "avatar_url": "https://avatars.githubusercontent.com/u/13301031?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ezpzbz", "html_url": "https://github.com/ezpzbz", "followers_url": "https://api.github.com/users/ezpzbz/fo...
[]
open
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2021-06-09T12:08:40
2021-06-09T12:08:40
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Hi, I have been using the `ChargeInsertionAnalyzer` class and realized that within the `get_label` function, we first select the desired data with average charge density below the maximum threshold from `extrema_df`: https://github.com/materialsproject/pymatgen/blob/c724e7b679581783dcdb4690a83c374a57437ae6/pymatg...
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2168/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2168/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2169
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2169/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2169/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2169/events
https://github.com/materialsproject/pymatgen/issues/2169
916,803,036
MDU6SXNzdWU5MTY4MDMwMzY=
2,169
None radius for He Ne
{ "login": "LanceKnight", "id": 5760199, "node_id": "MDQ6VXNlcjU3NjAxOTk=", "avatar_url": "https://avatars.githubusercontent.com/u/5760199?v=4", "gravatar_id": "", "url": "https://api.github.com/users/LanceKnight", "html_url": "https://github.com/LanceKnight", "followers_url": "https://api.github.com/us...
[ { "id": 5322879170, "node_id": "LA_kwDOACgets8AAAABPUSwwg", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/help", "name": "help", "color": "5ED16E", "default": false, "description": "Q&A support-style issues" } ]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "This is just that there is no provided radius in the data source, https://github.com/materialsproject/pymatgen/blob/master/pymatgen/core/periodic_table.json\r\n\r\ne.g. for He\r\n\r\n```json\r\n \"He\":{\r\n \"Atomic mass\":4.002602,\r\n \"Atomic no\":2,\r\n \"Atomic orbitals\":{\r\n \"1s\...
2021-06-10T01:38:29
2023-05-30T02:31:46
2023-05-30T02:31:46Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
Hello, I'm a new user of pymatgen. When I try to calculate the radius of He and Ne, I got None. I guess this is designed so on purpose. Can someone explain to me why?
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2169/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2169/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2170
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2170/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2170/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2170/events
https://github.com/materialsproject/pymatgen/issues/2170
917,087,551
MDU6SXNzdWU5MTcwODc1NTE=
2,170
Adding alternative symmetry finding backends to pymatgen
{ "login": "CompRhys", "id": 26601751, "node_id": "MDQ6VXNlcjI2NjAxNzUx", "avatar_url": "https://avatars.githubusercontent.com/u/26601751?v=4", "gravatar_id": "", "url": "https://api.github.com/users/CompRhys", "html_url": "https://github.com/CompRhys", "followers_url": "https://api.github.com/users/Com...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "It depends on how it's implemented, and how easy it is to switch backends. We would not want any core code that requires installing packages outside pip, and would not want to add clutter within the existing classes. A more general coupling between pymatgen and the symmetry-finding code might result in the pymatge...
2021-06-10T08:51:38
2021-06-11T00:03:36
2021-06-10T17:32:23Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Would a PR be welcomed adding alternative symmetry finding backends to pymatgen? Currently pymatgen uses `spglib` which should definitely remain the default due to speed and the fact that it's a pip-installable package but alternative finders such as find-sym and aflow-sym trade can produce better results - https://...
{ "login": "CompRhys", "id": 26601751, "node_id": "MDQ6VXNlcjI2NjAxNzUx", "avatar_url": "https://avatars.githubusercontent.com/u/26601751?v=4", "gravatar_id": "", "url": "https://api.github.com/users/CompRhys", "html_url": "https://github.com/CompRhys", "followers_url": "https://api.github.com/users/Com...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2170/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2170/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2171
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2171/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2171/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2171/events
https://github.com/materialsproject/pymatgen/pull/2171
917,238,212
MDExOlB1bGxSZXF1ZXN0NjY2ODAwMTY1
2,171
Avoid error exit for ALGO=CHI
{ "login": "KazMorita", "id": 22847784, "node_id": "MDQ6VXNlcjIyODQ3Nzg0", "avatar_url": "https://avatars.githubusercontent.com/u/22847784?v=4", "gravatar_id": "", "url": "https://api.github.com/users/KazMorita", "html_url": "https://github.com/KazMorita", "followers_url": "https://api.github.com/users/...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Can you add a simple unittest for this? Thanks.", "\n[![Coverage Status](https://coveralls.io/builds/40537438/badge)](https://coveralls.io/builds/40537438)\n\nCoverage decreased (-0.6%) to 83.083% when pulling **180153deaf7da2d6bfbd016c20d78c305bb273a2 on KazMorita:master** into **afa2cb9ba4111b4488933692d14f3c4...
2021-06-10T11:32:11
2021-06-13T02:31:24
2021-06-13T02:27:57Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary * Added ALGO=CHI in place of ALGO=BSE to avoid the code from error exiting. * This change is minor, so no change to the document is required. ## Additional dependencies introduced (if any) * non ## TODO (if any) * non
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2171/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2171/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2171", "html_url": "https://github.com/materialsproject/pymatgen/pull/2171", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2171.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2171.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2172
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2172/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2172/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2172/events
https://github.com/materialsproject/pymatgen/pull/2172
917,544,118
MDExOlB1bGxSZXF1ZXN0NjY3MDYzODg0
2,172
Use tighter EDIFF for DFPT calculations
{ "login": "utf", "id": 1330638, "node_id": "MDQ6VXNlcjEzMzA2Mzg=", "avatar_url": "https://avatars.githubusercontent.com/u/1330638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/utf", "html_url": "https://github.com/utf", "followers_url": "https://api.github.com/users/utf/followers", "f...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "test pls.", "Done.", "\n[![Coverage Status](https://coveralls.io/builds/40484767/badge)](https://coveralls.io/builds/40484767)\n\nCoverage decreased (-0.6%) to 83.082% when pulling **d1ee3c77f84dd68ad30dd93d74cbd63d74f8ec60 on utf:dfpt** into **77c6dd669e159ca5fc5b2605b5a07b0bd3e500f9 on materialsproject:maste...
2021-06-10T16:24:36
2021-06-11T16:49:47
2021-06-11T16:49:47Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Set EDIFF = 1e-5 when `lepsilon = True` in `MPStaticSet`. Note that this is [already used in atomate](https://github.com/hackingmaterials/atomate/blob/128a754000533029ce2b3d1faf3eb06aabe6f88b/atomate/vasp/firetasks/write_inputs.py#L378), I'm just moving the configuration to the input set itself.
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2172/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2172/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2172", "html_url": "https://github.com/materialsproject/pymatgen/pull/2172", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2172.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2172.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2173
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2173/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2173/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2173/events
https://github.com/materialsproject/pymatgen/issues/2173
919,202,513
MDU6SXNzdWU5MTkyMDI1MTM=
2,173
Significantly different Pourbaix diagrams somewhere between 2020.3.13 and 2022.0.8
{ "login": "mwitman1", "id": 10645657, "node_id": "MDQ6VXNlcjEwNjQ1NjU3", "avatar_url": "https://avatars.githubusercontent.com/u/10645657?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mwitman1", "html_url": "https://github.com/mwitman1", "followers_url": "https://api.github.com/users/mwi...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Hi @mwitman1, please see the Materials Project database release notes here for more information: https://matsci.org/t/materials-project-database-release-log/1609/18\r\n\r\n@rkingsbury can comment further (though he's not available this week, so may take some time for a response)", "Hi @rkingsbury thanks for look...
2021-06-11T20:51:49
2021-06-20T23:12:59
2021-06-20T23:12:59Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** There seems to significant difference in the Pourbaix diagrams generated in 2022.0.08 and those up to at least v2020.3.13. I’m referencing v2020.3.13 because it’s the last version in the Change Log that makes a mention of “pourbaix”. Ultimately it seems to come down to the computed energies for ea...
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2173/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2173/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2174
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2174/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2174/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2174/events
https://github.com/materialsproject/pymatgen/pull/2174
919,313,541
MDExOlB1bGxSZXF1ZXN0NjY4NjUxNzky
2,174
Q-Chem NBO
{ "login": "samblau", "id": 7431223, "node_id": "MDQ6VXNlcjc0MzEyMjM=", "avatar_url": "https://avatars.githubusercontent.com/u/7431223?v=4", "gravatar_id": "", "url": "https://api.github.com/users/samblau", "html_url": "https://github.com/samblau", "followers_url": "https://api.github.com/users/samblau/...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "\n[![Coverage Status](https://coveralls.io/builds/40715205/badge)](https://coveralls.io/builds/40715205)\n\nCoverage decreased (-0.6%) to 83.141% when pulling **7f07cc4693489915ce953b7546ece9b30bccdd8d on samblau:qchem** into **df22c1a523eee198ad6381dad585ac9b851dc9b3 on materialsproject:master**.\n", "@mkhorton...
2021-06-11T23:51:00
2021-06-19T00:06:23
2021-06-19T00:06:21Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Add Q-Chem NBO functionality, whereby the NBO package can be called from within Q-Chem * Input reading/writing in QCInput and corresponding testing * Output parsing in QCOutput and corresponding testing * NBO functionality in Q-Chem sets and corresponding testing
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2174/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2174/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2174", "html_url": "https://github.com/materialsproject/pymatgen/pull/2174", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2174.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2174.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2175
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2175/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2175/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2175/events
https://github.com/materialsproject/pymatgen/issues/2175
921,836,006
MDU6SXNzdWU5MjE4MzYwMDY=
2,175
SpacegroupAnalyzer setting _space_group_data to None
{ "login": "kyledmiller", "id": 45434005, "node_id": "MDQ6VXNlcjQ1NDM0MDA1", "avatar_url": "https://avatars.githubusercontent.com/u/45434005?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kyledmiller", "html_url": "https://github.com/kyledmiller", "followers_url": "https://api.github.com/...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "This is not a problem with pymatgen but rather with the CIF file itself. Some of the atoms generated are too near each other, resulting in atomic collisions in the symmetry finding algorithm.\r\n\r\nUsing your second CIF file as an example,\r\n\r\n```python\r\nfrom pymatgen.core import Structure\r\ns = Structure.f...
2021-06-15T21:57:37
2021-06-16T16:02:03
2021-06-16T12:27:33Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** When attempting to fetch the spacegroup info for structures parsed from certain cifs (provided), an exception is thrown about the space group data being None. **To Reproduce** Copy in cifs provided at the bottom (sorry, I can't upload .cif files to these issues), run the code below. ``` fro...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2175/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2175/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2176
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2176/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2176/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2176/events
https://github.com/materialsproject/pymatgen/issues/2176
925,001,239
MDU6SXNzdWU5MjUwMDEyMzk=
2,176
BabelMolAdaptor in pymatgen.io.babel: Converted openbabel_mol is different from pymatgen_mol
{ "login": "Hyunseung-Kim", "id": 31006321, "node_id": "MDQ6VXNlcjMxMDA2MzIx", "avatar_url": "https://avatars.githubusercontent.com/u/31006321?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Hyunseung-Kim", "html_url": "https://github.com/Hyunseung-Kim", "followers_url": "https://api.githu...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Babel has its own bonding algorithm. You would use this to get what Babel thinks should be bonded, so it's not surprising that it disagrees with what you put in. If you put in the resulting babel bonded-molecule and it changed again, then there would be a bug. ", "Your answer was helpful for me. Thank you, shyam...
2021-06-18T15:15:45
2021-06-25T16:54:11
2021-06-25T16:54:00Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
Hello. I'm a newbie of pymatgen. BabelMolAdaptor(mol) seems that a bridge between pymatgen_mol and openbabel_mol. But if I try to convert pymatgen_mol to openbabel_mol with the following codes: `openbabel_mol = BabelMolAdaptor(pymatgen_mol).openbabel_mol` the number of bonds in openbabel_mol is different ...
{ "login": "Hyunseung-Kim", "id": 31006321, "node_id": "MDQ6VXNlcjMxMDA2MzIx", "avatar_url": "https://avatars.githubusercontent.com/u/31006321?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Hyunseung-Kim", "html_url": "https://github.com/Hyunseung-Kim", "followers_url": "https://api.githu...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2176/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2176/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2177
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2177/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2177/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2177/events
https://github.com/materialsproject/pymatgen/pull/2177
925,357,915
MDExOlB1bGxSZXF1ZXN0NjczODUzMjU5
2,177
Pourbaix: default to filter_solids=True
{ "login": "rkingsbury", "id": 1908695, "node_id": "MDQ6VXNlcjE5MDg2OTU=", "avatar_url": "https://avatars.githubusercontent.com/u/1908695?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rkingsbury", "html_url": "https://github.com/rkingsbury", "followers_url": "https://api.github.com/users...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "I think it was more intended to include single entries that one might want to inspect and use for analysis post serial/deserialization in the multi-entry case, but I think it's probably overly complex and misnamed, so I'm in support of getting rid of it.", "Thanks @rkingsbury, @shyamd, including discussion in ht...
2021-06-19T09:39:59
2021-06-20T23:13:58
2021-06-20T23:12:59Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Default `PourbaixDiagram` to use `filter_solids=True` for consistency with the MP website and discussion in #2173. In addition: * Fix a bug in `MaterialsProjectAqueousCompatibility` introduced by e8028b0cfe783f8628c9090da07ff6e435244f6c * add type hinting to `PourbaixDiagram` and make a few type hin...
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2177/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2177/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2177", "html_url": "https://github.com/materialsproject/pymatgen/pull/2177", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2177.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2177.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2178
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2178/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2178/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2178/events
https://github.com/materialsproject/pymatgen/pull/2178
925,515,934
MDExOlB1bGxSZXF1ZXN0NjczOTcxMjc3
2,178
QE IO: allow to distinguish same element with different oxidation state
{ "login": "FCMeng", "id": 82957832, "node_id": "MDQ6VXNlcjgyOTU3ODMy", "avatar_url": "https://avatars.githubusercontent.com/u/82957832?v=4", "gravatar_id": "", "url": "https://api.github.com/users/FCMeng", "html_url": "https://github.com/FCMeng", "followers_url": "https://api.github.com/users/FCMeng/fo...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Can you add a simple unittest pls?\r\n", "> Can you add a simple unittest pls?\r\n@shyuep I uploaded a simple unittest here. Thanks!\r\n\r\n", "Hi there, you do not need to send it as a zip file. All you need to do is to edit pymatgen/io/tests/test_pwscf.py to add this test to it. Then the checks will automa...
2021-06-20T04:12:00
2021-08-11T22:28:59
2021-08-11T22:28:59Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Allow to distinguish same element with different oxidation state, which might have different pseudopotentials. ## Summary The only change I made is at line 153 of pwscf.py file: out.append(" %s %.6f %.6f %.6f" % (site.specie.symbol, site.a, site.b, site.c)) -> out.append(" %s %.6f %.6f %.6f" % (site.spec...
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2178/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2178/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2178", "html_url": "https://github.com/materialsproject/pymatgen/pull/2178", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2178.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2178.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2179
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2179/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2179/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2179/events
https://github.com/materialsproject/pymatgen/pull/2179
926,824,218
MDExOlB1bGxSZXF1ZXN0Njc1MDcxMTg5
2,179
enforce KSPACING cap in MPScanRelaxSet
{ "login": "rkingsbury", "id": 1908695, "node_id": "MDQ6VXNlcjE5MDg2OTU=", "avatar_url": "https://avatars.githubusercontent.com/u/1908695?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rkingsbury", "html_url": "https://github.com/rkingsbury", "followers_url": "https://api.github.com/users...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "\n[![Coverage Status](https://coveralls.io/builds/40766573/badge)](https://coveralls.io/builds/40766573)\n\nCoverage decreased (-0.6%) to 83.149% when pulling **9f113be5cfe4156aefe0964dd81f9ed6e0c4adb5 on rkingsbury:kspacing-guard** into **33844780c5f735a18d6d28d788f5fc22f208b646 on materialsproject:master**.\n" ]
2021-06-22T04:44:45
2021-07-15T14:32:57
2021-06-22T16:03:14Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Add a guard statement and a test to ensure that the KSPACING value calculated by `MPScanRelaxSet` never exceeds the range 0.22 - 0.44. This is a follow up to #2163. After that PR was merged I noticed from our atomate tests of the SCAN workflow that if a material's bandgap was sufficiently large >9 eV ...
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2179/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2179/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2179", "html_url": "https://github.com/materialsproject/pymatgen/pull/2179", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2179.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2179.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2180
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2180/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2180/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2180/events
https://github.com/materialsproject/pymatgen/issues/2180
927,683,522
MDU6SXNzdWU5Mjc2ODM1MjI=
2,180
Convert XYZ to cif format
{ "login": "VictorPulzz", "id": 23406402, "node_id": "MDQ6VXNlcjIzNDA2NDAy", "avatar_url": "https://avatars.githubusercontent.com/u/23406402?v=4", "gravatar_id": "", "url": "https://api.github.com/users/VictorPulzz", "html_url": "https://github.com/VictorPulzz", "followers_url": "https://api.github.com/...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Hi @VictorPullzz, since this is not a bug, you would be better off asking for help at our discussion forum: matsci.org/pymatgen\r\n\r\nIn brief, the CIF format is a crystallographic format, meaning it also defines a periodic lattice. XYZ files typically describe molecules, although some have a header with lattice ...
2021-06-22T22:31:31
2021-06-23T20:36:33
2021-06-23T19:16:07Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** Hello I have a question. How I can convert XYZ file to cif format? For ex: I have some XYZ file ![image](https://user-images.githubusercontent.com/23406402/123007801-6e258180-d3c2-11eb-9b55-bda0fe8bf23c.png) I need convert this to cif format file. How I can doing this? Pelase help me)
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2180/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2180/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2181
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2181/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2181/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2181/events
https://github.com/materialsproject/pymatgen/issues/2181
929,240,783
MDU6SXNzdWU5MjkyNDA3ODM=
2,181
checking whether an entry is stable makes getting `e_above_hull` O(N) as opposed to O(1)
{ "login": "CompRhys", "id": 26601751, "node_id": "MDQ6VXNlcjI2NjAxNzUx", "avatar_url": "https://avatars.githubusercontent.com/u/26601751?v=4", "gravatar_id": "", "url": "https://api.github.com/users/CompRhys", "html_url": "https://github.com/CompRhys", "followers_url": "https://api.github.com/users/Com...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Thanks for reporting this. Can you provide an actual profile code showing this is indeed the offending line? I would assume a quick search through stable entries would be faster than doing the actual decomp computation for stable entries. Of course, if you have 100000 unstable entries and only 10 stable entries, t...
2021-06-24T13:38:25
2021-06-28T16:22:19
2021-06-28T14:46:32Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
https://github.com/materialsproject/pymatgen/blob/f091ddba0a82c586eca91b454ebeeafb45ac80fe/pymatgen/analysis/phase_diagram.py#L566-L569 In `PhaseDiagram.get_decomp_and_e_above_hull` the current code first checks if an entry is in the stable entries. This wastes a large amount of compute to ensure that the decomp is ...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2181/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2181/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2182
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2182/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2182/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2182/events
https://github.com/materialsproject/pymatgen/pull/2182
929,432,531
MDExOlB1bGxSZXF1ZXN0Njc3Mjg1MzEx
2,182
fix: update matplotlib 3daxes to use modern api.
{ "login": "CompRhys", "id": 26601751, "node_id": "MDQ6VXNlcjI2NjAxNzUx", "avatar_url": "https://avatars.githubusercontent.com/u/26601751?v=4", "gravatar_id": "", "url": "https://api.github.com/users/CompRhys", "html_url": "https://github.com/CompRhys", "followers_url": "https://api.github.com/users/Com...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "\n[![Coverage Status](https://coveralls.io/builds/40858948/badge)](https://coveralls.io/builds/40858948)\n\nCoverage decreased (-0.6%) to 83.149% when pulling **5420e901364090346f3174e7125ba155eb568bc2 on CompRhys:3daxes** into **f4d2b6a53061074ccebba5bf0e75afa9fed15281 on materialsproject:master**.\n" ]
2021-06-24T17:00:45
2021-06-28T12:42:40
2021-06-28T12:41:46Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
matplotlib is deprecating the old way to setup 3d plots used by the "matplotlib" backend in PDPlotter. This was giving me deprecation warnings in the testing scripts so I've replaced the calls with the more up to date api usage. I have tested the backend and it still works as before for 4d gibbs simplicies.
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2182/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2182/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2182", "html_url": "https://github.com/materialsproject/pymatgen/pull/2182", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2182.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2182.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2183
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2183/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2183/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2183/events
https://github.com/materialsproject/pymatgen/issues/2183
929,679,648
MDU6SXNzdWU5Mjk2Nzk2NDg=
2,183
Inconsistency between function definition and documentation
{ "login": "gVallverdu", "id": 5417018, "node_id": "MDQ6VXNlcjU0MTcwMTg=", "avatar_url": "https://avatars.githubusercontent.com/u/5417018?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gVallverdu", "html_url": "https://github.com/gVallverdu", "followers_url": "https://api.github.com/users...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Thanks @gVallverdu, fixed with https://github.com/materialsproject/pymatgen/commit/8c96e7a395a2c5894d9d7d6d3094873b7e172741" ]
2021-06-24T23:06:01
2021-06-24T23:37:42
2021-06-24T23:37:42Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Hi, There is an inconsistency between the definition of the `append()` function of the `Molecule` class and the documentation. The `validate_proximity` is set to `False` by default but in the docstring of the function it is said that the default value is `True`. Here is the link to the `append()` method in the...
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2183/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2183/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2184
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2184/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2184/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2184/events
https://github.com/materialsproject/pymatgen/issues/2184
931,466,729
MDU6SXNzdWU5MzE0NjY3Mjk=
2,184
Lattice object should not be hashable
{ "login": "Develpy", "id": 54062404, "node_id": "MDQ6VXNlcjU0MDYyNDA0", "avatar_url": "https://avatars.githubusercontent.com/u/54062404?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Develpy", "html_url": "https://github.com/Develpy", "followers_url": "https://api.github.com/users/Develp...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Strictly speaking, yes. Practically, this is normal practice and sometimes, there are cases where you want to hash a Lattice or some other mutable object in a dict. The default Python Object is hashable. " ]
2021-06-28T11:24:14
2021-06-28T12:41:32
2021-06-28T12:41:32Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
The lattice object (pymatgen/pymatgen/core/lattice.py) implements the hash-function as follows: ``` def __hash__(self): return 7 ``` I think that this is not a good way to implement the hash-function and that lattice should not be hashable because it is mutable.
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2184/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2184/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2185
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2185/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2185/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2185/events
https://github.com/materialsproject/pymatgen/issues/2185
932,225,519
MDU6SXNzdWU5MzIyMjU1MTk=
2,185
eigenvalue_band_properties based on separate spin channels
{ "login": "Andrew-S-Rosen", "id": 8674072, "node_id": "MDQ6VXNlcjg2NzQwNzI=", "avatar_url": "https://avatars.githubusercontent.com/u/8674072?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Andrew-S-Rosen", "html_url": "https://github.com/Andrew-S-Rosen", "followers_url": "https://api.gith...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Addressed in #2187." ]
2021-06-29T05:24:31
2021-07-01T04:45:31
2021-07-01T04:45:31Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Is your feature request related to a problem? Please describe.** Currently, the band gaps computed using the `eigenvalue_band_properties` function in `pymatgen.io.vasp.outputs` (e.g. for the `Vasprun` or `Eigenval` classes) are based on the VBM and CBM independent of spin. For some spin-polarized systems, this might...
{ "login": "Andrew-S-Rosen", "id": 8674072, "node_id": "MDQ6VXNlcjg2NzQwNzI=", "avatar_url": "https://avatars.githubusercontent.com/u/8674072?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Andrew-S-Rosen", "html_url": "https://github.com/Andrew-S-Rosen", "followers_url": "https://api.gith...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2185/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2185/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2186
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2186/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2186/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2186/events
https://github.com/materialsproject/pymatgen/pull/2186
932,274,036
MDExOlB1bGxSZXF1ZXN0Njc5NjQyMjQ4
2,186
Revise #2164 - Make SETTINGS loading more robust
{ "login": "ardunn", "id": 19936203, "node_id": "MDQ6VXNlcjE5OTM2MjAz", "avatar_url": "https://avatars.githubusercontent.com/u/19936203?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ardunn", "html_url": "https://github.com/ardunn", "followers_url": "https://api.github.com/users/ardunn/fo...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "\n[![Coverage Status](https://coveralls.io/builds/40957332/badge)](https://coveralls.io/builds/40957332)\n\nCoverage decreased (-0.6%) to 83.148% when pulling **be53de0347d21b5fbd55512316dee670fcd6b0e5 on ardunn:master** into **0e3181fe3bd2553267340dcb8b8afd19332387a7 on materialsproject:master**.\n", "Thanks @a...
2021-06-29T06:47:59
2021-06-30T18:04:51
2021-06-30T18:04:50Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Changes in SETTINGS load priority from #2164 can sometimes cause the loaded SETTINGS dictionary to be empty, leading to the following kind of error: ``` File "/home/runner/work/matminer/matminer/test_env/lib/python3.8/site-packages/pymatgen/ext/matproj.py", line 202, in __init__ if "MAPI_DB_VER...
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2186/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2186/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2186", "html_url": "https://github.com/materialsproject/pymatgen/pull/2186", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2186.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2186.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2187
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2187/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2187/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2187/events
https://github.com/materialsproject/pymatgen/pull/2187
932,820,349
MDExOlB1bGxSZXF1ZXN0NjgwMTIwNjcy
2,187
Add support for spin-dependent eig band props
{ "login": "Andrew-S-Rosen", "id": 8674072, "node_id": "MDQ6VXNlcjg2NzQwNzI=", "avatar_url": "https://avatars.githubusercontent.com/u/8674072?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Andrew-S-Rosen", "html_url": "https://github.com/Andrew-S-Rosen", "followers_url": "https://api.gith...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "\n[![Coverage Status](https://coveralls.io/builds/41009700/badge)](https://coveralls.io/builds/41009700)\n\nCoverage decreased (-0.6%) to 83.158% when pulling **9c748d3a87c4593b83a9e51eb6c30751d1db1884 on arosen93:master** into **0e3181fe3bd2553267340dcb8b8afd19332387a7 on materialsproject:master**.\n", "Thanks ...
2021-06-29T15:19:47
2021-07-01T04:46:19
2021-07-01T04:43:47Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary PR to address #2185 (please refer to this Issue for additional context). This PR allows for the band gap, CBM, VBM, and is_direct_band_gap to be computed for each individual spin channel in a spin-polarized calculation when using the VASP Eigenval or Vasprun parsers via a new `separate_spins` keyword argu...
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2187/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2187/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2187", "html_url": "https://github.com/materialsproject/pymatgen/pull/2187", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2187.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2187.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2188
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2188/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2188/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2188/events
https://github.com/materialsproject/pymatgen/issues/2188
933,073,477
MDU6SXNzdWU5MzMwNzM0Nzc=
2,188
CombinedData serialization with monty is broken
{ "login": "rkingsbury", "id": 1908695, "node_id": "MDQ6VXNlcjE5MDg2OTU=", "avatar_url": "https://avatars.githubusercontent.com/u/1908695?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rkingsbury", "html_url": "https://github.com/rkingsbury", "followers_url": "https://api.github.com/users...
[]
open
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "FYI @htz1992213 @orioncohen", "Per a side discussion with @mkhorton , we might want to consider adding `DataFrame` support to `monty` so that we don't have to implement custom `as_dict` / `from_dict`. If we do that, just inheriting from `MSONable` and making sure that all kwargs are stored as class attributes s...
2021-06-29T20:21:36
2023-11-05T22:19:54
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** I am unable to serialize and deserialize a `CombinedData` object using `loadfn` / `dumpfn`. I believe this occurs because `CombinedData` inherits `from_dict` from `LammpsData`, but `CombinedData.init()` takes different kwargs. **To Reproduce** Create a `CombinedData` object called `data` ``...
{ "login": "rkingsbury", "id": 1908695, "node_id": "MDQ6VXNlcjE5MDg2OTU=", "avatar_url": "https://avatars.githubusercontent.com/u/1908695?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rkingsbury", "html_url": "https://github.com/rkingsbury", "followers_url": "https://api.github.com/users...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2188/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2188/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2189
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2189/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2189/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2189/events
https://github.com/materialsproject/pymatgen/issues/2189
935,341,982
MDU6SXNzdWU5MzUzNDE5ODI=
2,189
Tensorflow and Pymatgen incompatible
{ "login": "arunppsg", "id": 26398753, "node_id": "MDQ6VXNlcjI2Mzk4NzUz", "avatar_url": "https://avatars.githubusercontent.com/u/26398753?v=4", "gravatar_id": "", "url": "https://api.github.com/users/arunppsg", "html_url": "https://github.com/arunppsg", "followers_url": "https://api.github.com/users/aru...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Try 2019.12.31", "Thanks for your suggestion. Pymatgen 2020.12.31 worked for me. In colab, it worked fine. In conda, there was module not found error for ruamel.yaml. But `import ruamel_yaml` worked. It was resolved by following steps:\r\n\r\n1. `cd anaconda3/lib/python3.8/site-packages/pymatgen`\r\n2. `find . -...
2021-07-02T01:56:44
2021-07-04T02:03:06
2021-07-02T14:13:46Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
The latest version of tensorflow and pymatgen are incompatible due to dependency errors. Tensorflow depends on older version of numpy (1.19.1) while pymatgen uses numpy 1.20.1. When installing pymatgen in a new conda environment or in colab containing tensorflow, installation errors with exit status 1. Maybe it will...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2189/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2189/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2190
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2190/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2190/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2190/events
https://github.com/materialsproject/pymatgen/pull/2190
935,914,897
MDExOlB1bGxSZXF1ZXN0NjgyNzUxMjYx
2,190
Gruneisen classes
{ "login": "JaGeo", "id": 22094846, "node_id": "MDQ6VXNlcjIyMDk0ODQ2", "avatar_url": "https://avatars.githubusercontent.com/u/22094846?v=4", "gravatar_id": "", "url": "https://api.github.com/users/JaGeo", "html_url": "https://github.com/JaGeo", "followers_url": "https://api.github.com/users/JaGeo/follow...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Will fix the rest of the problems on Monday... (sorry)", "Looking at the logs, it's unclear why so many linting issues are coming up for classes that are not touched by this PR -- only linting issues associated with the files modified by this PR need to be addressed.\r\n\r\nOne request is that when a new plotter...
2021-07-02T16:30:37
2021-07-09T17:21:21
2021-07-09T16:41:53Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary @ab5424 , @gpetretto and I have worked on classes to handle Grüneisen parametrs in pymatgen. We have added a module phonopy.phonon.gruneisen.py and also plotter classes. The parameters can also be imported from phonopy. Please let me know if we can do anything further to get this pull request merged s...
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2190/reactions", "total_count": 2, "+1": 1, "-1": 0, "laugh": 0, "hooray": 1, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2190/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2190", "html_url": "https://github.com/materialsproject/pymatgen/pull/2190", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2190.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2190.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2191
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2191/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2191/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2191/events
https://github.com/materialsproject/pymatgen/pull/2191
936,138,980
MDExOlB1bGxSZXF1ZXN0NjgyOTQxODc3
2,191
CombinedData.as_dict/from_dict and other methods overwrite; CombinedData.as_lammpsdata deepcopied
{ "login": "htz1992213", "id": 25351437, "node_id": "MDQ6VXNlcjI1MzUxNDM3", "avatar_url": "https://avatars.githubusercontent.com/u/25351437?v=4", "gravatar_id": "", "url": "https://api.github.com/users/htz1992213", "html_url": "https://github.com/htz1992213", "followers_url": "https://api.github.com/use...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Fixes #2188 ", "\n[![Coverage Status](https://coveralls.io/builds/42396886/badge)](https://coveralls.io/builds/42396886)\n\nCoverage decreased (-0.6%) to 83.143% when pulling **cab0331c70be487ee9b8edbdd8e8d98b888a6cba on htz1992213:master** into **40817cc97fe25bc027523a65aab528b59e22e78e on materialsproject:mast...
2021-07-03T01:19:59
2021-08-26T18:00:19
2021-08-25T16:45:55Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Include a summary of major changes in bullet points: * Add `as_dict`, `from_dict` for CombinedData to overwrite superclass methods * Overwrite `structure`, `disassemble`, `from_ff_and_topologie`, `from_structur` methods for CombinedData * Rewrite `as_lammpsdata` method for CombinedData so that each a...
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2191/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2191/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2191", "html_url": "https://github.com/materialsproject/pymatgen/pull/2191", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2191.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2191.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2192
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2192/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2192/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2192/events
https://github.com/materialsproject/pymatgen/issues/2192
937,354,786
MDU6SXNzdWU5MzczNTQ3ODY=
2,192
SubstrateAnalyzer not returning the substrate matches
{ "login": "emily-l-wang", "id": 54878006, "node_id": "MDQ6VXNlcjU0ODc4MDA2", "avatar_url": "https://avatars.githubusercontent.com/u/54878006?v=4", "gravatar_id": "", "url": "https://api.github.com/users/emily-l-wang", "html_url": "https://github.com/emily-l-wang", "followers_url": "https://api.github.c...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Also tagging @shyamd here. A recent PR #2149 cleaned up a lot of the interface functionality and added new features.", "Yup. Dumb bug on my part. Already opened a PR to fix it in #2198 ", "Thanks!" ]
2021-07-05T20:44:12
2021-09-13T08:39:12
2021-09-13T08:39:12Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** pymatgen.analysis.interfaces.substrate_analyzer returns None objects rather than SubstrateMatch objects. **To Reproduce** Code to run: from pymatgen.analysis.interfaces.substrate_analyzer import SubstrateAnalyzer from pymatgen.ext.matproj import MPRester mpr = MPRester("API_KEY") subst...
{ "login": "shyamd", "id": 16827130, "node_id": "MDQ6VXNlcjE2ODI3MTMw", "avatar_url": "https://avatars.githubusercontent.com/u/16827130?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyamd", "html_url": "https://github.com/shyamd", "followers_url": "https://api.github.com/users/shyamd/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2192/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2192/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2193
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2193/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2193/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2193/events
https://github.com/materialsproject/pymatgen/pull/2193
939,111,891
MDExOlB1bGxSZXF1ZXN0Njg1MzgzMTAw
2,193
Bugfix for defect BandFillingCorrection
{ "login": "kavanase", "id": 51478689, "node_id": "MDQ6VXNlcjUxNDc4Njg5", "avatar_url": "https://avatars.githubusercontent.com/u/51478689?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kavanase", "html_url": "https://github.com/kavanase", "followers_url": "https://api.github.com/users/kav...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "\n[![Coverage Status](https://coveralls.io/builds/41191123/badge)](https://coveralls.io/builds/41191123)\n\nCoverage decreased (-0.6%) to 83.191% when pulling **6c69bc4c6b6657b60883ecc892885a1882f9bf4a on kavanase:master** into **3855d50c857fc61e70a0a4497e194a819d617a64 on materialsproject:master**.\n", "Thanks ...
2021-07-07T17:33:20
2021-07-12T19:11:56
2021-07-08T19:51:21Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary This is a bugfix for two significant errors in the BandFillingCorrection class for defects. I have attached a PDF, notebook and corresponding data to demonstrate the errors, and how these are now fixed with this PR. I have changed the value in the BandFillingCorrection test to match the correct value as we...
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2193/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2193/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2193", "html_url": "https://github.com/materialsproject/pymatgen/pull/2193", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2193.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2193.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2194
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2194/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2194/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2194/events
https://github.com/materialsproject/pymatgen/issues/2194
939,419,843
MDU6SXNzdWU5Mzk0MTk4NDM=
2,194
ZSLGenerator not returning all inequivalent transformations
{ "login": "bernstei", "id": 1202357, "node_id": "MDQ6VXNlcjEyMDIzNTc=", "avatar_url": "https://avatars.githubusercontent.com/u/1202357?v=4", "gravatar_id": "", "url": "https://api.github.com/users/bernstei", "html_url": "https://github.com/bernstei", "followers_url": "https://api.github.com/users/berns...
[]
open
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "I just noticed the undocumented `bidirectional` argument for the `ZSLGenerator` constructor, but it's not clear to me how exactly it relates to this behavior. It would be nice if it could be explained in the docstring.", "I just updated to 2022.0.10, and I'm running into a new bug. I've modified my code for th...
2021-07-08T03:00:57
2021-09-13T08:39:41
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** `ZSLGenerator` doesn't return some expected mappings between two low symmetry lattices. **To Reproduce** run ``` from pymatgen.analysis.substrate_analyzer import ZSLGenerator # find in-plane supercell lattice pairs that are compatible zsl = ZSLGenerator(max_area=4.5, max_length_tol = 0...
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2194/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2194/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2195
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2195/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2195/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2195/events
https://github.com/materialsproject/pymatgen/issues/2195
939,460,311
MDU6SXNzdWU5Mzk0NjAzMTE=
2,195
Inconsistent use of output file path in Structure.to() method
{ "login": "yw-choi", "id": 1888873, "node_id": "MDQ6VXNlcjE4ODg4NzM=", "avatar_url": "https://avatars.githubusercontent.com/u/1888873?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yw-choi", "html_url": "https://github.com/yw-choi", "followers_url": "https://api.github.com/users/yw-choi/...
[ { "id": 19613987, "node_id": "MDU6TGFiZWwxOTYxMzk4Nw==", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/bug", "name": "bug", "color": "9222c1", "default": true, "description": "" }, { "id": 5304335471, "node_id": "LA_kwDOACgets8AAAABPCm8bw", "url": ...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Thanks for the report. I didn't see your issue at the time but this was fixed in 6a6056cd417f1310d6810cf3ebdd2d2126fe4d41 and released in [v2022.11.1](https://github.com/materialsproject/pymatgen/releases/tag/v2022.11.1)." ]
2021-07-08T04:36:58
2023-05-30T16:53:47
2023-05-30T16:53:47Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** Structure.to() method ignores the parent path of filename for certain file formats, say, .xsf format. For example, in the following scenario, ```python struct = Structure(...) struct.to(filename="/path/to/struct.ext") ``` the output file is correctly written to /path/to/struct.ext when .ext...
{ "login": "janosh", "id": 30958850, "node_id": "MDQ6VXNlcjMwOTU4ODUw", "avatar_url": "https://avatars.githubusercontent.com/u/30958850?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janosh", "html_url": "https://github.com/janosh", "followers_url": "https://api.github.com/users/janosh/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2195/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2195/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2196
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2196/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2196/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2196/events
https://github.com/materialsproject/pymatgen/issues/2196
939,917,407
MDU6SXNzdWU5Mzk5MTc0MDc=
2,196
Typo in init.py Ruamel import
{ "login": "arepstein", "id": 17616763, "node_id": "MDQ6VXNlcjE3NjE2NzYz", "avatar_url": "https://avatars.githubusercontent.com/u/17616763?v=4", "gravatar_id": "", "url": "https://api.github.com/users/arepstein", "html_url": "https://github.com/arepstein", "followers_url": "https://api.github.com/users/...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2021-07-08T14:25:18
2021-07-08T14:27:09
2021-07-08T14:27:09Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** core/__init__.py tries to import ruamal, which results in an error, rather than ruamel, which I think is the proper import statement. **To Reproduce** Steps to reproduce the behavior: import pymatgen.core Provide any example files that are needed to reproduce the error, especially if the...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2196/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2196/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2197
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2197/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2197/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2197/events
https://github.com/materialsproject/pymatgen/issues/2197
940,131,243
MDU6SXNzdWU5NDAxMzEyNDM=
2,197
Improve resource structure to work better with systems that package code and data
{ "login": "jdagdelen", "id": 9101793, "node_id": "MDQ6VXNlcjkxMDE3OTM=", "avatar_url": "https://avatars.githubusercontent.com/u/9101793?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jdagdelen", "html_url": "https://github.com/jdagdelen", "followers_url": "https://api.github.com/users/jd...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Thanks for the feedback. but I need a bit more context about where this is causing problems. In general, data files that are packaged are meant to be defaults. If alternatives are allowed, those code should be implemented with an argument to allow other files to be supplied. So pls provide a specific scenario wher...
2021-07-08T18:50:52
2021-08-24T15:35:27
2021-08-24T15:35:27Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Is your feature request related to a problem? Please describe.** The current implementation of pymatgen is difficult to adapt/use in environments where data files are packaged separately from source code. In these cases, the actual file name of the resource, such as `pymatgen/analysis/op_params.yaml` won't necessa...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2197/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2197/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2198
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2198/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2198/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2198/events
https://github.com/materialsproject/pymatgen/pull/2198
940,181,846
MDExOlB1bGxSZXF1ZXN0Njg2MjkyMDA5
2,198
Fix substrate analyzer not actually returning objects
{ "login": "shyamd", "id": 16827130, "node_id": "MDQ6VXNlcjE2ODI3MTMw", "avatar_url": "https://avatars.githubusercontent.com/u/16827130?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyamd", "html_url": "https://github.com/shyamd", "followers_url": "https://api.github.com/users/shyamd/fo...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "\n[![Coverage Status](https://coveralls.io/builds/41228307/badge)](https://coveralls.io/builds/41228307)\n\nCoverage decreased (-0.6%) to 83.187% when pulling **33c9032ca48e98c119d13b20b2db96bd9386cc2a on shyamd:fix_sub_analyzer** into **ec611b9f0fc04c49de003132a53ff4df4b2a3f7f on materialsproject:master**.\n", ...
2021-07-08T20:07:19
2023-05-30T16:49:34
2021-07-09T22:45:15Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
This should fix #2198 , which was a bug introduced in the interfaces reorganization where the substrate analyzer was constructing matches to return, but not actually returning them... DOH! I've added a test to check for this in the future.
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2198/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2198/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2198", "html_url": "https://github.com/materialsproject/pymatgen/pull/2198", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2198.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2198.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2199
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2199/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2199/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2199/events
https://github.com/materialsproject/pymatgen/issues/2199
940,199,792
MDU6SXNzdWU5NDAxOTk3OTI=
2,199
Outdated costdb_elements.csv, active elemental price updates for CostAnalysis?
{ "login": "CifLord", "id": 8036054, "node_id": "MDQ6VXNlcjgwMzYwNTQ=", "avatar_url": "https://avatars.githubusercontent.com/u/8036054?v=4", "gravatar_id": "", "url": "https://api.github.com/users/CifLord", "html_url": "https://github.com/CifLord", "followers_url": "https://api.github.com/users/CifLord/...
[]
open
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "If there is an API that you can use to use latest prices, by all means implement an interface to it. I think there is an XML feed that can be used quite easily." ]
2021-07-08T20:33:10
2021-07-08T21:17:53
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
The costdb_elements.csv is vastly outdated, especially for metal prices. If we look at Rh today, its currently at $600000/kg compared to the $20000/kg price obtained from WolframAlpha in 2013, about a 3000% increase. However even if we update all the elements with the most recent costs, there's still a lot of volatilit...
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2199/reactions", "total_count": 1, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2199/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2200
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2200/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2200/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2200/events
https://github.com/materialsproject/pymatgen/issues/2200
940,234,112
MDU6SXNzdWU5NDAyMzQxMTI=
2,200
V+2 and V+3 do not appear in Pourbaix Diagrams
{ "login": "rkingsbury", "id": 1908695, "node_id": "MDQ6VXNlcjE5MDg2OTU=", "avatar_url": "https://avatars.githubusercontent.com/u/1908695?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rkingsbury", "html_url": "https://github.com/rkingsbury", "followers_url": "https://api.github.com/users...
[]
open
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2021-07-08T21:25:41
2021-07-08T21:26:59
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** V+2 and V+3 species do not appear on our `PourbaixDiagram` for vanadium, even though several credible sources indicate that they should. This shortcoming was reported by an external user. I've included below the pymatgen / Materials Project Pourbaix Diagram and several other points of reference...
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2200/reactions", "total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2200/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }