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/2201
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2201/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2201/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2201/events
https://github.com/materialsproject/pymatgen/issues/2201
942,046,369
MDU6SXNzdWU5NDIwNDYzNjk=
2,201
`SpacegroupAnalyzer.get_symmetrized_structure()` weird results on structures with magnetic moments
{ "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...
[]
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
[ "would an `inc_magmoms` arg to `SpacegroupAnalyzer` be an acceptable addition `True` by default but can be turned off if all you care about is the structural spacegroup? ", "> would an inc_magmoms arg to SpacegroupAnalyzer be an acceptable addition True by default but can be turned off if all you care about is th...
2021-07-12T13:10:06
2021-07-14T04:46:48
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
If I query a structure with magnetic moments defined i.e. `mp-1228485` and run it through `SpacegroupAnalyzer` then call `get_symmetrized_structure()` it returns ``` SymmetrizedStructure Full Formula (Al12 Cr4 O24) Reduced Formula: Al3CrO6 Spacegroup: R3 (146) abc : 7.165227 7.166083 8.451375 angles: 1...
{ "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/2201/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/2201/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2202
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2202/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2202/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2202/events
https://github.com/materialsproject/pymatgen/pull/2202
944,258,023
MDExOlB1bGxSZXF1ZXN0Njg5NzY2MTQ5
2,202
[WIP - Needs Test] add include magmom toggle to `SpacegroupAnalyzer` #2201
{ "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/41358873/badge)](https://coveralls.io/builds/41358873)\n\nCoverage decreased (-0.6%) to 83.065% when pulling **8a05fcea91d96cea91a76e81ac8cd8e89d895f92 on CompRhys:magmom-toggle** into **5d600ca610d1a4d3e1532293e5f87062332b9a26 on materialsproject:master**.\n", "...
2021-07-14T10:02:08
2021-09-01T14:10:58
2021-09-01T14:10:32Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
re #2201 add toggle on whether to include magmoms in spglib input in order to has equivalent sites correctly map to wyckoff positions without duplicates. - [ ] Tests added for checking correct Wyckoff position multiplicities
{ "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/2202/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/2202/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2202", "html_url": "https://github.com/materialsproject/pymatgen/pull/2202", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2202.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2202.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2203
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2203/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2203/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2203/events
https://github.com/materialsproject/pymatgen/issues/2203
946,548,760
MDU6SXNzdWU5NDY1NDg3NjA=
2,203
`LocalStructOrderParams` is not translationally invariant when specifying neighbor indices
{ "login": "qai222", "id": 20326044, "node_id": "MDQ6VXNlcjIwMzI2MDQ0", "avatar_url": "https://avatars.githubusercontent.com/u/20326044?v=4", "gravatar_id": "", "url": "https://api.github.com/users/qai222", "html_url": "https://github.com/qai222", "followers_url": "https://api.github.com/users/qai222/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
[ "@nisse3000 do you have any thoughts on this issue?", "@mkhorton, sure. That looks like a neighbor-finding/image-using \"issue\". \r\n\r\nIf you just print out the distances between the locations of the O neighbors from the V central atom using the \"low-fi\" index mechanism, you realize that 2 neighbors don't se...
2021-07-16T19:36:04
2021-07-21T17:30:09
2021-07-21T17:30:09Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** Values of `LocalStructOrderParams` change after translating sites when specifying neighbor indices. Also, IIUC, LSOP thinks this distorted octahedron is similar to a pentagonal pyramid. **To Reproduce** Steps to reproduce the behavior: ``` from pymatgen.analysis.local_env import LocalStruc...
{ "login": "qai222", "id": 20326044, "node_id": "MDQ6VXNlcjIwMzI2MDQ0", "avatar_url": "https://avatars.githubusercontent.com/u/20326044?v=4", "gravatar_id": "", "url": "https://api.github.com/users/qai222", "html_url": "https://github.com/qai222", "followers_url": "https://api.github.com/users/qai222/fo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2203/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/2203/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2204
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2204/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2204/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2204/events
https://github.com/materialsproject/pymatgen/issues/2204
951,806,585
MDU6SXNzdWU5NTE4MDY1ODU=
2,204
Inconsistency between `formula` and `reduced_formula` for diatomic molecules and Ions
{ "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
[ "Overloading `Ion.get_reduced_formula_and_factor` would have the additional advantage of enabling special handling of important aqueous species like `OH[-]` (which otherwise shows up as `HO[-]`) and differentiating between `OH[-]` and hydrogen peroxide, `H2O2`. The fact that we can't distinguish these two species (...
2021-07-23T18:24:41
2023-08-13T16:35:00
2023-08-13T16:35:00Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** The output of `Composition.formula` and `Composition.reduced_formula` is counterintuitive for formulas listed in [`special_formulas`](https://github.com/materialsproject/pymatgen/blob/937eff5cc83febdea57258c0488a5b81cb550506/pymatgen/core/composition.py#L78), especially diatomic gases. In additi...
{ "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/2204/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/2204/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2205
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2205/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2205/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2205/events
https://github.com/materialsproject/pymatgen/issues/2205
954,089,396
MDU6SXNzdWU5NTQwODkzOTY=
2,205
Problems with saving figures
{ "login": "AnshulyadavUnofficial", "id": 71870780, "node_id": "MDQ6VXNlcjcxODcwNzgw", "avatar_url": "https://avatars.githubusercontent.com/u/71870780?v=4", "gravatar_id": "", "url": "https://api.github.com/users/AnshulyadavUnofficial", "html_url": "https://github.com/AnshulyadavUnofficial", "followers_...
[ { "id": 4705117170, "node_id": "LA_kwDOACgets8AAAABGHJj8g", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/question", "name": "question", "color": "DB336A", "default": true, "description": "Questions about functionality and design choices" }, { "id": 532287...
closed
true
{ "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-27T17:11:48
2023-05-24T19:23:31
2023-05-24T19:23:31Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
I have been trying to save the output of plotter.get_pourbaix_plot. Earlier I could simply putthe pyplot object in a PDFPages objects like below to save the figure. However, due to changes in pymatgen get_pourbaix_plot returns a pyplot, which in theory should be the same as matplotlib.pyplot. The code below tries to sa...
{ "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/2205/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/2205/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2206
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2206/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2206/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2206/events
https://github.com/materialsproject/pymatgen/issues/2206
956,056,926
MDU6SXNzdWU5NTYwNTY5MjY=
2,206
BruteForceOrderMatching class in molecule_matcher module - very basic example - error
{ "login": "mhsiron", "id": 49957831, "node_id": "MDQ6VXNlcjQ5OTU3ODMx", "avatar_url": "https://avatars.githubusercontent.com/u/49957831?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mhsiron", "html_url": "https://github.com/mhsiron", "followers_url": "https://api.github.com/users/mhsiro...
[]
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
[ "Thanks for the report @mhsiron.\r\n\r\n@fekad, do you have any thoughts on this one?", "Thanks for the report @mhsiron.\r\n\r\nI have some notes:\r\n- Be careful to use `BruteForceOrderMatcher` with `SymmOp.from_rotation_and_translation`. This method also matches the indices of atoms so if you ignore them you ca...
2021-07-29T17:27:54
2021-07-30T01:53:11
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** The BruteForceOrderMatching class in the molecule_matcher module appears to return erroneous results for simple molecule matching examples (ie with 2 molecule, with some simple transformations between them). **To Reproduce** Example 1: ``` from pymatgen.core import Molecule from pymatgen.an...
{ "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/2206/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/2206/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2207
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2207/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2207/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2207/events
https://github.com/materialsproject/pymatgen/issues/2207
958,569,714
MDU6SXNzdWU5NTg1Njk3MTQ=
2,207
KeyError when accessing PDOS via sites
{ "login": "tawe141", "id": 13124532, "node_id": "MDQ6VXNlcjEzMTI0NTMy", "avatar_url": "https://avatars.githubusercontent.com/u/13124532?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tawe141", "html_url": "https://github.com/tawe141", "followers_url": "https://api.github.com/users/tawe14...
[]
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 really the way this is meant to be used. The structure associated with the complete dos object is stored in the dos.structure attribute. So all you need to do is to replace vr.structures[-1] with dos.structure. vr.structures[-1] may not be exactly the same as the final structure since that is just the ...
2021-08-02T23:00:56
2021-08-02T23:49:46
2021-08-02T23:49:46Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** I cannot use `vasprun.complete_dos.get_site_orbital_dos()` in the snippet below because the site I pass in cannot be matched to any of the sites despite passing it a `PeriodicSite` directly from the structure. My naive suspicion is that there is something going on with how the sites are compar...
{ "login": "tawe141", "id": 13124532, "node_id": "MDQ6VXNlcjEzMTI0NTMy", "avatar_url": "https://avatars.githubusercontent.com/u/13124532?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tawe141", "html_url": "https://github.com/tawe141", "followers_url": "https://api.github.com/users/tawe14...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2207/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/2207/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2208
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2208/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2208/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2208/events
https://github.com/materialsproject/pymatgen/pull/2208
959,252,379
MDExOlB1bGxSZXF1ZXN0NzAyMzk1Njgy
2,208
update MP2020 publication details
{ "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/41870449/badge)](https://coveralls.io/builds/41870449)\n\nCoverage decreased (-0.6%) to 83.063% when pulling **c52889a41d0dfb23efe2cddefee3220435032654 on rkingsbury:master** into **3683e218cc512d15090927faf52794dbcea12322 on materialsproject:master**.\n" ]
2021-08-03T15:45:26
2021-08-03T16:28:09
2021-08-03T15:48:41Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Update docstring of `MaterialsProject2020Compatibility` with final published version of manuscript
{ "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/2208/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/2208/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2208", "html_url": "https://github.com/materialsproject/pymatgen/pull/2208", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2208.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2208.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2209
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2209/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2209/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2209/events
https://github.com/materialsproject/pymatgen/issues/2209
961,582,858
MDU6SXNzdWU5NjE1ODI4NTg=
2,209
import Lattice error in Anaconda
{ "login": "mersadkhan", "id": 4376091, "node_id": "MDQ6VXNlcjQzNzYwOTE=", "avatar_url": "https://avatars.githubusercontent.com/u/4376091?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mersadkhan", "html_url": "https://github.com/mersadkhan", "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
[ "Lattice needs to be imported from either pymatgen.core or pymatgen.core.lattice. Convenient imports have been removed from v2022.0." ]
2021-08-05T08:34:58
2021-08-05T14:26:46
2021-08-05T14:26:46Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** Steps to reproduce the behavior: 1. Install Anaconda3-2020.11-Linux-x86_64 2. install pymatgen by : ``` conda install --yes numpy scipy matplotlib pip install pymatgen ``` 3. run python and `from pymatgen import Lattice ` 4. See error ``` Python 3.8.8 (default, Apr 13 2021, 19:58...
{ "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/2209/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/2209/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2210
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2210/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2210/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2210/events
https://github.com/materialsproject/pymatgen/issues/2210
962,371,374
MDU6SXNzdWU5NjIzNzEzNzQ=
2,210
Value ERROR: No Voronoi neighbours found for site - try increasing cutoff
{ "login": "hasan-sayeed", "id": 47003757, "node_id": "MDQ6VXNlcjQ3MDAzNzU3", "avatar_url": "https://avatars.githubusercontent.com/u/47003757?v=4", "gravatar_id": "", "url": "https://api.github.com/users/hasan-sayeed", "html_url": "https://github.com/hasan-sayeed", "followers_url": "https://api.github.c...
[]
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'm trying to get condensed structure of stable materials from Materials Project using Robocrystellographer. But I'm getting this error `Value ERROR: No Voronoi neighbours found for site - try increasing cutoff` from line 892 of `C:\\Users\\...\\site-packages\\pymatgen\\analysis\\local_env.py`. Seems like it's c...
2021-08-06T03:54:24
2023-10-29T05:53:30
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
I'm trying to get condensed structure of stable materials from Materials Project using Robocrystellographer. But I'm getting this error `Value ERROR: No Voronoi neighbours found for site - try increasing cutoff` from line 892 of `C:\Users\...\site-packages\pymatgen\analysis\local_env.py`. Seems like it's coming from th...
{ "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/2210/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/2210/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2211
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2211/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2211/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2211/events
https://github.com/materialsproject/pymatgen/pull/2211
962,971,001
MDExOlB1bGxSZXF1ZXN0NzA1NjgyODk0
2,211
Abstract interface for Input classes
{ "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 am in favor of a more concrete API definition, but I am not sure about this implementation. \r\n1. Input conflicts with the Python built-in input method.\r\n2. I fail to see what the current Input offers beyond the VaspInputSet abstract class. Certainly we can abstract out parts of the VaspInputSet class to make...
2021-08-06T18:52:58
2022-08-10T14:01:40
2022-03-14T14:05:10Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
After much discussion and feedback, here is a draft abstract interface for pymatgen I/O classes. Thanks @utf @shyamd @arepstein @mkhorton and @computron for your thoughts so far, and feel free to add more here! ## Motivation By defining a minimal interface for *all* `Input` classes in pymatgen, we can 1. Make i...
{ "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/2211/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/2211/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2211", "html_url": "https://github.com/materialsproject/pymatgen/pull/2211", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2211.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2211.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2212
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2212/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2212/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2212/events
https://github.com/materialsproject/pymatgen/issues/2212
963,306,640
MDU6SXNzdWU5NjMzMDY2NDA=
2,212
E-above-convex-hull equals 0 for structures with different energy
{ "login": "Evmoerman", "id": 76110846, "node_id": "MDQ6VXNlcjc2MTEwODQ2", "avatar_url": "https://avatars.githubusercontent.com/u/76110846?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Evmoerman", "html_url": "https://github.com/Evmoerman", "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 am not sure what you mean. I ran your code and my output is:\r\n```\r\n##############################################################\r\nenergy Difference (eV): 0.19\r\nE-above-hull for structure Ca8As2 151: 0\r\nE-above-hull for structure Ca8As2 727: 0.0010000000002037268\r\n(mavrl) sp@Shyues-Mac-mini py % p...
2021-08-07T21:25:47
2021-08-24T15:34:41
2021-08-24T15:34:41Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
Dear ladies and gentlemen, In my calculations it happens regularly that two `ComputedEntry`-instances with identical composition and sufficiently different total energies are both given an **energy-above-hull of 0** by `get_decomp_and_e_above_hull()`. The total energy difference of the two compounds in question *...
{ "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/2212/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/2212/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2213
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2213/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2213/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2213/events
https://github.com/materialsproject/pymatgen/pull/2213
963,897,193
MDExOlB1bGxSZXF1ZXN0NzA2NDM1NjI2
2,213
Fix minor bug when reading Structure from a netcdf4 file with hdf5 groups
{ "login": "gmatteo", "id": 3811747, "node_id": "MDQ6VXNlcjM4MTE3NDc=", "avatar_url": "https://avatars.githubusercontent.com/u/3811747?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gmatteo", "html_url": "https://github.com/gmatteo", "followers_url": "https://api.github.com/users/gmatteo/...
[]
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/41998310/badge)](https://coveralls.io/builds/41998310)\n\nCoverage decreased (-0.6%) to 83.13% when pulling **fa70861ca4ce4bae19aa87f8103ba26063b9119b on gmatteo:master** into **e5fd7f5d460025a3f9311659eae722128aa43e67 on materialsproject:master**.\n", "The [pyli...
2021-08-09T11:24:21
2021-08-09T14:04:57
2021-08-09T14:04:57Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary * Fix minor bug when reading Structure from a netcdf4 file with hdf5 groups * Move abiinspect module to abipy to facilitate new developments
{ "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/2213/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/2213/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2213", "html_url": "https://github.com/materialsproject/pymatgen/pull/2213", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2213.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2213.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2214
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2214/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2214/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2214/events
https://github.com/materialsproject/pymatgen/issues/2214
965,955,010
MDU6SXNzdWU5NjU5NTUwMTA=
2,214
get_entries_in_chemsys reports TypeError in the latest version (2022.0.11)
{ "login": "jx-fan", "id": 54628903, "node_id": "MDQ6VXNlcjU0NjI4OTAz", "avatar_url": "https://avatars.githubusercontent.com/u/54628903?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jx-fan", "html_url": "https://github.com/jx-fan", "followers_url": "https://api.github.com/users/jx-fan/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 used the exact code you paste and did not get any error. I suspect your install may be out of date. Can you remove pymatgen and reinstall and try again?", "> I used the exact code you paste and did not get any error. I suspect your install may be out of date. Can you remove pymatgen and reinstall and try again...
2021-08-11T05:29:40
2021-08-15T14:39:47
2021-08-15T14:39:47Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** After upgrading to version 2022.0.11, I was trying to use `get_entries_in_chemsys` to obtain entries in a high dimentional chemical space. However a TypeError occurred, which pointed to the compatibility module under entries. **To Reproduce** The chemical system I demonstrated here is from pym...
{ "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/2214/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/2214/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2215
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2215/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2215/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2215/events
https://github.com/materialsproject/pymatgen/pull/2215
967,375,170
MDExOlB1bGxSZXF1ZXN0NzA5NTUyODE1
2,215
QChem: add CMIRS solvent model support
{ "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/54037541/badge)](https://coveralls.io/builds/54037541)\n\nCoverage remained the same at 0.0% when pulling **df3a87952d3303699f05292ee04c3d6486b670dd on rkingsbury:cmirs** into **03691a8fdb8bc68db1f23a95930f71a07ffef4df on materialsproject:master**.\n", "@samblau ...
2021-08-11T20:07:42
2024-10-10T01:54:53
2022-11-22T19:57:08Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Additions to `QCInput` and `QChemDictSet` needed to support the new CMIRS implicit solvent model and the isodensity implementation of SS(V)PE. See relevant Q-Chem manual pages: - https://manual.q-chem.com/latest/subsec_PCM_job_control.html - https://manual.q-chem.com/latest/subsec_SS(V)PE.html - htt...
{ "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/2215/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/2215/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2215", "html_url": "https://github.com/materialsproject/pymatgen/pull/2215", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2215.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2215.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2216
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2216/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2216/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2216/events
https://github.com/materialsproject/pymatgen/issues/2216
971,057,757
MDU6SXNzdWU5NzEwNTc3NTc=
2,216
Wrong POSCAR and .cif file generated when using `Structure.to` method
{ "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
[ "Sorry it's my mistake, we can set `coords_are_cartesian` when construct the `Structure` object, so this is not a bug.\r\n" ]
2021-08-15T05:52:40
2021-08-15T12:55:12
2021-08-15T12:55:12Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** Hi, I was using Pymatgen `Structure` object to write a POSCAR and cif file using `to` method, but the files generated were wrong when using cartesian coordinates. **To Reproduce** Steps to reproduce the behavior: 1. generate a pymatgen `Structure` object using cartesian coordinates. ``` fro...
{ "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/...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2216/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/2216/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2217
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2217/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2217/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2217/events
https://github.com/materialsproject/pymatgen/pull/2217
971,120,475
MDExOlB1bGxSZXF1ZXN0NzEyOTI2MDk4
2,217
fix issue #2216
{ "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
[ "This is not a valid check. Fractional coordinations can also be less than 0 and greater than 1, even if they map to the unit cell. This is frequently used when you are working with trajectories. The reason why the coordinates are defaulted to fractional for crystals is because this is by far the most common way co...
2021-08-15T12:16:38
2021-08-15T15:59:02
2021-08-15T12:20:31Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Add a few lines code to exam the coords fed to `Structure` object are cartesian or not. The setting of `coords_are_cartesian` was defaulted to `False` and problem may occur when feeding cartesian coords to `Structure`. * Fix issue #2216 ## Additional dependencies introduced (if any) None ...
{ "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/2217/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/2217/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2217", "html_url": "https://github.com/materialsproject/pymatgen/pull/2217", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2217.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2217.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2218
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2218/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2218/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2218/events
https://github.com/materialsproject/pymatgen/pull/2218
972,105,830
MDExOlB1bGxSZXF1ZXN0NzEzNzUwMzA0
2,218
Add `chempot_diagram` module for creation/plotting of chemical potential diagrams
{ "login": "mattmcdermott", "id": 40469694, "node_id": "MDQ6VXNlcjQwNDY5Njk0", "avatar_url": "https://avatars.githubusercontent.com/u/40469694?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mattmcdermott", "html_url": "https://github.com/mattmcdermott", "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
[ "\n[![Coverage Status](https://coveralls.io/builds/42531927/badge)](https://coveralls.io/builds/42531927)\n\nCoverage decreased (-0.6%) to 83.156% when pulling **09d0397c323e3ef624c471a9721a2c986a5ad44e on mattmcdermott:chempot_diagrams** into **13d7c12a822fb64e47a44cc09bdf3b9dcaa0e76d on materialsproject:master**....
2021-08-16T21:14:02
2021-09-01T00:33:12
2021-09-01T00:33:12Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary * Added new module with class,`ChemicalPotentialDiagram`, for creating and plotting **chemical potential diagrams** for a list of entries with 2 or more elements. Chemical potential diagrams are like normal predominance diagrams (which are already implemented in pymatgen), but they also show the "extra" c...
{ "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/2218/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/2218/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2218", "html_url": "https://github.com/materialsproject/pymatgen/pull/2218", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2218.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2218.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2219
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2219/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2219/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2219/events
https://github.com/materialsproject/pymatgen/issues/2219
972,141,270
MDU6SXNzdWU5NzIxNDEyNzA=
2,219
Entry ID does not display on hovertext for plots of `CompoundPhaseDiagram` and `GrandPotentialPhaseDiagram`
{ "login": "mattmcdermott", "id": 40469694, "node_id": "MDQ6VXNlcjQwNDY5Njk0", "avatar_url": "https://avatars.githubusercontent.com/u/40469694?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mattmcdermott", "html_url": "https://github.com/mattmcdermott", "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-08-16T22:17:03
2021-08-17T00:38:48
2021-08-17T00:38:48Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
A phase's Entry ID does not display on the hovertext for Plotly-based plots of `CompoundPhaseDiagram` objects and `GrandPotentialPhaseDiagram` objects. This has been a known issue and I will address it in a new PR. Steps to reproduce the behavior: 1. Acquire any set of entry objects which contain an entry ID (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/2219/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/2219/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2220
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2220/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2220/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2220/events
https://github.com/materialsproject/pymatgen/pull/2220
972,156,908
MDExOlB1bGxSZXF1ZXN0NzEzNzk0MTgy
2,220
Fix entry_id not displaying on hovertext for plots of CompoundPhaseDiagram and GrandPotentialPhaseDiagram
{ "login": "mattmcdermott", "id": 40469694, "node_id": "MDQ6VXNlcjQwNDY5Njk0", "avatar_url": "https://avatars.githubusercontent.com/u/40469694?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mattmcdermott", "html_url": "https://github.com/mattmcdermott", "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
[ "\n[![Coverage Status](https://coveralls.io/builds/42187230/badge)](https://coveralls.io/builds/42187230)\n\nCoverage decreased (-0.6%) to 83.132% when pulling **234a4c1ca19797090ce11b235d62e14eceecf3ef on mattmcdermott:grand_pd_bug_fix** into **0f357e704c7c1a7ff98edba8c21c537114c61b29 on materialsproject:master**....
2021-08-16T22:53:39
2021-08-17T00:38:16
2021-08-17T00:38:16Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary * Bug fix for entry_ID phase diagram plotting bug described in this Issue: #2219 ## 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. Sta...
{ "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/2220/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/2220/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2220", "html_url": "https://github.com/materialsproject/pymatgen/pull/2220", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2220.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2220.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2221
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2221/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2221/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2221/events
https://github.com/materialsproject/pymatgen/issues/2221
973,913,814
MDU6SXNzdWU5NzM5MTM4MTQ=
2,221
Feature request: Interactive plotly viewer for interface reactions
{ "login": "mattmcdermott", "id": 40469694, "node_id": "MDQ6VXNlcjQwNDY5Njk0", "avatar_url": "https://avatars.githubusercontent.com/u/40469694?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mattmcdermott", "html_url": "https://github.com/mattmcdermott", "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
[ "I plan to address this feature request in a new PR in the next week(s). \r\n\r\nThe Plotly viewer can also be used on the new MP website.", "Closing this as this feature was added in #2233 " ]
2021-08-18T17:46:39
2021-11-16T00:27:07
2021-11-16T00:27:07Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
The current `InterfacialReactivity` module in `pymatgen.analysis.interface_reactions` is not user-friendly. To view the predicted reactions between two compositions, a user can call `InterfacialReactivity.plot()`, but they are unable to clearly tell which reactions are predicted, as there are no labels on the plot. ...
{ "login": "mattmcdermott", "id": 40469694, "node_id": "MDQ6VXNlcjQwNDY5Njk0", "avatar_url": "https://avatars.githubusercontent.com/u/40469694?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mattmcdermott", "html_url": "https://github.com/mattmcdermott", "followers_url": "https://api.githu...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2221/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/2221/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2222
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2222/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2222/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2222/events
https://github.com/materialsproject/pymatgen/issues/2222
975,948,977
MDU6SXNzdWU5NzU5NDg5Nzc=
2,222
Small bug of pymatgen.apps.borg.hive
{ "login": "Jeff-oakley", "id": 5863275, "node_id": "MDQ6VXNlcjU4NjMyNzU=", "avatar_url": "https://avatars.githubusercontent.com/u/5863275?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Jeff-oakley", "html_url": "https://github.com/Jeff-oakley", "followers_url": "https://api.github.com/us...
[]
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 Bin, just a note that at Materials Project we mostly now use the drone in [`atomate`](https://github.com/hackingmaterials/atomate/blob/main/atomate/vasp/drones.py) rather than the simple drone here. This is not directly relevant to your bug report but thought I would let you know in case you were looking for th...
2021-08-20T22:04:25
2021-08-24T15:34:24
2021-08-24T15:34:24Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** At the assimilate method of SimpleVaspToComputedEntryDrone, it checks for existence of multiple INCAR POTCAR and DYNMAT with the following commands: if len(files) == 1 or filename in ("INCAR", "POTCAR", "DYNMAT"): files_to_parse[filename] = files[0] If there is no DYNMAT file in the 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/2222/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/2222/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2223
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2223/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2223/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2223/events
https://github.com/materialsproject/pymatgen/issues/2223
976,915,784
MDU6SXNzdWU5NzY5MTU3ODQ=
2,223
Inconsistent value from "composition.__len__()"
{ "login": "frankNiessen", "id": 41304940, "node_id": "MDQ6VXNlcjQxMzA0OTQw", "avatar_url": "https://avatars.githubusercontent.com/u/41304940?v=4", "gravatar_id": "", "url": "https://api.github.com/users/frankNiessen", "html_url": "https://github.com/frankNiessen", "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
[ "My bad, I have been looping over a pandas dataframe of compositions when talking about multiple compositions, so the iteration over the Composition class should by default always go over the elements." ]
2021-08-23T11:12:56
2021-08-23T11:17:49
2021-08-23T11:16:27Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
Hi, I would like to point out a problem concerning the inconsistent return value of the __len__() method of the Composition class. When an object contains one composition, the __len__() command returns the number of elements, whereas an object with multiple compositions returns the number of compositions. This is...
{ "login": "frankNiessen", "id": 41304940, "node_id": "MDQ6VXNlcjQxMzA0OTQw", "avatar_url": "https://avatars.githubusercontent.com/u/41304940?v=4", "gravatar_id": "", "url": "https://api.github.com/users/frankNiessen", "html_url": "https://github.com/frankNiessen", "followers_url": "https://api.github.c...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2223/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/2223/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2224
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2224/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2224/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2224/events
https://github.com/materialsproject/pymatgen/pull/2224
977,556,706
MDExOlB1bGxSZXF1ZXN0NzE4Mjg1OTA1
2,224
Configured test files dir
{ "login": "drew-parsons", "id": 26508288, "node_id": "MDQ6VXNlcjI2NTA4Mjg4", "avatar_url": "https://avatars.githubusercontent.com/u/26508288?v=4", "gravatar_id": "", "url": "https://api.github.com/users/drew-parsons", "html_url": "https://github.com/drew-parsons", "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
[ "\n[![Coverage Status](https://coveralls.io/builds/42354378/badge)](https://coveralls.io/builds/42354378)\n\nCoverage decreased (-0.6%) to 83.136% when pulling **86f8981d6b1e38ed83c4dee5060a6536bef2faa6 on drew-parsons:configured_test_files_dir** into **e002969c12ca7e06cacb6984503d69114cb442ef on materialsproject:m...
2021-08-23T23:15:49
2021-08-24T15:36:31
2021-08-23T23:39:56Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary * use PymatgenTest.TEST_FILES_DIR with all tests Required to enable tests to run separately from the source, for instance for CI testing of packaging for Linux distributions, see https://github.com/materialsproject/pymatgen/issues/2025 Before a pull request can be merged, the following items must b...
{ "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/2224/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/2224/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2224", "html_url": "https://github.com/materialsproject/pymatgen/pull/2224", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2224.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2224.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2225
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2225/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2225/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2225/events
https://github.com/materialsproject/pymatgen/pull/2225
977,560,625
MDExOlB1bGxSZXF1ZXN0NzE4Mjg5MzAx
2,225
update list of data files required for installation
{ "login": "drew-parsons", "id": 26508288, "node_id": "MDQ6VXNlcjI2NTA4Mjg4", "avatar_url": "https://avatars.githubusercontent.com/u/26508288?v=4", "gravatar_id": "", "url": "https://api.github.com/users/drew-parsons", "html_url": "https://github.com/drew-parsons", "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
[ "\n[![Coverage Status](https://coveralls.io/builds/42363078/badge)](https://coveralls.io/builds/42363078)\n\nCoverage decreased (-0.6%) to 83.134% when pulling **fd9004ddd600c6141a22aae485162720cbc4477e on drew-parsons:install_data_files** into **405a0b22c506077732ed0cabee82d2503ae9d0ce on materialsproject:master**...
2021-08-23T23:25:13
2021-08-25T16:52:11
2021-08-24T15:29:24Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary * update list of data files to be installed ## Checklist Work-in-progress pull requests are encouraged, but please put [WIP] in the pull request title. Before a pull request can be merged, the following items must be checked: - [x] Code is in the [standard Python style](https://www.python.org...
{ "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/2225/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/2225/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2225", "html_url": "https://github.com/materialsproject/pymatgen/pull/2225", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2225.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2225.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2226
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2226/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2226/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2226/events
https://github.com/materialsproject/pymatgen/issues/2226
978,572,671
MDU6SXNzdWU5Nzg1NzI2NzE=
2,226
A bug in get_neighbors function?
{ "login": "qzhu2017", "id": 29445366, "node_id": "MDQ6VXNlcjI5NDQ1MzY2", "avatar_url": "https://avatars.githubusercontent.com/u/29445366?v=4", "gravatar_id": "", "url": "https://api.github.com/users/qzhu2017", "html_url": "https://github.com/qzhu2017", "followers_url": "https://api.github.com/users/qzh...
[]
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
[ "@chc273 @shyuep I have tested the new fix. It worked." ]
2021-08-25T00:00:00
2021-08-25T05:03:58
2021-08-25T05:03:58Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** I am trying to use the get_neighbors function to process some structures. However, it failed in some cases **To Reproduce** ```Python from pymatgen.core import Structure poscar = '''POSCAR 1.0000000000000000 6.9082208665474800 0.0000000000000005 0.0000000000000011 -0.000...
{ "login": "qzhu2017", "id": 29445366, "node_id": "MDQ6VXNlcjI5NDQ1MzY2", "avatar_url": "https://avatars.githubusercontent.com/u/29445366?v=4", "gravatar_id": "", "url": "https://api.github.com/users/qzhu2017", "html_url": "https://github.com/qzhu2017", "followers_url": "https://api.github.com/users/qzh...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2226/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/2226/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2227
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2227/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2227/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2227/events
https://github.com/materialsproject/pymatgen/pull/2227
978,660,013
MDExOlB1bGxSZXF1ZXN0NzE5MjEyODgy
2,227
Fix c mod in neighobrs
{ "login": "chc273", "id": 22353204, "node_id": "MDQ6VXNlcjIyMzUzMjA0", "avatar_url": "https://avatars.githubusercontent.com/u/22353204?v=4", "gravatar_id": "", "url": "https://api.github.com/users/chc273", "html_url": "https://github.com/chc273", "followers_url": "https://api.github.com/users/chc273/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/42390860/badge)](https://coveralls.io/builds/42390860)\n\nCoverage decreased (-0.6%) to 83.132% when pulling **c42bee17c8ee8cbd5d8fcbea0d96455d29563504 on chc273:fix_c_mod_in_neighobrs** into **40817cc97fe25bc027523a65aab528b59e22e78e on materialsproject:master**.\...
2021-08-25T03:08:39
2021-08-25T03:31:53
2021-08-25T03:30:08Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
This PR fixes bug reported by #2226 In the previous implementation, I have turned on the c behavior for division in cython. In this case `-0.1 % 1 = -0.1` while I expected the result to be 0.9 as in python. This causes the atoms out of the unit cell in the negative direction not properly wrapped into the unit cell...
{ "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/2227/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/2227/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2227", "html_url": "https://github.com/materialsproject/pymatgen/pull/2227", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2227.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2227.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2228
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2228/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2228/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2228/events
https://github.com/materialsproject/pymatgen/pull/2228
980,116,570
MDExOlB1bGxSZXF1ZXN0NzIwNDEyOTI1
2,228
Changes due to new lobster version and changes to lobsterenv
{ "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
[ "I am working on it further. I will let you know once it is finished ... Found another inconsistency and had to make a few changes.\r\n\r\nJG", "\n[![Coverage Status](https://coveralls.io/builds/42448769/badge)](https://coveralls.io/builds/42448769)\n\nCoverage decreased (-0.7%) to 83.122% when pulling **f786a634...
2021-08-26T11:06:05
2021-08-26T21:11:24
2021-08-26T21:02:25Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Hi all, I have now fixed some problems due to the new Lobster versions. The Icohplist class can now at least handle orbitalwise ICOHPLIST.lobster files -it will ignore the orbitalwise information for now as it will probably take several days of work to think about a new data format for this additional i...
{ "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/2228/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/2228/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2228", "html_url": "https://github.com/materialsproject/pymatgen/pull/2228", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2228.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2228.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2230
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2230/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2230/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2230/events
https://github.com/materialsproject/pymatgen/pull/2230
984,061,702
MDExOlB1bGxSZXF1ZXN0NzIzNTQyNTYx
2,230
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", "\n[![Coverage Status](https://coveralls.io/builds/42550434/badge)](https://coveralls.io/builds/42550434)\n\nCoverage decreased (-0.6%) to 83.125% when pulling **aea737ffc405750d5a264fffb78edca1260d259b on nwinner:patch-1** into **48b031a44494b6452b9ca14619448e450bda7af9 on materialsproject:mas...
2021-08-31T16:35:14
2021-09-01T01:10:46
2021-09-01T00:32:11Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Patch. The chgref option to the bader caller should be applicable to parsing cube files as well.
{ "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/2230/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/2230/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2230", "html_url": "https://github.com/materialsproject/pymatgen/pull/2230", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2230.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2230.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2231
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2231/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2231/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2231/events
https://github.com/materialsproject/pymatgen/pull/2231
984,079,361
MDExOlB1bGxSZXF1ZXN0NzIzNTU3ODc4
2,231
indent list for `Composition.contains_element_type` documentation
{ "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 @CompRhys !", "\n[![Coverage Status](https://coveralls.io/builds/42551120/badge)](https://coveralls.io/builds/42551120)\n\nCoverage decreased (-0.6%) to 83.125% when pulling **a88d4069e70048ef248ba91b013e0077687ce236 on CompRhys:master** into **48b031a44494b6452b9ca14619448e450bda7af9 on materialsproject:...
2021-08-31T16:55:03
2021-09-01T01:15:08
2021-09-01T00:31:01Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
should fix a bug in the automatic documentation markup for `Composition.contains_element_type`
{ "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/2231/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/2231/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2231", "html_url": "https://github.com/materialsproject/pymatgen/pull/2231", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2231.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2231.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2232
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2232/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2232/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2232/events
https://github.com/materialsproject/pymatgen/pull/2232
984,923,219
MDExOlB1bGxSZXF1ZXN0NzI0MzAwOTky
2,232
Add `pymatgen-io-fleur` addon to addons page
{ "login": "janssenhenning", "id": 11249470, "node_id": "MDQ6VXNlcjExMjQ5NDcw", "avatar_url": "https://avatars.githubusercontent.com/u/11249470?v=4", "gravatar_id": "", "url": "https://api.github.com/users/janssenhenning", "html_url": "https://github.com/janssenhenning", "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
[ "Is there something I forgot to do for this PR to be checked? I notice that the workflows were never run here", "Thanks. The reason why the CI did not run is because of new security features from Github. They need approval from a maintainer for first time contributors.\r\n\r\nThis looks good. Since it is an add-o...
2021-09-01T09:27:54
2021-09-24T15:27:05
2021-09-24T15:27:05Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
This add-on (www.pypi.org/project/pymatgen-io-fleur) provides functionality for reading writing files used by the FLEUR code (www.flapw.de) ## Summary Include a summary of major changes in bullet points: * Added entry for IO namespace package for the fleur code to the addons page * Added the IO functionality...
{ "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/2232/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/2232/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2232", "html_url": "https://github.com/materialsproject/pymatgen/pull/2232", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2232.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2232.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2233
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2233/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2233/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2233/events
https://github.com/materialsproject/pymatgen/pull/2233
987,213,079
MDExOlB1bGxSZXF1ZXN0NzI2MzMwNzg2
2,233
Refactor `interface_reactions` module, add support for Plotly
{ "login": "mattmcdermott", "id": 40469694, "node_id": "MDQ6VXNlcjQwNDY5Njk0", "avatar_url": "https://avatars.githubusercontent.com/u/40469694?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mattmcdermott", "html_url": "https://github.com/mattmcdermott", "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
[ "@mkhorton My plan is to have this PR done by Wed, September 8, based on the previous timeline goal we set", "Fantastic, thank you for the update @mattmcdermott !", "@mkhorton Should be pretty much done. Seems like linting and tests are failing for recent changes related to Optimade.\r\n\r\nNote: you'll see I c...
2021-09-02T22:16:18
2021-09-08T22:23:19
2021-09-08T22:22:56Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary * Add: support for Plotly: calling `plot()` now provides a `backend` option for choosing matplotlib or Plotly. * Add:`GrandPotentialInterfacialReactivity` class to separate code based on the use of grand potential phase diagrams (this greatly decreases the complexity of the `__init__` args) and is a more...
{ "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/2233/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/2233/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2233", "html_url": "https://github.com/materialsproject/pymatgen/pull/2233", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2233.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2233.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2234
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2234/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2234/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2234/events
https://github.com/materialsproject/pymatgen/issues/2234
987,733,105
MDU6SXNzdWU5ODc3MzMxMDU=
2,234
Add defined tolerances for `Lattice.__eq__`
{ "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
[ "Honestly, even the current version of `__eq__` is not technically correct. There is no fixed reference direction in 3D space. E.g., if I rotate the basis vectors by a fixed angle, the lattices are technically still equivalent. The correct definition of `lattice.__eq__` should be that the lattice parameters (length...
2021-09-03T12:42:04
2021-09-16T20:55:46
2021-09-16T15:39:35Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
In `Lattice.__eq__` the code uses the default tolerances for np.allclose which affects the strict equality of structures. Elsewhere the code pattern in `pymatgen` appears to be to have a `cls.blah_tol` for different objects i.e. `Site.position_atol = 1e-4`. The np.allclose defaults are quite strict for my use case and ...
{ "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/2234/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/2234/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2235
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2235/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2235/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2235/events
https://github.com/materialsproject/pymatgen/issues/2235
988,025,876
MDU6SXNzdWU5ODgwMjU4NzY=
2,235
hash of sites is not discriminate
{ "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
[ "Also a thought re: #2077 currently `Composition({\"Fe3+\": 2, \"O2-\":3})` and `Composition({\"Fe\": 2, \"O\":3})` have different hashes. I think this is okay but just want to check, I will make a PR to improve the docstring alongside and possible changes to `Site`'s hash", "Differing hash methods for different ...
2021-09-03T18:54:12
2021-09-13T16:26:59
2021-09-13T14:40:05Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
In #2077 we added a more discriminate hash from `Composition` individual `Site` are effectively `Composition` but they still use the old composition hash. Shall I update the `Site` hash to match composition? I haven't actually traced a slow-down to site matching like I did with compositions but was looking at `Site` co...
{ "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/2235/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/2235/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2236
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2236/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2236/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2236/events
https://github.com/materialsproject/pymatgen/issues/2236
988,256,942
MDU6SXNzdWU5ODgyNTY5NDI=
2,236
🐞 Bug in parsing `bandOverlaps.lobster` file
{ "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...
[]
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-09-04T09:52:48
2021-09-10T16:11:54
2021-09-10T16:11:54Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** Generated `bandOverlaps.lobster` file by `Lobster` (tested with `v4.0.0` and `v4.1.0`), writes spin as `spin 1` and `spin 2`. In the `self._read` method here, spins are parsed as `spin 0` and `spin 1` and therefore, it misses `spin 2` and fails. **To Reproduce** I have attached two following ...
{ "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/2236/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/2236/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2237
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2237/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2237/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2237/events
https://github.com/materialsproject/pymatgen/pull/2237
988,258,021
MDExOlB1bGxSZXF1ZXN0NzI3MjE0Mjc2
2,237
🛠 fixes the issue in parsing `bandOverlaps.lobster` file
{ "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...
[]
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
[ "Thank you for finding this. ", "Thanks @pzarabadip! Ideally there would have a minimal test added with the fix, could you add one?", "I'll do it @mkhorton. I'm having a little bit of issue running tests on M1 Mac but should be fixed soon. I'll updated the available `BandoverlapsTest` test class to reflect this...
2021-09-04T09:59:21
2021-09-10T16:35:49
2021-09-10T16:11:54Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary * Fix #2236 ## Additional dependencies introduced (if any) None. ## Checklist Work-in-progress pull requests are encouraged, but please put [WIP] in the pull request title. Before a pull request can be merged, the following items must be checked: - [x] Code is in the [standard Python st...
{ "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/2237/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/2237/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2237", "html_url": "https://github.com/materialsproject/pymatgen/pull/2237", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2237.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2237.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2238
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2238/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2238/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2238/events
https://github.com/materialsproject/pymatgen/pull/2238
988,381,016
MDExOlB1bGxSZXF1ZXN0NzI3MzA2ODA3
2,238
Updates to OPTIMADE REST interface
{ "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...
[]
closed
false
{ "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...
[ { "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.gi...
null
[ "\n[![Coverage Status](https://coveralls.io/builds/42662827/badge)](https://coveralls.io/builds/42662827)\n\nCoverage decreased (-0.01%) to 83.773% when pulling **f94e8d5c32dc3671ca5aeee3066ac5a2401ecd73 on optimade-updates** into **e9760e2799a1d05805bbdb9971faa39fd541c1ea on master**.\n" ]
2021-09-04T22:40:57
2022-10-10T17:54:17
2021-09-05T20:44:01Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Preparing new features in advance of OPTIMADE lesson on Tuesday. The main feature added in this PR is for `pymatgen.ext.optimade.OptimadeRester` to allow querying multiple providers simultaneously. It also adds more logging and reporting/user experience improvements. ## TODO (if any) There are se...
{ "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/2238/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/2238/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2238", "html_url": "https://github.com/materialsproject/pymatgen/pull/2238", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2238.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2238.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2239
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2239/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2239/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2239/events
https://github.com/materialsproject/pymatgen/pull/2239
989,467,819
MDExOlB1bGxSZXF1ZXN0NzI4MjA1ODEx
2,239
Speed up nearest-neighbor routines & structure graph generation
{ "login": "ltalirz", "id": 1053245, "node_id": "MDQ6VXNlcjEwNTMyNDU=", "avatar_url": "https://avatars.githubusercontent.com/u/1053245?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ltalirz", "html_url": "https://github.com/ltalirz", "followers_url": "https://api.github.com/users/ltalirz/...
[]
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/42699463/badge)](https://coveralls.io/builds/42699463)\n\nCoverage decreased (-0.6%) to 83.143% when pulling **30a1b6f1198aa42bb413bad686c9412c10db6aef on ltalirz:speedup-cutoff-dict** into **1ea090680ce34ca944cd7671032fa274bf035192 on materialsproject:master**.\n"...
2021-09-06T22:50:14
2021-10-23T22:21:00
2021-09-07T13:59:43Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary The `get_nn_info` routines of many nearest-neighbor flavors in `pymatgen.analysis.local_env` recomputed the original periodic image of sites although this information was already stored on the `PeriodicNeighbor` objects (at least it seems so to me - correct me if I'm wrong). This resulted in O(N^2) inste...
{ "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/2239/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/2239/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2239", "html_url": "https://github.com/materialsproject/pymatgen/pull/2239", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2239.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2239.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2240
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2240/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2240/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2240/events
https://github.com/materialsproject/pymatgen/issues/2240
989,491,820
MDU6SXNzdWU5ODk0OTE4MjA=
2,240
io.lammps.data.LammpsData does not read charge from structure
{ "login": "chc273", "id": 22353204, "node_id": "MDQ6VXNlcjIyMzUzMjA0", "avatar_url": "https://avatars.githubusercontent.com/u/22353204?v=4", "gravatar_id": "", "url": "https://api.github.com/users/chc273", "html_url": "https://github.com/chc273", "followers_url": "https://api.github.com/users/chc273/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
[ "It seems that the `oxidation_states` should have been considered as \"charge\" in the `site_properties` of a structure." ]
2021-09-07T00:13:00
2021-09-07T00:46:33
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** For a `structure` with decorated atomic charges, I would expect `LammpsData.from_structure(structure, atom_style='charge')` to read the atom charges from the `structure`. However, this is not the case and the charges are all assigned zero. **To Reproduce** ``` from pymatgen.core import S...
{ "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/2240/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/2240/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2241
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2241/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2241/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2241/events
https://github.com/materialsproject/pymatgen/pull/2241
989,754,153
MDExOlB1bGxSZXF1ZXN0NzI4NDQ0NzA2
2,241
improve Structure.from_str fmt doc string and type hint
{ "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
[ "Sorry about this hasty PR. I'd never looked into [contravariance](https://www.python.org/dev/peps/pep-0483/#covariance-and-contravariance) before. I still think there would be some value in having a more restrictive type hint (same for docs) but seems that would require use of `# type: ignore` on [line 2338](https...
2021-09-07T08:56:45
2021-10-06T19:15:01
2021-10-06T19:12:59Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
{ "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/2241/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/2241/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2241", "html_url": "https://github.com/materialsproject/pymatgen/pull/2241", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2241.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2241.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2242
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2242/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2242/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2242/events
https://github.com/materialsproject/pymatgen/pull/2242
990,007,621
MDExOlB1bGxSZXF1ZXN0NzI4NjYyNTA4
2,242
Add two more pre-defined Optimade aliases
{ "login": "blokhin", "id": 177388, "node_id": "MDQ6VXNlcjE3NzM4OA==", "avatar_url": "https://avatars.githubusercontent.com/u/177388?v=4", "gravatar_id": "", "url": "https://api.github.com/users/blokhin", "html_url": "https://github.com/blokhin", "followers_url": "https://api.github.com/users/blokhin/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 @blokhin!" ]
2021-09-07T13:50:23
2021-09-07T16:06:59
2021-09-07T15:57:01Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
{ "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/2242/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/2242/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2242", "html_url": "https://github.com/materialsproject/pymatgen/pull/2242", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2242.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2242.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2243
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2243/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2243/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2243/events
https://github.com/materialsproject/pymatgen/issues/2243
990,049,615
MDU6SXNzdWU5OTAwNDk2MTU=
2,243
Extraneous parameter in OPTIMADE extension when using raw filters (plus a missing dependency)
{ "login": "ml-evs", "id": 7916000, "node_id": "MDQ6VXNlcjc5MTYwMDA=", "avatar_url": "https://avatars.githubusercontent.com/u/7916000?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ml-evs", "html_url": "https://github.com/ml-evs", "followers_url": "https://api.github.com/users/ml-evs/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
[ "Hi @ml-evs,\r\n\r\nThanks for the write-up. I will address 1. myself, but if you're willing to make a PR for the latter, that would be of course welcome!", "Great!\r\n\r\nre: `retrying`, I ran into it in a fresh binder env that I used for your tutorial: https://mybinder.org/v2/gh/Materials-Consortia/optimade-tut...
2021-09-07T14:30:57
2021-09-15T21:06:49
2021-09-15T21:06:49Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** Some minor bugs arising from today's OPTIMADE NOMAD tutorial: 1. The library [`retrying`](https://pypi.org/project/retrying/) is used in the [OPTIMADE extension](https://github.com/materialsproject/pymatgen/blob/f72963b038be33c058c844f93ec2392f1613fffe/pymatgen/ext/optimade.py#L13) but it is ...
{ "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/2243/reactions", "total_count": 2, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 1, "eyes": 1 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2243/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2244
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2244/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2244/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2244/events
https://github.com/materialsproject/pymatgen/pull/2244
990,143,321
MDExOlB1bGxSZXF1ZXN0NzI4Nzc2Mzk1
2,244
Remove bad param when setting OPTIMADE response fields
{ "login": "ml-evs", "id": 7916000, "node_id": "MDQ6VXNlcjc5MTYwMDA=", "avatar_url": "https://avatars.githubusercontent.com/u/7916000?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ml-evs", "html_url": "https://github.com/ml-evs", "followers_url": "https://api.github.com/users/ml-evs/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
[ "Thanks @ml-evs! Since you're a first time contributor, I had to manually approve the CI, but will merge once it's run.\r\n\r\nBtw, (also since you're a first time contributor), please make sure to fill out [this form](https://forms.gle/JnisFb38QDR8QTFTA) so we can acknowledge you appropriately on our [development ...
2021-09-07T16:12:56
2021-09-15T21:06:49
2021-09-15T21:06:49Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary OPTIMADE uses the `response_fields` URL parameter to select the response fields, this PR removes an extraneous URL parameter that is added when using a raw OPTIMADE filter through `OptimadeRester`. Addresses and closes #2243 (cc @mkhorton) ~Haven't added any tests as I don't think this extension is ...
{ "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/2244/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/2244/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2244", "html_url": "https://github.com/materialsproject/pymatgen/pull/2244", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2244.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2244.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2245
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2245/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2245/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2245/events
https://github.com/materialsproject/pymatgen/issues/2245
993,147,749
MDU6SXNzdWU5OTMxNDc3NDk=
2,245
cannot import name 'coord_cython' from 'pymatgen.util'
{ "login": "courage0412", "id": 90034730, "node_id": "MDQ6VXNlcjkwMDM0NzMw", "avatar_url": "https://avatars.githubusercontent.com/u/90034730?v=4", "gravatar_id": "", "url": "https://api.github.com/users/courage0412", "html_url": "https://github.com/courage0412", "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
[]
2021-09-10T11:31:22
2021-09-10T11:31:57
2021-09-10T11:31:57Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** When I run 'import pymatgen.core.structure import Molecule' to check whether it works well, something wrong happens like this: ![Screen Shot 2021-09-10 at 11 28 45 PM](https://user-images.githubusercontent.com/90034730/132846920-bfa9ecae-747a-4638-aa2d-79b7963173bd.png) Is there any reason or ...
{ "login": "courage0412", "id": 90034730, "node_id": "MDQ6VXNlcjkwMDM0NzMw", "avatar_url": "https://avatars.githubusercontent.com/u/90034730?v=4", "gravatar_id": "", "url": "https://api.github.com/users/courage0412", "html_url": "https://github.com/courage0412", "followers_url": "https://api.github.com/...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2245/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/2245/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2246
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2246/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2246/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2246/events
https://github.com/materialsproject/pymatgen/issues/2246
993,149,388
MDU6SXNzdWU5OTMxNDkzODg=
2,246
cannot import name 'coord_cython' from 'pymatgen.util'
{ "login": "courage0412", "id": 90034730, "node_id": "MDQ6VXNlcjkwMDM0NzMw", "avatar_url": "https://avatars.githubusercontent.com/u/90034730?v=4", "gravatar_id": "", "url": "https://api.github.com/users/courage0412", "html_url": "https://github.com/courage0412", "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
[ "Pls reinstall pymatgen. Try pip install --update pymatgen.", "> Pls reinstall pymatgen. Try pip install --update pymatgen.\r\n\r\nIt works, thank you so much for your help!", "I've tried upgrade it but it didn't work. There is no coord_cython.py but a coord_cython.cp39-win_amd64.pyd in pymatgen/util/.\r\nAnd s...
2021-09-10T11:33:53
2023-09-21T03:26:43
2021-09-16T15:38:52Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
Hello everyone, When I run 'from pymatgen.core.structure import Molecule' to check whether it works well, something wrong happens like this: ![Screen Shot 2021-09-10 at 11 28 45 PM](https://user-images.githubusercontent.com/90034730/132847231-0439d4b8-9d45-4029-a858-b124e511abca.png) Is there any reason or solut...
{ "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/2246/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/2246/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2247
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2247/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2247/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2247/events
https://github.com/materialsproject/pymatgen/pull/2247
993,915,879
MDExOlB1bGxSZXF1ZXN0NzMxOTg0MTY4
2,247
Type hints for literal string kwargs
{ "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/43286494/badge)](https://coveralls.io/builds/43286494)\n\nCoverage decreased (-0.6%) to 83.134% when pulling **069a01ae5d36ef04776d09b92a933195baf2dca2 on janosh:literal-types** into **2926a20ccdf5c41a17eb4bd79fe76f1d6ae0afc8 on materialsproject:master**.\n", "I ...
2021-09-11T18:58:52
2021-10-06T19:41:31
2021-10-06T19:41:03Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Follow up to #2241. Here are a few more examples where `Literal` type hints make sense. I think there are ~80 more places throughout pymatgen. Happy to address more of them in this PR if you guys will accept.
{ "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/2247/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/2247/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2247", "html_url": "https://github.com/materialsproject/pymatgen/pull/2247", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2247.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2247.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2248
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2248/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2248/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2248/events
https://github.com/materialsproject/pymatgen/issues/2248
994,798,750
MDU6SXNzdWU5OTQ3OTg3NTA=
2,248
Chemical system depends on assigned charges
{ "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
[ "Definitely not desired behaviour!\r\n\r\nThat was my code so mea culpa. Was there a reason you closed this issue?", "It was related to much hash concerns about `Site` and there the takeaway for me was that because two compositions are not equal if they have assigned charges then it doesn't matter that the hashes...
2021-09-13T11:55:21
2021-10-07T07:28:22
2021-10-07T07:28:22Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
```python >>> from pymatgen.core.composition import Composition >>> Composition({"Fe3+": 2, "O2-":3}).chemical_system 'Fe3+-O2-' >>> Composition({"Fe": 2, "O":3}).chemical_system 'Fe-O' >>> Composition({"Fe3+": 2, "Fe2+": 1, "O2-":4}).chemical_system 'Fe2+-Fe3+-O2-' ``` Not sure if this is a bug or not, it n...
{ "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/2248/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/2248/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2249
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2249/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2249/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2249/events
https://github.com/materialsproject/pymatgen/pull/2249
995,904,699
PR_kwDOACgets4ruYz_
2,249
Update functionality of composition.chemical_system to match expected behaviour
{ "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/42858314/badge)](https://coveralls.io/builds/42858314)\n\nCoverage decreased (-0.6%) to 83.161% when pulling **6c571fc272554b0e8f07e77099f92e90a7085a02 on CompRhys:chemsystem** into **b8b27c6fa3236f032581aa82f668b25a78aa3b57 on materialsproject:master**.\n", "Tha...
2021-09-14T11:26:10
2021-10-13T08:59:44
2021-10-06T19:39:26Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
fix as suggested in #2248. Added additional test.
{ "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/2249/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/2249/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2249", "html_url": "https://github.com/materialsproject/pymatgen/pull/2249", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2249.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2249.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2250
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2250/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2250/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2250/events
https://github.com/materialsproject/pymatgen/issues/2250
996,205,727
I_kwDOACgets47YOSf
2,250
A bug in pointgroupanalyzer?
{ "login": "qzhu2017", "id": 29445366, "node_id": "MDQ6VXNlcjI5NDQ1MzY2", "avatar_url": "https://avatars.githubusercontent.com/u/29445366?v=4", "gravatar_id": "", "url": "https://api.github.com/users/qzhu2017", "html_url": "https://github.com/qzhu2017", "followers_url": "https://api.github.com/users/qzh...
[]
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 relevant tolerance in this case is the `eigen_tolerance`, which determines whether it is classified as a symmetric top or not. Setting `eigen_tolerance=1e-3` gives C2 as expected. " ]
2021-09-14T16:22:50
2021-09-14T16:32:15
2021-09-14T16:32:15Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** I am trying to use the `PointGroupAnalyzer` to perform some symmetry analysis on some cluster. However, it does not work as I expected for some cases. **To Reproduce** ```python from pymatgen.core import Molecule from pymatgen.symmetry.analyzer import PointGroupAnalyzer xyz = """15 C7 N8...
{ "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/2250/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/2250/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2251
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2251/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2251/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2251/events
https://github.com/materialsproject/pymatgen/issues/2251
996,392,593
I_kwDOACgets47Y76R
2,251
Outcar parsing error from pymatgen
{ "login": "yurisanspeur", "id": 72325364, "node_id": "MDQ6VXNlcjcyMzI1MzY0", "avatar_url": "https://avatars.githubusercontent.com/u/72325364?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yurisanspeur", "html_url": "https://github.com/yurisanspeur", "followers_url": "https://api.github.c...
[]
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-09-14T20:11:33
2021-09-14T20:11:33
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** I am relaxing an oxide slab e.g. IrO2 with ISPIN=2 LORBIT=11 and with the WalltimeHandler from Custodian switched on. The vasp command that I am using is mpirun --map-by core -np 32 /opt/vasp.5.4.4.pl2/bin/vasp_std. Sometimes I will receive a parsing error from pymatgen when it is trying to parse ...
{ "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/2251/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/2251/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2252
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2252/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2252/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2252/events
https://github.com/materialsproject/pymatgen/issues/2252
997,719,116
I_kwDOACgets47d_xM
2,252
convert from pymatgen Molecule/Structure into SMILES/SELFIES and vice versa
{ "login": "turmeric-blend", "id": 62788745, "node_id": "MDQ6VXNlcjYyNzg4NzQ1", "avatar_url": "https://avatars.githubusercontent.com/u/62788745?v=4", "gravatar_id": "", "url": "https://api.github.com/users/turmeric-blend", "html_url": "https://github.com/turmeric-blend", "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
[ "Converting to SMILES is already possible. That can be done via the babel interface in pymatgen.io.babel. As for SELFIES, I am happy for it to be included if someone implements it.", "Hi, could you give a small example of how to use pymatgen.io.babel to convert `pymatgen` Structure/Molecule to SMILES?\r\n\r\nI am...
2021-09-16T03:28:41
2021-09-16T15:36:01
2021-09-16T15:36:01Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Is your feature request related to a problem? Please describe.** It would be a useful feature to have, especially if this could be done for [SELFIES](https://github.com/aspuru-guzik-group/selfies). SELFIES is a new more robust version of SMILES. It is useful because it might be good to explore machine learning on st...
{ "login": "turmeric-blend", "id": 62788745, "node_id": "MDQ6VXNlcjYyNzg4NzQ1", "avatar_url": "https://avatars.githubusercontent.com/u/62788745?v=4", "gravatar_id": "", "url": "https://api.github.com/users/turmeric-blend", "html_url": "https://github.com/turmeric-blend", "followers_url": "https://api.gi...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2252/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/2252/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2253
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2253/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2253/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2253/events
https://github.com/materialsproject/pymatgen/issues/2253
998,194,624
I_kwDOACgets47fz3A
2,253
get_pointgroup function takes long time?
{ "login": "qzhu2017", "id": 29445366, "node_id": "MDQ6VXNlcjI5NDQ1MzY2", "avatar_url": "https://avatars.githubusercontent.com/u/29445366?v=4", "gravatar_id": "", "url": "https://api.github.com/users/qzhu2017", "html_url": "https://github.com/qzhu2017", "followers_url": "https://api.github.com/users/qzh...
[]
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 can be resolved by setting matrix_tolerance=0.2 in your PointGroupAnalyzer. Unfortunately, if too small a tolerance is set, the code just goes on... I will add a warning message." ]
2021-09-16T13:08:42
2021-10-27T15:52:19
2021-10-27T15:52:19Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** I am trying to use the PointGroupAnalyzer to parse the molecular symmetry. It works well in general. However, I sometimes encounter some cases in which the get_pointgroup function takes forever. **To Reproduce** ```python from pymatgen.symmetry.analyzer import PointGroupAnalyzer from pymat...
{ "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/2253/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 1 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2253/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2254
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2254/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2254/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2254/events
https://github.com/materialsproject/pymatgen/issues/2254
1,011,029,712
I_kwDOACgets48QxbQ
2,254
Update AFLOW prototype library
{ "login": "jacksund", "id": 47992949, "node_id": "MDQ6VXNlcjQ3OTkyOTQ5", "avatar_url": "https://avatars.githubusercontent.com/u/47992949?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jacksund", "html_url": "https://github.com/jacksund", "followers_url": "https://api.github.com/users/jac...
[]
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 reached out to the AFLOW team, and they don't want archives of the full library unless you purchase through them ([here's the thread](https://groups.io/g/aflow/topic/85959008)). \r\n\r\nI'll close this request because these prototypes cannot be updated to the full library😢", "Hahahaha" ]
2021-09-29T14:21:51
2021-09-29T22:25:00
2021-09-29T22:22:26Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Would someone be able to update the `aflow_prototypes.json` in the `pymatgen.analysis` module? Currently it only includes 288 prototypes (so Part 1 of their library), but they are now at 1,100 prototypes (thanks to Parts 2 and 3). I don't use the aflow software, so I'm not sure how to download these structures an...
{ "login": "jacksund", "id": 47992949, "node_id": "MDQ6VXNlcjQ3OTkyOTQ5", "avatar_url": "https://avatars.githubusercontent.com/u/47992949?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jacksund", "html_url": "https://github.com/jacksund", "followers_url": "https://api.github.com/users/jac...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2254/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/2254/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2255
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2255/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2255/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2255/events
https://github.com/materialsproject/pymatgen/issues/2255
1,013,531,871
I_kwDOACgets48aUTf
2,255
Pymatgen Zeo++ installation help
{ "login": "cwaitt", "id": 36715383, "node_id": "MDQ6VXNlcjM2NzE1Mzgz", "avatar_url": "https://avatars.githubusercontent.com/u/36715383?v=4", "gravatar_id": "", "url": "https://api.github.com/users/cwaitt", "html_url": "https://github.com/cwaitt", "followers_url": "https://api.github.com/users/cwaitt/fo...
[ { "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" }, { "id": 5456916296, "node_id": "LA_kwDOAC...
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
[ "Zeo++ and its related tools have moved around a bit over time. The current version of Zeo++ can be found [here](http://www.zeoplusplus.org/download.html) and Voro++ [here](https://github.com/chr1shr/voro.git). However, I'm pretty sure that Zeo++ ships with everything needed for installation, including a compatible...
2021-10-01T16:18:08
2023-06-03T02:25:52
2023-06-03T02:25:52Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
I am following the directions on the pymatgen documentation site on installing and setting up Zeo++ and Voro++ (https://pymatgen.org/pymatgen.io.zeopp.html#zeo-installation-steps). When I do the svn chackout command I get an "Access denied" error. I found an older Bug back from 2016 that offered a solution but when I t...
{ "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/2255/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/2255/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2256
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2256/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2256/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2256/events
https://github.com/materialsproject/pymatgen/pull/2256
1,015,808,197
PR_kwDOACgets4sq6qF
2,256
Type hint and correct documentation of Structure.remove_site_properties
{ "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/43268100/badge)](https://coveralls.io/builds/43268100)\n\nCoverage decreased (-0.6%) to 83.134% when pulling **27ce06b72049a2e76e3e206a3c4e99c5d0029a34 on kmu:master** into **5011c0a6e1dc48380ed2d7a29ec6b0561f60be3b on materialsproject:master**.\n", "Thanks." ]
2021-10-05T02:12:18
2021-10-05T13:39:43
2021-10-05T13:39:39Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Type hint and correct documentation of `Structure.remove_site_properties` ## Additional dependencies introduced (if any) None ## TODO (if any) None * Feature 1 supports A, but not B. ## Checklist Work-in-progress pull requests are encouraged, but please put [WIP] in the pull request ...
{ "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/2256/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/2256/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2256", "html_url": "https://github.com/materialsproject/pymatgen/pull/2256", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2256.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2256.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2257
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2257/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2257/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2257/events
https://github.com/materialsproject/pymatgen/pull/2257
1,021,509,739
PR_kwDOACgets4s9tpW
2,257
InsertionElectrode bug fix & doc clarification
{ "login": "acrutt", "id": 42151899, "node_id": "MDQ6VXNlcjQyMTUxODk5", "avatar_url": "https://avatars.githubusercontent.com/u/42151899?v=4", "gravatar_id": "", "url": "https://api.github.com/users/acrutt", "html_url": "https://github.com/acrutt", "followers_url": "https://api.github.com/users/acrutt/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/44306257/badge)](https://coveralls.io/builds/44306257)\n\nCoverage decreased (-0.6%) to 83.111% when pulling **59f1b2e7439f20588bee501aa96c711ef59d1c30 on acrutt:master** into **9276567df1bf01eea473933688975003449dc5e5 on materialsproject:master**.\n", "Note for ...
2021-10-08T22:24:26
2021-11-16T17:37:14
2021-11-16T17:36:50Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
The InsertionElectrode.from_entries() method can use either ComputedEntries or ComputedStructureEntries - this has been added to the documentation. Setting strip_structures=True only works with ComputedStructureEntries so this has also been clarified. In constructing the PhaseDiagram to compare the energies of the p...
{ "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/2257/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/2257/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2257", "html_url": "https://github.com/materialsproject/pymatgen/pull/2257", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2257.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2257.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2258
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2258/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2258/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2258/events
https://github.com/materialsproject/pymatgen/issues/2258
1,021,527,822
I_kwDOACgets4840cO
2,258
LammpsData.from_file changes data type for some dihedral coeffs from int to float
{ "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
[ "Just trying to give some insight here:\r\nI believe this is because in Pandas, NaN (in `coeff6` here) will automatically upscale the rest of the data in that column to float. \r\nThe `NaN` is from when we don't have a coefficient (the first 3 rows here)\r\n\r\nA proposed solution to this issue would be to use `fil...
2021-10-08T23:11:12
2021-11-15T22:25:35
2021-11-15T22:25:35Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** When reading a file containing a `Dihedral Coeffs` section, `LammpsData.from_file` sometimes change the datatype of the `coeff6` column from `int` to `float`. This is a problem because LAMMPS is very particular about the data types for dihedral coefficients. Having a float instead of an int can re...
{ "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/2258/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/2258/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2259
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2259/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2259/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2259/events
https://github.com/materialsproject/pymatgen/issues/2259
1,023,357,412
I_kwDOACgets48_zHk
2,259
Parsing error in vasprun.xml using Outcar method (Vasp 6)
{ "login": "pjf295", "id": 69720428, "node_id": "MDQ6VXNlcjY5NzIwNDI4", "avatar_url": "https://avatars.githubusercontent.com/u/69720428?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pjf295", "html_url": "https://github.com/pjf295", "followers_url": "https://api.github.com/users/pjf295/fo...
[ { "id": 3093102097, "node_id": "MDU6TGFiZWwzMDkzMTAyMDk3", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/stale", "name": "stale", "color": "A99B62", "default": false, "description": "Abandoned or conflicting PRs and outdated issues" }, { "id": 5304335471, ...
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
[ "@yang-ruoxi: You've done XAS calculations before, right? Do you think this issue is still relevant?\r\n\r\n@janosh ", "Hi @pjf295, VAPS can't do XANES calculation as far as I know. the IO for XANES in pymatgen is for the code FEFF. \r\nThanks, @arosen93 for keeping track of the issue! ", "Oops, sorry 'bout tha...
2021-10-12T04:44:01
2024-03-18T14:08:47
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
The current version of Pymatgen (2022.0.14) does not recognize XANES output from VASP 6. **Proposed Solution:** Enable Pymatgen to read VASP 6 XANES output from either the `vasprun.xml` file or the `OUTCAR` file. Additionally, consider supporting electron-phonon coupling results.
{ "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/2259/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/2259/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2260
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2260/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2260/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2260/events
https://github.com/materialsproject/pymatgen/issues/2260
1,024,889,793
I_kwDOACgets49FpPB
2,260
defects test_generators fails on non-amd64 architecture
{ "login": "drew-parsons", "id": 26508288, "node_id": "MDQ6VXNlcjI2NTA4Mjg4", "avatar_url": "https://avatars.githubusercontent.com/u/26508288?v=4", "gravatar_id": "", "url": "https://api.github.com/users/drew-parsons", "html_url": "https://github.com/drew-parsons", "followers_url": "https://api.github.c...
[]
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-10-13T07:28:00
2021-10-13T07:33:20
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** The test suite includes VoronoiInterstitialGeneratorTest.test_int_gen in pymatgen/analysis/defects/tests/test_generators.py, https://github.com/materialsproject/pymatgen/blob/fffcc6d3edf95132fbf910ddc520d00309f1b448/pymatgen/analysis/defects/tests/test_generators.py#L107 This test run at bu...
{ "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/2260/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/2260/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2261
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2261/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2261/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2261/events
https://github.com/materialsproject/pymatgen/pull/2261
1,025,094,184
PR_kwDOACgets4tIxba
2,261
Literal-types
{ "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
[ "You can install `typing_extensions`, which is actually already a requirement of pymatgen if you're running in Python 3.7.\r\n\r\nThe correct way of resolving this is following this example:\r\n\r\nhttps://github.com/materialsproject/pymatgen/blob/f97868791cb8f01aadf1eb3620d1df63fb0ff49a/pymatgen/io/qchem/inputs.py...
2021-10-13T10:53:42
2021-10-14T19:51:45
2021-10-14T16:57:29Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Follow up to #2247. @CompRhys informed me that due to #2247, Pymatgen is no longer installable in Google Colab which is locked to Python 3.7 while `typing.Literal` was only added in Python 3.8. There's a relatively recent but quiet issue tracking the ability to select different Python versions in Colab: https://githu...
{ "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/2261/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/2261/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2261", "html_url": "https://github.com/materialsproject/pymatgen/pull/2261", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2261.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2261.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2262
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2262/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2262/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2262/events
https://github.com/materialsproject/pymatgen/pull/2262
1,027,949,105
PR_kwDOACgets4tRnQ-
2,262
removed _ from beginning of arguments
{ "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-10-16T04:30:45
2021-10-18T22:15:55
2021-10-18T22:15:49Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
variables used in constructor should not be "privated" with underscore
{ "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/2262/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/2262/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2262", "html_url": "https://github.com/materialsproject/pymatgen/pull/2262", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2262.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2262.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2263
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2263/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2263/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2263/events
https://github.com/materialsproject/pymatgen/pull/2263
1,027,996,985
PR_kwDOACgets4tRu-a
2,263
Use all short-circuit rather than loop to make code more pythonic
{ "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
[ "> I have several small QOL changes like this on that branch and think it would be easier if they are merged separately first \r\n\r\nThanks @CompRhys -- are you planning on submitting these as separate PRs? i.e. should I merge this one, or wait?", "These two PRs are the only two not in phase diagram relevant fil...
2021-10-16T08:56:10
2021-10-19T09:15:18
2021-10-18T22:14:38Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
in-built all short circuits when checking a boolean list which means a for loop isn't needed here. I am making this PR as I am looking at trying to get my `PatchedPhaseDiagram` ready to be merged in near future, I have several small QOL changes like this on that branch and think it would be easier if they are merged...
{ "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/2263/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/2263/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2263", "html_url": "https://github.com/materialsproject/pymatgen/pull/2263", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2263.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2263.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2264
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2264/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2264/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2264/events
https://github.com/materialsproject/pymatgen/pull/2264
1,028,001,066
PR_kwDOACgets4tRvn3
2,264
Remove method and function that are no longer used for entry equality
{ "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!" ]
2021-10-16T09:17:09
2021-10-19T09:14:57
2021-10-18T22:15:29Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Previously when dealing with entry equality we wrote these function to do a robust eq check. After these changes didn't fix the results @mkhorton and @mattmcdermott came up with a better solution for the `__hash__` and `__eq__` but these functions were not removed. They are not referenced in `pymatgen` beyond their def...
{ "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/2264/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/2264/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2264", "html_url": "https://github.com/materialsproject/pymatgen/pull/2264", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2264.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2264.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2265
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2265/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2265/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2265/events
https://github.com/materialsproject/pymatgen/pull/2265
1,028,756,801
PR_kwDOACgets4tT0IU
2,265
[WIP] New Structure.get_element_distance() method
{ "login": "rpw199912j", "id": 53155036, "node_id": "MDQ6VXNlcjUzMTU1MDM2", "avatar_url": "https://avatars.githubusercontent.com/u/53155036?v=4", "gravatar_id": "", "url": "https://api.github.com/users/rpw199912j", "html_url": "https://github.com/rpw199912j", "followers_url": "https://api.github.com/use...
[ { "id": 3093102097, "node_id": "MDU6TGFiZWwzMDkzMTAyMDk3", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/stale", "name": "stale", "color": "A99B62", "default": false, "description": "Abandoned or conflicting PRs and outdated 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
[ "Thanks for the contribution. However, I think this is too specific an analysis to be added to pymatgen and it can be done with the existing get_distance_matrix coupled with the elemental information. Can you provide more details on where such an analysis would be useful that it justifies the creation of this metho...
2021-10-18T07:58:54
2023-02-03T17:52:36
2023-02-03T17:52:35Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Added a new get_element_distance() method to the pymatgen.core.structure.Structure class that: * Calculates the minimum element-element distance for one element or between two different elements. * Automatically calculates with a supercell if any element in the input structure occupies only one site o...
{ "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/2265/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/2265/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2265", "html_url": "https://github.com/materialsproject/pymatgen/pull/2265", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2265.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2265.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2266
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2266/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2266/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2266/events
https://github.com/materialsproject/pymatgen/issues/2266
1,029,871,315
I_kwDOACgets49YpbT
2,266
Should the called processes be terminated automatically when the execution of pymatgen script is stopped?
{ "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/...
[]
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
[ "For general purposes, it is desired to stop the execution of mcsqs when the python script calling \r\nSQSTransformation is terminated. Therefore, I added the following lines (in bold) to \r\npymatgen/command_line/mcsqs_caller.py and all mcsqs processes can be stopped when the execution of \r\npython script is term...
2021-10-19T05:17:53
2021-10-26T16:01:10
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
I am using SQSTransformation to generate SQS in RHEL 8.3 by using the command python test_sqs.py & where test_sqs.py is just a copy from pymatgen/transformation/tests. Since it takes time, the execution of the python script is stopped by pkill -f test_sqs.py However, many mcsqs processes s...
{ "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/2266/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/2266/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2267
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2267/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2267/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2267/events
https://github.com/materialsproject/pymatgen/issues/2267
1,030,528,298
I_kwDOACgets49bJ0q
2,267
Round trip potcar writing/reading
{ "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...
[]
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 reason for this is simply that the hash database is incomplete.\r\n\r\nThere are two sets of hashes, a \"file\" hash (checks the POTCAR is byte-to-byte identical) and a \"data\" hash (which is a bit more permissive, e.g. if there are changes in comment strings etc.)\r\n\r\nThe data hash matches, but th...
2021-10-19T16:42:05
2021-10-20T23:32:09
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** Round trip Potcar parsing results in a warning that's not present when writing input. **To Reproduce** ``` import unittest from pymatgen.io.vasp.sets import MPRelaxSet from pymatgen.io.vasp.inputs import VaspInput from pymatgen.core.lattice import Lattice from pymatgen.core.structure impo...
{ "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/2267/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/2267/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2268
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2268/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2268/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2268/events
https://github.com/materialsproject/pymatgen/pull/2268
1,030,745,426
PR_kwDOACgets4tZ_-9
2,268
QOL changes to phase_diagram.py
{ "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." ]
2021-10-19T21:07:44
2021-10-20T13:59:59
2021-10-20T13:54:46Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Added google docstrings to fit `pymatgen` style guide and whitespace line changes for better readability. Several typos/whitespaces. Slightly adjusted the function of `_get_slsqp_decomp()` to make it more useful as a stand alone function. Added a few ease of use methods for intermediary calculations that help in the `P...
{ "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/2268/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/2268/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2268", "html_url": "https://github.com/materialsproject/pymatgen/pull/2268", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2268.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2268.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2269
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2269/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2269/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2269/events
https://github.com/materialsproject/pymatgen/pull/2269
1,030,916,998
PR_kwDOACgets4tajIP
2,269
Moladaptor fix
{ "login": "orionarcher", "id": 27712051, "node_id": "MDQ6VXNlcjI3NzEyMDUx", "avatar_url": "https://avatars.githubusercontent.com/u/27712051?v=4", "gravatar_id": "", "url": "https://api.github.com/users/orionarcher", "html_url": "https://github.com/orionarcher", "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
[ "thanks\r\n" ]
2021-10-20T02:46:04
2021-10-20T13:38:39
2021-10-20T13:38:32Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Include a summary of major changes in bullet points: * Fix 1: allowed pmg.io.babel.BabelMolAdaptor to accept pybel.Molecule ## Checklist Before a pull request can be merged, the following items must be checked: - [ ] Code is in the [standard Python style](https://www.python.org/dev/peps/pep-00...
{ "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/2269/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/2269/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2269", "html_url": "https://github.com/materialsproject/pymatgen/pull/2269", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2269.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2269.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2270
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2270/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2270/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2270/events
https://github.com/materialsproject/pymatgen/issues/2270
1,031,462,294
I_kwDOACgets49et2W
2,270
BasePhaseDiagram should be renamed
{ "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": "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...
[ { "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.gi...
null
[ "I have no problem changing the name, and agree re. the private method call, but I believe the class itself exists for a good reason.\r\n\r\nIf I remember correctly, the _reason_ for this class was to make PhaseDiagram itself MSONable without breaking backwards compatibility, but I would have to check.", "No. The...
2021-10-20T14:12:11
2021-10-27T15:58:19
2021-10-27T15:42:17Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
I am not sure when this class was introduced. But whatever it is, the naming is not good. A new user coming to pymatgen will be wondering what the heck is a BasePhaseDiagram. It has the connotations of an abstract base class but is actually not one. Then the original PhaseDiagram class inherits from BasePhaseDiagram bu...
{ "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/2270/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/2270/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2271
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2271/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2271/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2271/events
https://github.com/materialsproject/pymatgen/issues/2271
1,031,591,987
I_kwDOACgets49fNgz
2,271
Logger calls that appear to be historic and could potentially be removed in `ReactionDiagram`
{ "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
[ "They're debug calls anyway, presumably were useful to whoever was writing that class.", "happy for me to remove? the git blame it 4 years ago so I am sure that they're finished debugging by now?", "It's more a philosophical point -- I think `logger.debug()` statements are useful for whoever develops the code n...
2021-10-20T16:12:55
2021-10-21T17:54:14
2021-10-21T17:54:14Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
https://github.com/materialsproject/pymatgen/blob/b40ae2d962936a2ad8c2a024a3c0b2efc503e8e8/pymatgen/analysis/phase_diagram.py#L1487-L1489 @shyuep are these logging calls still needed in the code? I can't trace anywhere where they might be used and was wondering if I should clean them up?
{ "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/2271/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/2271/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2272
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2272/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2272/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2272/events
https://github.com/materialsproject/pymatgen/pull/2272
1,031,664,689
PR_kwDOACgets4tc-Nq
2,272
Make the appearance of periodic_table_heatmap changeable.
{ "login": "penicillin0", "id": 56141035, "node_id": "MDQ6VXNlcjU2MTQxMDM1", "avatar_url": "https://avatars.githubusercontent.com/u/56141035?v=4", "gravatar_id": "", "url": "https://api.github.com/users/penicillin0", "html_url": "https://github.com/penicillin0", "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
[ "\n[![Coverage Status](https://coveralls.io/builds/43671060/badge)](https://coveralls.io/builds/43671060)\n\nCoverage decreased (-0.6%) to 83.131% when pulling **30af0330ecdd2d6c70bc979ce771058269d13268 on penicillin0:add-option-periodic_table_heatmap** into **b40ae2d962936a2ad8c2a024a3c0b2efc503e8e8 on materialspr...
2021-10-20T17:37:49
2021-10-21T15:26:28
2021-10-21T15:26:22Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary I found the current periodic table difficult to read because of the color and the size of the letters, so I made it partially changeable. * The color of the periodic table border can be changed. * The font size of value and symbol on the periodic table can be changed. * Added the option to change 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/2272/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/2272/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2272", "html_url": "https://github.com/materialsproject/pymatgen/pull/2272", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2272.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2272.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2273
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2273/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2273/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2273/events
https://github.com/materialsproject/pymatgen/pull/2273
1,031,913,827
PR_kwDOACgets4tdyZw
2,273
Correct POTCAR hash 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...
[]
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/43657330/badge)](https://coveralls.io/builds/43657330)\n\nCoverage decreased (-0.02%) to 83.745% when pulling **21f23fbb471aa4f5249978a71fe3b255623273a7 on potcar-warning** into **6f73449fd8cc7da094505a7bceaacda24386875c on master**.\n" ]
2021-10-20T23:35:15
2022-10-10T17:54:05
2021-10-21T16:41:29Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Fix for #2267
{ "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/2273/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/2273/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2273", "html_url": "https://github.com/materialsproject/pymatgen/pull/2273", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2273.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2273.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2274
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2274/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2274/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2274/events
https://github.com/materialsproject/pymatgen/issues/2274
1,032,329,114
I_kwDOACgets49iBea
2,274
Implicit hydrogen parsing should not be default for doped cifs.
{ "login": "TimoSommer", "id": 67800320, "node_id": "MDQ6VXNlcjY3ODAwMzIw", "avatar_url": "https://avatars.githubusercontent.com/u/67800320?v=4", "gravatar_id": "", "url": "https://api.github.com/users/TimoSommer", "html_url": "https://github.com/TimoSommer", "followers_url": "https://api.github.com/use...
[]
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-10-21T10:33:51
2021-10-21T10:50:04
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** I have found that when reading in a cif file of a doped structure, where hydrogen and another element share the same lattice site, the hydrogen is not shown in the structure, except as 'implicit_hydrogens' in structure.site_properties. If however the lattice site of the hydrogen is not shared with...
{ "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/2274/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/2274/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2275
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2275/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2275/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2275/events
https://github.com/materialsproject/pymatgen/issues/2275
1,033,725,417
I_kwDOACgets49nWXp
2,275
Tests fail: invalid module name: 'pymatgen.io.vasp.inputs'
{ "login": "yurivict", "id": 271906, "node_id": "MDQ6VXNlcjI3MTkwNg==", "avatar_url": "https://avatars.githubusercontent.com/u/271906?v=4", "gravatar_id": "", "url": "https://api.github.com/users/yurivict", "html_url": "https://github.com/yurivict", "followers_url": "https://api.github.com/users/yurivic...
[]
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 need to provide more details. That one liner does not give any information about your installation and there is no way we can diagnose where the problem lies. ", "Build [log](https://people.freebsd.org/~yuri/py-pymatgen.log).\r\n\r\n[List](https://people.freebsd.org/~yuri/py-pymatgen-plist.txt) of installed ...
2021-10-22T15:51:38
2022-04-27T08:42:50
2021-10-22T19:19:19Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** ```python-3.8 -m pytest``` fails: ``` ===> py38-pymatgen-2022.0.15 depends on file: /usr/local/bin/python3.8 - found INTERNALERROR> Traceback (most recent call last): INTERNALERROR> File "/usr/local/lib/python3.8/site-packages/_pytest/main.py", line 206, in wrap_session INTERNALERROR> ...
{ "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/2275/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/2275/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2276
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2276/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2276/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2276/events
https://github.com/materialsproject/pymatgen/pull/2276
1,033,862,162
PR_kwDOACgets4tkGBS
2,276
Make `Simplex` `MSONable`
{ "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...
[]
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 there should be a test for this MSONable for Simplex.", "Yes, this PR is not complete", "\n[![Coverage Status](https://coveralls.io/builds/43711331/badge)](https://coveralls.io/builds/43711331)\n\nCoverage increased (+0.001%) to 83.748% when pulling **7899caf4efbd3fc42004444eaa6cd5846f283c15 on simplex...
2021-10-22T18:52:09
2022-10-10T17:53:58
2021-10-22T20:30:25Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
To enable `PhaseDiagram` to be JSON-serializable.
{ "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/2276/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/2276/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2276", "html_url": "https://github.com/materialsproject/pymatgen/pull/2276", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2276.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2276.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2277
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2277/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2277/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2277/events
https://github.com/materialsproject/pymatgen/pull/2277
1,034,209,991
PR_kwDOACgets4tlJ7G
2,277
Fix small cutoff neighbor
{ "login": "chc273", "id": 22353204, "node_id": "MDQ6VXNlcjIyMzUzMjA0", "avatar_url": "https://avatars.githubusercontent.com/u/22353204?v=4", "gravatar_id": "", "url": "https://api.github.com/users/chc273", "html_url": "https://github.com/chc273", "followers_url": "https://api.github.com/users/chc273/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/43719978/badge)](https://coveralls.io/builds/43719978)\n\nCoverage decreased (-0.6%) to 83.101% when pulling **00ecc46d9242e4a92cf6438abf8bd41bbc2b5505 on chc273:fix_small_cutoff_neighbor** into **71c8ab8da6369970d5766113d9f688db78cba899 on materialsproject:master*...
2021-10-23T16:59:38
2021-10-26T16:01:27
2021-10-26T16:01:27Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary In the current cell list implementation for finding neighbors, the space is divided into ~O((cell length / cutoff)^3) cubes for fast neighbor finding. This causes issues when the user chooses unrealistic small or even zero cutoffs. In this PR, I am doing the following: 1) For reasonable cutoff (def...
{ "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/2277/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/2277/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2277", "html_url": "https://github.com/materialsproject/pymatgen/pull/2277", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2277.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2277.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2278
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2278/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2278/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2278/events
https://github.com/materialsproject/pymatgen/pull/2278
1,034,272,984
PR_kwDOACgets4tlV86
2,278
update docstring of CutOffDictNN
{ "login": "ltalirz", "id": 1053245, "node_id": "MDQ6VXNlcjEwNTMyNDU=", "avatar_url": "https://avatars.githubusercontent.com/u/1053245?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ltalirz", "html_url": "https://github.com/ltalirz", "followers_url": "https://api.github.com/users/ltalirz/...
[]
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/43721197/badge)](https://coveralls.io/builds/43721197)\n\nCoverage decreased (-0.6%) to 83.101% when pulling **09ac6172c9606ebaa99fa05294ff6d57ba7187e0 on ltalirz:update-cutoff-docs** into **71c8ab8da6369970d5766113d9f688db78cba899 on materialsproject:master**.\n",...
2021-10-23T22:03:44
2021-11-08T23:58:38
2021-11-08T23:58:08Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
follow-up on @mkhorton 's comments
{ "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/2278/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/2278/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2278", "html_url": "https://github.com/materialsproject/pymatgen/pull/2278", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2278.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2278.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2279
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2279/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2279/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2279/events
https://github.com/materialsproject/pymatgen/issues/2279
1,035,296,191
I_kwDOACgets49tV2_
2,279
Support for FPLO lattice convention
{ "login": "mueslo", "id": 847751, "node_id": "MDQ6VXNlcjg0Nzc1MQ==", "avatar_url": "https://avatars.githubusercontent.com/u/847751?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mueslo", "html_url": "https://github.com/mueslo", "followers_url": "https://api.github.com/users/mueslo/follow...
[]
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
[ "The link doesn't work. Not sure what FLPO is. But in general, the lattice vectors should not have any impact on any analysis.", "[FPLO is a major DFT code](https://www.fplo.de/). Lattice vectors do have impact on analysis, e.g. if you use the cartesian k-vectors output by the DFT code, they will make no sense in...
2021-10-25T15:45:55
2021-10-25T16:31:45
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
https://github.com/materialsproject/pymatgen/blob/fcb84a1e129da3a3010b9f6b9cf18beddf39f245/pymatgen/core/lattice.py#L310-L363 It would be great if pymatgen also supported FPLO conventions on lattice generation from parameters. They are as follows: https://www.listserv.dfn.de/sympa/arc/fplo-users/2020-01/msg00002....
{ "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/2279/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/2279/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2280
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2280/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2280/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2280/events
https://github.com/materialsproject/pymatgen/issues/2280
1,037,382,411
I_kwDOACgets491TML
2,280
🪛 [RFC] Returning index of vbm and cbm
{ "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
[ "I have no objections to this really, but I would ask that you add a kwarg such as \"include_kpoint_and_index=False\". By default, the return will still be the same. If that kwarg is set to true, the kpoint and index will be returned as per your suggestion. That will ensure that the method itself retains backward c...
2021-10-27T12:49:44
2021-10-27T15:59:30
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Is your feature request related to a problem? Please describe.** Currently, [`eigenvalue_band_properties`](https://github.com/materialsproject/pymatgen/blob/fcb84a1e129da3a3010b9f6b9cf18beddf39f245/pymatgen/io/vasp/outputs.py#L958) does not return the kpoint and eigenvalue index for `vbm` and `cbm`. The former one i...
{ "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/2280/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/2280/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2281
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2281/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2281/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2281/events
https://github.com/materialsproject/pymatgen/issues/2281
1,037,881,803
I_kwDOACgets493NHL
2,281
Ion.from_formula has unexpected behavior when +/- precede charge number
{ "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-10-27T21:34:48
2021-11-09T19:30:58
2021-11-09T19:30:58Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Ion.from_formula should correctly recognize formulae in which the `+` or `-` sign precede the charge number. See also #2204 **Describe the bug** ``` >>> ion = Ion.from_formula('La[3+]') >>> ion.charge 3.0 ``` ``` >>> ion = Ion.from_formula('La[+3]') >>> ion.charge 1.0 ```
{ "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/2281/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 1 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2281/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2282
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2282/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2282/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2282/events
https://github.com/materialsproject/pymatgen/issues/2282
1,038,920,381
I_kwDOACgets497Kq9
2,282
Add Composition.replace()
{ "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
[ "Composition is meant to be immutable. Which is why it inherits Mapping and Hashable and not dict or MutableMapping. Composition objects are probably the one of the most used keys in dictionaries and sets. So in place modifications are *not* allowed. FYI, the above can be easily done using `Composition({(k if k.sym...
2021-10-28T20:19:45
2021-10-28T20:54:30
2021-10-28T20:52:54Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Is your feature request related to a problem? Please describe.** `Composition` does not support elemental substitutions. **Describe the solution you'd like** New method `Composition("Fe2O3").replace({"Fe": "Mg"})` similar to [`Structure.replace_species()`](https://github.com/materialsproject/pymatgen/blob/v2...
{ "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/2282/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/2282/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2283
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2283/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2283/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2283/events
https://github.com/materialsproject/pymatgen/pull/2283
1,038,964,019
PR_kwDOACgets4t0fWD
2,283
Add PatchedPhaseDiagram to allow for handling of Large Disjoint Chemical systems
{ "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
[ "```\r\ne_h = np.array(e_h)\r\ne_h_mp = np.array(e_h_mp)\r\nidx = np.argwhere(np.invert(np.isclose(e_h, e_h_mp)))\r\nprint(len(idx))\r\nprint(e_h[idx][2:3])\r\nprint(e_h_mp[idx][2:3])\r\nprint([ppd.get_decomp_and_e_above_hull(mp_data[i]) for i in idx[2:3, 0]])\r\nprint([mp_data[i] in ppd.stable_entries for i in idx...
2021-10-28T21:22:26
2022-08-11T03:46:17
2022-07-21T00:54:29Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Handler Class to allow for thermodynamic properties to be calculated across large chemically diverse phase diagrams whilst only generating relevant phase diagrams once. Designed to inherit as much as possible and be modular to allow additional functionality to be approximated if solutions can be devis...
{ "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/2283/reactions", "total_count": 2, "+1": 1, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 1, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2283/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2283", "html_url": "https://github.com/materialsproject/pymatgen/pull/2283", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2283.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2283.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2284
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2284/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2284/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2284/events
https://github.com/materialsproject/pymatgen/pull/2284
1,039,488,884
PR_kwDOACgets4t2KcF
2,284
Add Composition.replace()
{ "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
[]
2021-10-29T11:57:42
2021-10-29T18:05:45
2021-10-29T17:04:36Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Addresses #2282. I originally attempted to handle `SpeciesLike` rather than just `str` as input, i.e. ```py elem_map: Dict[SpeciesLike, Union[SpeciesLike, Dict[SpeciesLike, float]]] ``` instead of the current ```py elem_map: Dict[str, Union[str, Dict[str, float]]] ``` but it turned into much more of ...
{ "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/2284/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/2284/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2284", "html_url": "https://github.com/materialsproject/pymatgen/pull/2284", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2284.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2284.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2285
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2285/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2285/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2285/events
https://github.com/materialsproject/pymatgen/pull/2285
1,039,579,182
PR_kwDOACgets4t2dWa
2,285
Fix oddly split strings and a few typos
{ "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
[ "Dropped some unused variables that `flake8` pre-commit hook was complaining about.", "\n[![Coverage Status](https://coveralls.io/builds/43882122/badge)](https://coveralls.io/builds/43882122)\n\nCoverage decreased (-0.6%) to 83.104% when pulling **b180cac685a432ed62ea0a80926ce4bb61ef0651 on janosh:str-fixes** int...
2021-10-29T13:38:24
2021-11-09T19:34:48
2021-11-09T19:32:19Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
`"Lots of " "oddly split" " string in pymatgen"`, presumably as a result of `black` formatting.
{ "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/2285/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 1, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2285/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2285", "html_url": "https://github.com/materialsproject/pymatgen/pull/2285", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2285.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2285.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2286
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2286/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2286/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2286/events
https://github.com/materialsproject/pymatgen/pull/2286
1,040,266,805
PR_kwDOACgets4t4cgS
2,286
ElementBase.X drop NaN warning
{ "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/43983158/badge)](https://coveralls.io/builds/43983158)\n\nCoverage decreased (-0.6%) to 83.102% when pulling **85898a64447e5103c1e5dc0c256d5b07e0991bbd on janosh:silence-elem-x** into **acfe5899ee50add1e2a0dd6385ee4fba78122e0f on materialsproject:master**.\n", "N...
2021-10-30T18:24:20
2021-11-18T19:29:04
2021-11-03T13:44:52Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
The warning about missing electronegativities is by far the most prevalent one in my use of pymatgen and it has never once been useful. Would be great to get rid of it. It comes up all the time and usually repeated a dozen times or so when iterating over a dataframe column involving creation of new `Elements()`.
{ "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/2286/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/2286/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2286", "html_url": "https://github.com/materialsproject/pymatgen/pull/2286", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2286.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2286.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2287
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2287/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2287/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2287/events
https://github.com/materialsproject/pymatgen/pull/2287
1,040,348,095
PR_kwDOACgets4t4sL3
2,287
Ion bugfixes and enhancements
{ "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/43894854/badge)](https://coveralls.io/builds/43894854)\n\nCoverage decreased (-0.6%) to 83.115% when pulling **d378d277e70ef8b9d6b48ebb4ba0b82b9b3f7ee1 on rkingsbury:ion_fixes** into **acfe5899ee50add1e2a0dd6385ee4fba78122e0f on materialsproject:master**.\n", "Th...
2021-10-31T01:01:26
2022-06-08T22:25:54
2021-11-09T19:30:58Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary This PR contains some miscellaneous bugfixes and enhancements for the `Ion` class. * Fixes #2281 * Partially address #2204 by overloading `get_reduced_formula_and_factor` to provide special formula handling for ions. The `reduced_formula` for hydroxide, hydrogen peroxide, acetate, acetic acid, and sm...
{ "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/2287/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/2287/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2287", "html_url": "https://github.com/materialsproject/pymatgen/pull/2287", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2287.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2287.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2288
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2288/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2288/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2288/events
https://github.com/materialsproject/pymatgen/issues/2288
1,040,378,938
I_kwDOACgets4-Auw6
2,288
How to install and use zeopp modules
{ "login": "ctc-er", "id": 56148779, "node_id": "MDQ6VXNlcjU2MTQ4Nzc5", "avatar_url": "https://avatars.githubusercontent.com/u/56148779?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ctc-er", "html_url": "https://github.com/ctc-er", "followers_url": "https://api.github.com/users/ctc-er/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
[ "Please refer to pymatgen.org's instructions. But honestly, these questions should be posed to the Zeo+ developers rather than to pymatgen since we only provide an interface to it." ]
2021-10-31T05:17:06
2021-10-31T15:07:12
2021-10-31T15:07:12Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
when I open the address in http://zeoplusplus.org/, it was a cpp source and I can not using it. could you tell me how to install it in the py? thank you for your patience.
{ "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/2288/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/2288/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2289
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2289/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2289/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2289/events
https://github.com/materialsproject/pymatgen/issues/2289
1,044,308,093
I_kwDOACgets4-PuB9
2,289
Load bonds from .cif to make StructureGraph
{ "login": "alex-l-m", "id": 35587576, "node_id": "MDQ6VXNlcjM1NTg3NTc2", "avatar_url": "https://avatars.githubusercontent.com/u/35587576?v=4", "gravatar_id": "", "url": "https://api.github.com/users/alex-l-m", "html_url": "https://github.com/alex-l-m", "followers_url": "https://api.github.com/users/ale...
[]
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
[ "That would be nice. Can you point to the CIF specification? Last time I looked into it, it was unclear to me how CIF defined bonds that crossed periodic boundaries.\r\n\r\nIf we do add, I think StructureGraph -> CIF export would also be useful.", "The bond information in CIF files is defined by the [GEOM_BOND](h...
2021-11-04T02:46:37
2022-06-04T19:41:34
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
There is a StructureGraph class, and some .cif files include bonding information. Is there any interest in creating StructureGraph's from the bonding information in a .cif file?
{ "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/2289/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/2289/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2290
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2290/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2290/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2290/events
https://github.com/materialsproject/pymatgen/issues/2290
1,045,846,464
I_kwDOACgets4-VlnA
2,290
Error while using MagOrderingTransformation
{ "login": "t-reents", "id": 77727843, "node_id": "MDQ6VXNlcjc3NzI3ODQz", "avatar_url": "https://avatars.githubusercontent.com/u/77727843?v=4", "gravatar_id": "", "url": "https://api.github.com/users/t-reents", "html_url": "https://github.com/t-reents", "followers_url": "https://api.github.com/users/t-r...
[]
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 suggests that your enum.x and makeStr.x are incorrectly compiled. I suggest you compile from the enumlib source. ", "Thanks @shyuep for the quick reply. I followed the description in the readme https://github.com/msg-byu/enumlib and compiled it again. The error still occurs", "What OS are you using? Also,...
2021-11-05T13:25:24
2023-12-06T12:57:12
2023-12-06T12:57:11Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
I tried to use the `MagOrderingTransformation` module https://github.com/materialsproject/pymatgen/blob/50f51443b118d1f72dd8c9e3269ad1969eba5fb9/pymatgen/transformations/advanced_transformations.py#L621 Code snippet: ```ruby magnetic_species = {"Ni": 1.0, "O": 0.0} MagOrder = MagOrderingTransformation(mag_s...
{ "login": "t-reents", "id": 77727843, "node_id": "MDQ6VXNlcjc3NzI3ODQz", "avatar_url": "https://avatars.githubusercontent.com/u/77727843?v=4", "gravatar_id": "", "url": "https://api.github.com/users/t-reents", "html_url": "https://github.com/t-reents", "followers_url": "https://api.github.com/users/t-r...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2290/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/2290/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2291
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2291/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2291/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2291/events
https://github.com/materialsproject/pymatgen/pull/2291
1,046,055,990
PR_kwDOACgets4uKMpx
2,291
Replace-species
{ "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/44171744/badge)](https://coveralls.io/builds/44171744)\n\nCoverage decreased (-0.6%) to 83.115% when pulling **d1d01d6d166191a203dca6ad02642de08bcbdea6 on janosh:replace-species** into **9276567df1bf01eea473933688975003449dc5e5 on materialsproject:master**.\n", "...
2021-11-05T17:00:09
2021-11-18T18:34:06
2021-11-18T18:32:41Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
`Structure().replace_species` doc string should make it clear that original structure is modified in place.
{ "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/2291/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/2291/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2291", "html_url": "https://github.com/materialsproject/pymatgen/pull/2291", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2291.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2291.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2292
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2292/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2292/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2292/events
https://github.com/materialsproject/pymatgen/issues/2292
1,046,689,278
I_kwDOACgets4-YzX-
2,292
Broken docstrings on the dos module
{ "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
[ "Fixed in #2293." ]
2021-11-07T09:26:13
2021-11-15T01:49:12
2021-11-15T01:49:12Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
In the [docs](https://pymatgen.org/pymatgen.electronic_structure.dos.html) for `pymatgen.electronic_structure.dos`, many of the docstrings are cutoff because of ":" characters not playing well with the doc generator. For instance, see the `Returns` entries [here](https://pymatgen.org/pymatgen.electronic_structure.dos.h...
{ "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/2292/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/2292/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2293
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2293/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2293/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2293/events
https://github.com/materialsproject/pymatgen/pull/2293
1,046,689,912
PR_kwDOACgets4uMHrJ
2,293
Docstring updates: Fix missing Outcar attributes and update elemental_dos_dos string
{ "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/44069430/badge)](https://coveralls.io/builds/44069430)\n\nCoverage decreased (-0.6%) to 83.103% when pulling **105253d538a972a09f06e5383f41c11a95f2a8ad on arosen93:rosen-docs** into **50f51443b118d1f72dd8c9e3269ad1969eba5fb9 on materialsproject:master**.\n", "Tha...
2021-11-07T09:30:12
2021-11-15T05:47:51
2021-11-08T13:12:27Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary * The docs for `pymatgen.io.vasp.outputs.Outcar` are missing many of the attributes. For instance, it wasn't clear to me until I read the code that the `Outcar()` object has a `total_mag` keyword. I've update the docstring to include the missing attributes. * The docs for `pymatgen.electronic_structure...
{ "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/2293/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/2293/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2293", "html_url": "https://github.com/materialsproject/pymatgen/pull/2293", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2293.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2293.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2294
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2294/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2294/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2294/events
https://github.com/materialsproject/pymatgen/pull/2294
1,050,134,538
PR_kwDOACgets4uXSA6
2,294
Pyupgrade 3.7 plus
{ "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/44425206/badge)](https://coveralls.io/builds/44425206)\n\nCoverage decreased (-0.6%) to 83.114% when pulling **b587d68a2877f90bb9c051f9628cab52439b119e on janosh:pyupgrade** into **8fd02cf3a7d33059a62200c12dd48a15be21a8a3 on materialsproject:master**.\n", "Thanks...
2021-11-10T17:57:04
2021-12-04T17:46:09
2021-12-03T20:35:15Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Lots of automatic updates to use newer language features by running ```sh pyupgrade --py37-plus **/*.py ``` across the whole code base.
{ "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/2294/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/2294/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2294", "html_url": "https://github.com/materialsproject/pymatgen/pull/2294", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2294.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2294.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2295
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2295/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2295/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2295/events
https://github.com/materialsproject/pymatgen/pull/2295
1,051,188,850
PR_kwDOACgets4uauCP
2,295
Update DOI URLs
{ "login": "e-kwsm", "id": 11627708, "node_id": "MDQ6VXNlcjExNjI3NzA4", "avatar_url": "https://avatars.githubusercontent.com/u/11627708?v=4", "gravatar_id": "", "url": "https://api.github.com/users/e-kwsm", "html_url": "https://github.com/e-kwsm", "followers_url": "https://api.github.com/users/e-kwsm/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
[ "Thank you @e-kwsm!", "\n[![Coverage Status](https://coveralls.io/builds/44381135/badge)](https://coveralls.io/builds/44381135)\n\nCoverage decreased (-0.6%) to 83.112% when pulling **d7044eb809f1b8b0c96caab8f52061ee23542bad on e-kwsm:doi** into **9276567df1bf01eea473933688975003449dc5e5 on materialsproject:maste...
2021-11-11T17:08:07
2021-11-19T00:42:42
2021-11-18T19:07:00Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Include a summary of major changes in bullet points: * URLs are changed to https://doi.org/ in accordance with https://www.doi.org/doi_handbook/2_Numbering.html#htmlencoding. <!-- ## Additional dependencies introduced (if any) * List all new dependencies needed and justify why. While adding depe...
{ "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/2295/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/2295/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2295", "html_url": "https://github.com/materialsproject/pymatgen/pull/2295", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2295.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2295.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2296
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2296/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2296/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2296/events
https://github.com/materialsproject/pymatgen/pull/2296
1,052,804,666
PR_kwDOACgets4ufa3h
2,296
Remove accidentally tracked files and unset executable flag
{ "login": "e-kwsm", "id": 11627708, "node_id": "MDQ6VXNlcjExNjI3NzA4", "avatar_url": "https://avatars.githubusercontent.com/u/11627708?v=4", "gravatar_id": "", "url": "https://api.github.com/users/e-kwsm", "html_url": "https://github.com/e-kwsm", "followers_url": "https://api.github.com/users/e-kwsm/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
[ "Good catch @e-kwsm, thank you", "\n[![Coverage Status](https://coveralls.io/builds/44289132/badge)](https://coveralls.io/builds/44289132)\n\nCoverage decreased (-0.6%) to 83.112% when pulling **23c0e07833ea5ef1054186617f4d1e4083722afd on e-kwsm:chmod-x** into **9276567df1bf01eea473933688975003449dc5e5 on materia...
2021-11-13T23:52:39
2021-11-19T00:41:35
2021-11-18T18:30:59Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary <!--Include a summary of major changes in bullet points:--> Subject says it all. <!-- ## Additional dependencies introduced (if any) * List all new dependencies needed and justify why. While adding dependencies that bring significantly useful functionality is perfectly fine, adding ones that ...
{ "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/2296/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/2296/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2296", "html_url": "https://github.com/materialsproject/pymatgen/pull/2296", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2296.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2296.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2297
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2297/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2297/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2297/events
https://github.com/materialsproject/pymatgen/pull/2297
1,053,058,962
PR_kwDOACgets4ugIpv
2,297
Add warning if LASPH != True for meta-GGA/hybrid/vdW/+U
{ "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/44468724/badge)](https://coveralls.io/builds/44468724)\n\nCoverage decreased (-0.6%) to 83.117% when pulling **debcc753d732d2d0db0bf09c248e6a659ac7b4fe on arosen93:rosen-mixing** into **9276567df1bf01eea473933688975003449dc5e5 on materialsproject:master**.\n", "T...
2021-11-14T22:31:27
2021-11-24T03:30:02
2021-11-24T01:56:48Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
This PR implements a simple `BadInputSetWarning` if `LASPH = False` (or is not set) yet the user is running a meta-GGA/hybrid/DFT+U/vdW-DF calculation.
{ "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/2297/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/2297/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2297", "html_url": "https://github.com/materialsproject/pymatgen/pull/2297", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2297.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2297.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2298
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2298/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2298/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2298/events
https://github.com/materialsproject/pymatgen/pull/2298
1,053,426,608
PR_kwDOACgets4uhUXS
2,298
Add warning if improper ALGO is used for hybrid calculations
{ "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/44468633/badge)](https://coveralls.io/builds/44468633)\n\nCoverage decreased (-0.6%) to 83.116% when pulling **e0f7d28c14b22740ea59ff0986771d83b061490f on arosen93:rosen-lhfcalc** into **9276567df1bf01eea473933688975003449dc5e5 on materialsproject:master**.\n", "...
2021-11-15T09:46:33
2021-11-23T18:58:06
2021-11-23T16:14:00Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Per the VASP manual (https://www.vasp.at/wiki/index.php/LHFCALC), hybrid calculations should only be run with ALGO = All, Damped, or Normal (never Fast or VeryFast despite no clear error written in the output). This PR implements a `BadInputSetWarning` if LHFCALC = True and Algo is not one of the three supported option...
{ "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/2298/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/2298/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2298", "html_url": "https://github.com/materialsproject/pymatgen/pull/2298", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2298.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2298.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2299
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2299/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2299/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2299/events
https://github.com/materialsproject/pymatgen/pull/2299
1,056,922,779
PR_kwDOACgets4usUGH
2,299
[WIP] Pourbaix: new methods and enhancements for customizability
{ "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...
[ { "id": 3093102097, "node_id": "MDU6TGFiZWwzMDkzMTAyMDk3", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/stale", "name": "stale", "color": "A99B62", "default": false, "description": "Abandoned or conflicting PRs and outdated 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
[ "\n[![Coverage Status](https://coveralls.io/builds/44358398/badge)](https://coveralls.io/builds/44358398)\n\nCoverage decreased (-0.6%) to 83.112% when pulling **a0dcaf93c9325aa2cbf09791af5e69060fb94c98 on rkingsbury:pourbaix_updates** into **e084ec1383aa7006f9e4c9f6781bd9199043e05a on materialsproject:master**.\n"...
2021-11-18T04:19:49
2024-10-10T01:54:44
2024-10-10T01:54:43Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary The eventual goal of this PR is to provide some additional methods that make `PourbaixDiagram` more easily customizable within pymatgen. This is a WIP motivated by requests and challenges faced by several users that I've interacted with. Part of the goal here is to provide similar functionality to [MPR...
{ "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/2299/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/2299/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2299", "html_url": "https://github.com/materialsproject/pymatgen/pull/2299", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2299.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2299.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2300
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2300/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2300/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2300/events
https://github.com/materialsproject/pymatgen/pull/2300
1,059,033,545
PR_kwDOACgets4uzBSA
2,300
wrap SC to unit cell
{ "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
[ "This should be an option, but not forced. You can modify the kwargs of the method to provide an option called to_unit_cell.", "I don't think we can add a kwarg for `__mul__` and I would argue that this kind of folding is the \"expect\" behavior when we construct supercells. \r\n\r\nIf we really can't change it m...
2021-11-20T02:00:04
2021-11-23T20:14:56
2021-11-23T16:59:46Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
When you create supercell I think the expected behavior should be that the sites in the SC sit in the unit-cell. Currently, the behavior is: ``` # Si unit cell Full Formula (Si2) Reduced Formula: Si abc : 3.866974 3.866975 3.866975 angles: 60.000006 60.000002 60.000010 Sites (2) # SP a ...
{ "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/2300/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/2300/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2300", "html_url": "https://github.com/materialsproject/pymatgen/pull/2300", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2300.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2300.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2301
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2301/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2301/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2301/events
https://github.com/materialsproject/pymatgen/pull/2301
1,059,223,579
PR_kwDOACgets4uzk13
2,301
Clearer handling of the MAGMOM flag in pymatgen.io.vasp.sets
{ "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
[ "Thanks @arosen93!\r\n\r\nFor the PR itself, if WIP, please either put [WIP] in the title or you can explicitly \"convert to draft\" in the top-right.\r\n\r\nFor the proposed changes, this looks like an important thing to clarify, and the PR looks good.\r\n\r\nI did also want to make sure you knew about the [`Magmo...
2021-11-20T20:29:13
2021-11-23T18:57:18
2021-11-23T17:00:46Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Currently, the handling of the MAGMOM INCAR flag in `pymatgen.io.vasp.sets` could be made clearer. This became apparent to me when trying to modify MAGMOM in an atomate workflow, which did not at all do what I expected it to do (and led to some confusing errors). This PR does not change how magnetic moments are handled...
{ "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/2301/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/2301/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2301", "html_url": "https://github.com/materialsproject/pymatgen/pull/2301", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2301.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2301.patch", "merged_at...