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/2404
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2404/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2404/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2404/events
https://github.com/materialsproject/pymatgen/pull/2404
1,119,659,470
PR_kwDOACgets4x2YH1
2,404
Finding Symmetrically Equivalent Bonds (Neighbors) in Structure
{ "login": "nheinsdorf", "id": 43240144, "node_id": "MDQ6VXNlcjQzMjQwMTQ0", "avatar_url": "https://avatars.githubusercontent.com/u/43240144?v=4", "gravatar_id": "", "url": "https://api.github.com/users/nheinsdorf", "html_url": "https://github.com/nheinsdorf", "followers_url": "https://api.github.com/use...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Thanks. I would suggest you go ahead and implement the PeriodicBond or Bond first. It shouldn't be a subclass of PeriodicNeighbor, but rather is a container of the starting site and the PeriodicNeighbor.", "\n[![Coverage Status](https://coveralls.io/builds/48680679/badge)](https://coveralls.io/builds/48680679)\n...
2022-01-31T16:35:03
2022-04-28T21:19:32
2022-04-28T21:19:29Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Added a method that gets all the neighbors up a maximum distance for a Structure, and groups these 'bonds' according to their symmetry. This is useful when building a physical model to see which bonds should have the same attributes by symmetry (like a tight-binding hopping amplitude). Furthermore, for ea...
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2404/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/2404/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2404", "html_url": "https://github.com/materialsproject/pymatgen/pull/2404", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2404.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2404.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2405
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2405/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2405/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2405/events
https://github.com/materialsproject/pymatgen/pull/2405
1,119,687,302
PR_kwDOACgets4x2d7x
2,405
Remove more deprecated stuff
{ "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
[ "The get_neighbors old should not be removed. It is a debugging code that is very useful. Basically it is a brute force version of the get_neighbors that is very slow but guaranteed to be correct because of the very simple logic. ", "@shyuep Yeah wasn't sure about whether that one should go. Put it back in.", "...
2022-01-31T17:01:06
2022-01-31T22:08:06
2022-01-31T21:36:10Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Follow up to #2397 and #2401. Deletes some more code [@shyuep said is very old](https://github.com/materialsproject/pymatgen/pull/2397#issuecomment-1025976675).
{ "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/2405/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/2405/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2405", "html_url": "https://github.com/materialsproject/pymatgen/pull/2405", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2405.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2405.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2406
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2406/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2406/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2406/events
https://github.com/materialsproject/pymatgen/issues/2406
1,119,846,254
I_kwDOACgets5Cv39u
2,406
Add mirroring of slabs to CoherentInterfaceBuilder
{ "login": "genijalac11", "id": 37865887, "node_id": "MDQ6VXNlcjM3ODY1ODg3", "avatar_url": "https://avatars.githubusercontent.com/u/37865887?v=4", "gravatar_id": "", "url": "https://api.github.com/users/genijalac11", "html_url": "https://github.com/genijalac11", "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
[ "Yes this would be a helpful feature! But if you mirror, wouldn't that create a twin boundary?", "Hmm I'm not sure that would happen. What the _CoherentInterfaceBuilder_ module does now is to take two specified slabs and make an interface out of them. If both slabs are symmetric, there is no issue with the orient...
2022-01-31T19:29:07
2022-02-09T16:25:05
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
The _CoherentInterfaceBuilder_ works rather nicely when creating interfaces between various lattices. However, it seems like it currently doesn't consider mirroring non-symmetric slabs, which then leaves quite a few possible structures unexplored. Not sure whether this would be easier to implement at this step or in ...
{ "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/2406/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/2406/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2407
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2407/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2407/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2407/events
https://github.com/materialsproject/pymatgen/pull/2407
1,120,023,623
PR_kwDOACgets4x3k-5
2,407
Improve parsing of coupled-cluster calculations in Q-Chem
{ "login": "espottesmith", "id": 17201238, "node_id": "MDQ6VXNlcjE3MjAxMjM4", "avatar_url": "https://avatars.githubusercontent.com/u/17201238?v=4", "gravatar_id": "", "url": "https://api.github.com/users/espottesmith", "html_url": "https://github.com/espottesmith", "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/46106512/badge)](https://coveralls.io/builds/46106512)\n\nCoverage decreased (-0.6%) to 83.439% when pulling **0632be938dae90de301a0c93f68fb1ca53f879d7 on espottesmith:qchem_cc** into **6dbdeec119491f21da88f3bdb7f4c33ee5fe7ff7 on materialsproject:master**.\n", "T...
2022-01-31T23:01:06
2022-02-01T18:47:34
2022-02-01T17:40:15Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Currently, QCOutput will parse CCSD and CCSD(T) calculations, but will only grab the final energy, not the components (HF SCF, MP2, CCSD correlation, (T) correlation, etc.). This PR makes small changes to the QCOutput class to improve parsing of CC calculations. An additional small change is made to ho...
{ "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/2407/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/2407/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2407", "html_url": "https://github.com/materialsproject/pymatgen/pull/2407", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2407.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2407.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2408
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2408/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2408/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2408/events
https://github.com/materialsproject/pymatgen/issues/2408
1,121,561,782
I_kwDOACgets5C2ay2
2,408
Vasprun().complete_dos.spin_polarization yields a KeyError for ISPIN=1
{ "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
[]
2022-02-02T06:30:52
2022-02-03T18:39:20
2022-02-03T18:39:20Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
For the a ISPIN=1 calculation with VASP, the `complete_dos` from the `Vasprun` parser yields a `KeyError`. The `spin_polarization` property is not applicable for ISPIN=1, but we should make it clearer for the user rather than throwing a `KeyError`. There are also no tests for this property. ```python from pymatg...
{ "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/2408/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/2408/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2409
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2409/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2409/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2409/events
https://github.com/materialsproject/pymatgen/pull/2409
1,121,571,666
PR_kwDOACgets4x8t8q
2,409
Return None for complete_dos.spin_polarization if ISPIN=1
{ "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." ]
2022-02-02T06:49:43
2022-02-03T17:39:19
2022-02-03T17:26:53Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Addresses #2408. If a VASP calculation is carried out with ISPIN=1, the `Vasprun('vasprun.xml').complete_dos.spin_polarization` property throws a `KeyError`. This PR makes it so that `None` is returned instead. The `.spin_polarization` property also had no tests. I added them.
{ "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/2409/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/2409/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2409", "html_url": "https://github.com/materialsproject/pymatgen/pull/2409", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2409.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2409.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2410
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2410/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2410/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2410/events
https://github.com/materialsproject/pymatgen/pull/2410
1,121,673,219
PR_kwDOACgets4x9DAz
2,410
Allow for float ENCUTs in Wavecar class
{ "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
[ "Many thanks for addressing this issue @arosen93, this looks good.\r\n\r\nOn a technical note, I don't think this can be classed as a cosmetic change -- the return type is changing, this will have downstream consequences for anyone using the pymatgen parser (eg to store results in a database). However, I can't anti...
2022-02-02T09:09:13
2022-02-28T07:45:44
2022-02-23T17:57:27Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Addresses #2361. As noted by @RyanNKHall, the `Wavecar` class requires that ENCUT be an `int` when strictly speaking, this is not necessary within VASP. This PR implements the change suggested by @RyanNKHall to read ENCUT as a `float`. If a test is requested, I can run a super cheap H2 calc, although I'm not su...
{ "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/2410/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/2410/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2410", "html_url": "https://github.com/materialsproject/pymatgen/pull/2410", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2410.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2410.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2411
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2411/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2411/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2411/events
https://github.com/materialsproject/pymatgen/pull/2411
1,122,533,266
PR_kwDOACgets4x_3nA
2,411
More string format tidying
{ "login": "utf", "id": 1330638, "node_id": "MDQ6VXNlcjEzMzA2Mzg=", "avatar_url": "https://avatars.githubusercontent.com/u/1330638?v=4", "gravatar_id": "", "url": "https://api.github.com/users/utf", "html_url": "https://github.com/utf", "followers_url": "https://api.github.com/users/utf/followers", "f...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Thanks for fixing my `EnvironmentError`'s too. I just looked it up in response and it does not mean what I thought it meant.", "There is a version difference for black between `.pre-commit-config.yaml` (21.12b0) and in requirements-dev.txt (22.1.0). Its also quite confusing that there is both a `.pre-commit-conf...
2022-02-03T00:42:57
2022-02-04T16:12:24
2022-02-04T16:12:19Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Continuing on from #2379
{ "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/2411/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/2411/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2411", "html_url": "https://github.com/materialsproject/pymatgen/pull/2411", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2411.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2411.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2412
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2412/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2412/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2412/events
https://github.com/materialsproject/pymatgen/issues/2412
1,123,083,769
I_kwDOACgets5C8OX5
2,412
"infinite" loop when importing pymatgen.core and MPRester
{ "login": "ancarnevali", "id": 94618900, "node_id": "U_kgDOBaPFFA", "avatar_url": "https://avatars.githubusercontent.com/u/94618900?v=4", "gravatar_id": "", "url": "https://api.github.com/users/ancarnevali", "html_url": "https://github.com/ancarnevali", "followers_url": "https://api.github.com/users/an...
[]
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 can't reproduce this. Can you try renaming your .pmgrc.yaml file to sometjing else (e.g., .pmgrc.yaml.bak) and see if this still recurs. You can also try downgrading ruamel.yaml and see if that helps.", "Thank you so much, renaming pmgrc.yaml worked! Why though?\r\n", "Probably means your .pmgrc.yaml was cor...
2022-02-03T13:25:02
2022-02-03T16:35:54
2022-02-03T16:35:54Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Bug description The commands `import pymatgen.core` and `from pymatgen.ext.matproj import MPRester` are not completed, but result in a loop between two lines. Here follows the traceback after I interrupt the run with ctrl+c: ``` Traceback (most recent call last): File "<stdin>", line 1, in <module> File "C:...
{ "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/2412/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/2412/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2413
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2413/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2413/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2413/events
https://github.com/materialsproject/pymatgen/pull/2413
1,123,978,028
PR_kwDOACgets4yEl6I
2,413
Update minimal basis
{ "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
[ "Not sure what is going on with the tests as I did not change anything on the code :).", "\n[![Coverage Status](https://coveralls.io/builds/46236468/badge)](https://coveralls.io/builds/46236468)\n\nCoverage decreased (-0.6%) to 83.439% when pulling **338aa705ce794fe21aa2949dfde9ddca4e471025 on JaGeo:master** into...
2022-02-04T09:16:54
2022-02-04T15:13:29
2022-02-04T14:49:09Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
This is a very small change of the configuration files for the Lobster basis. We removed the 2p orbitals for Be as they led to problems in our computations and probably should be optional during the projection. This should hopefully not affect any of the tests. Best, JG
{ "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/2413/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/2413/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2413", "html_url": "https://github.com/materialsproject/pymatgen/pull/2413", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2413.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2413.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2414
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2414/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2414/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2414/events
https://github.com/materialsproject/pymatgen/pull/2414
1,124,320,639
PR_kwDOACgets4yFuEu
2,414
pre-commit.ci readme badge
{ "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
[ "@shyuep Better to leave the `flake8`, `autoflake` and `mypy` hooks in place so that users running `pre-commit` locally can still check new code they write against these hooks and only disable them in CI. As errors are fixed slowly over time, they can be re-enabled.", "\n[![Coverage Status](https://coveralls.io/b...
2022-02-04T15:21:45
2022-02-04T16:36:40
2022-02-04T16:17:17Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Nice to see you adopted pre-commit.ci! Normally it auto-updates the hooks in `.pre-commit-config.yaml` weekly. Set it to monthly to keep down the noise.
{ "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/2414/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/2414/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2414", "html_url": "https://github.com/materialsproject/pymatgen/pull/2414", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2414.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2414.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2415
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2415/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2415/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2415/events
https://github.com/materialsproject/pymatgen/pull/2415
1,124,397,733
PR_kwDOACgets4yF-CH
2,415
isort
{ "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/46241233/badge)](https://coveralls.io/builds/46241233)\n\nCoverage decreased (-0.6%) to 83.438% when pulling **ed995811800d6cd1f8fab9aebdde0c1b3679a2b3 on janosh:isort** into **df6515c1a55835aaee3c530c182e78cd651530a2 on materialsproject:master**.\n" ]
2022-02-04T16:38:42
2022-02-04T18:13:56
2022-02-04T18:12:23Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Add `isort` pre-commit hook and apply auto-fixes across 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/2415/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/2415/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2415", "html_url": "https://github.com/materialsproject/pymatgen/pull/2415", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2415.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2415.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2416
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2416/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2416/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2416/events
https://github.com/materialsproject/pymatgen/pull/2416
1,124,431,873
PR_kwDOACgets4yGFFf
2,416
Update docs to say min python is 3.8
{ "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/46241437/badge)](https://coveralls.io/builds/46241437)\n\nCoverage decreased (-0.6%) to 83.438% when pulling **c58ed7f6766fb19fd5e1cdb8cc3feba31dc71df6 on janosh:docs-no-more-py37** into **df6515c1a55835aaee3c530c182e78cd651530a2 on materialsproject:master**.\n" ]
2022-02-04T17:15:35
2022-02-04T17:36:28
2022-02-04T17:17:03Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Update readme and docs in all places stating `pymatgen` still supports py37.
{ "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/2416/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/2416/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2416", "html_url": "https://github.com/materialsproject/pymatgen/pull/2416", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2416.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2416.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2417
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2417/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2417/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2417/events
https://github.com/materialsproject/pymatgen/pull/2417
1,124,609,145
PR_kwDOACgets4yGqDs
2,417
Remove last remaining star imports
{ "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...
[ { "id": 7307729986, "node_id": "LA_kwDOACgets8AAAABs5McQg", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/refactor", "name": "refactor", "color": "9A949F", "default": false, "description": "Refactorings" } ]
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/46255716/badge)](https://coveralls.io/builds/46255716)\n\nCoverage decreased (-0.6%) to 83.438% when pulling **07fa7114872fcdb0e46907bfe7cc267a57e223c3 on janosh:no-more-star-imports** into **0edacc7ee9c640202b12782315facb0967d12822 on materialsproject:master**.\n"...
2022-02-04T20:55:48
2024-09-09T11:12:52
2022-02-05T16:45:05Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
`flake8` complains about star imports (for good reason imo, they make code harder to understand and debug). One step closer to enabling `flake8` in CI. I noticed one odd thing, ``` pymatgen/io/abinit/netcdf.py pymatgen/io/abinit/pseudos.py ``` both define `class AbinitHeader(dict)`. The 2nd starred impo...
{ "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/2417/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/2417/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2417", "html_url": "https://github.com/materialsproject/pymatgen/pull/2417", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2417.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2417.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2418
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2418/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2418/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2418/events
https://github.com/materialsproject/pymatgen/issues/2418
1,125,182,249
I_kwDOACgets5DEOsp
2,418
Parsing `vasprun.xml` with `RANDOM_SEED` tag
{ "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
[]
2022-02-06T11:53:02
2022-02-06T17:49:34
2022-02-06T17:49:34Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** I consider this issue more of a `VASP` bug rather than `pyamtgen` bug. However, I think it would be good to have a mechanism in place within the `Vasprun` class to mitigate this issue and warn user too. If user wants to use `RANDOM_SEED` tag in `VASP` and chooses numbers greater than `999999`, ...
{ "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/2418/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/2418/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2419
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2419/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2419/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2419/events
https://github.com/materialsproject/pymatgen/issues/2419
1,125,320,688
I_kwDOACgets5DEwfw
2,419
SpacegroupAnalyzer.get_crystal_system() does not raise on negative space group, returns 'monoclinic'
{ "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
[]
2022-02-06T21:19:31
2022-02-07T03:41:06
2022-02-07T03:41:06Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Current implementation of `SpacegroupAnalyzer.get_crystal_system()` is meant to raise on invalid space groups but doesn't: https://github.com/materialsproject/pymatgen/blob/03112486486c8203991b14dafeb3314a3f3c1ba7/pymatgen/symmetry/analyzer.py#L142-L167 Example ```py from pymatgen.core import Lattice, Structu...
{ "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/2419/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/2419/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2420
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2420/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2420/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2420/events
https://github.com/materialsproject/pymatgen/pull/2420
1,125,321,064
PR_kwDOACgets4yIwxK
2,420
Ensure SpacegroupAnalyzer.get_crystal_system() raises ValueError on neg space groups
{ "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/46269991/badge)](https://coveralls.io/builds/46269991)\n\nCoverage decreased (-0.6%) to 83.45% when pulling **8ede104926f5cfa46f5772de1332d65577975325 on janosh:fix-get-crys-sys** into **03112486486c8203991b14dafeb3314a3f3c1ba7 on materialsproject:master**.\n" ]
2022-02-06T21:21:09
2022-02-07T06:49:38
2022-02-07T03:41:06Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Closes #2419.
{ "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/2420/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/2420/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2420", "html_url": "https://github.com/materialsproject/pymatgen/pull/2420", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2420.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2420.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2421
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2421/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2421/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2421/events
https://github.com/materialsproject/pymatgen/issues/2421
1,125,825,327
I_kwDOACgets5DGrsv
2,421
Variables in `.pmgrc.yaml` file are no longer acessible since new update to pymatgen==2022.2.1
{ "login": "naik-aakash", "id": 91958822, "node_id": "U_kgDOBXsuJg", "avatar_url": "https://avatars.githubusercontent.com/u/91958822?v=4", "gravatar_id": "", "url": "https://api.github.com/users/naik-aakash", "html_url": "https://github.com/naik-aakash", "followers_url": "https://api.github.com/users/na...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "I just want to add that I have the same problem as @naik-aakash. The .pmgrc.yaml gets overwritten while connecting to the Materials Project database. ", "I had the same problem 2 weeks ago but I thought it was already fixed... @shyuep [said so](https://github.com/materialsproject/pymatgen/issues/2377#issuecommen...
2022-02-07T10:56:26
2022-02-14T23:28:43
2022-02-07T15:07:32Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
**The bug** Since the latest update the variables defined in `.pmgrc.yaml` file are no longer acessible after first usage of MPRester. Consider the vairables defined for eg in the `~/.pmgrc.yaml` file are as follows : ``` PMG_DEFAULT_FUNCTIONAL: PBE_54 PMG_VASP_PSP_DIR: /pathtopotcars/POTCAR PMG_MAPI_KEY: you...
{ "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/2421/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/2421/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2422
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2422/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2422/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2422/events
https://github.com/materialsproject/pymatgen/issues/2422
1,126,111,545
I_kwDOACgets5DHxk5
2,422
Installation of pymatgen.core
{ "login": "NishaOjha", "id": 99196182, "node_id": "U_kgDOBemdFg", "avatar_url": "https://avatars.githubusercontent.com/u/99196182?v=4", "gravatar_id": "", "url": "https://api.github.com/users/NishaOjha", "html_url": "https://github.com/NishaOjha", "followers_url": "https://api.github.com/users/NishaOjh...
[]
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 verison info is not longer in the root level. you should use `print(pymatgen.core.__version__)`. In any case, it is generally better to find out the version info using pkgutil.", "how to import pymatgen.core?\n\nOn Mon, Feb 7, 2022 at 8:38 PM Shyue Ping Ong ***@***.***>\nwrote:\n\n> The verison info is not l...
2022-02-07T15:03:30
2022-02-09T16:15:46
2022-02-07T15:08:49Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
i have successfully installed pymatgen by import pymatgen but when want to print(pymatgen.__version__) getting error module 'pymatgen' has no attribute '__version___'. Not able to import pymatgen.core. pls help
{ "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/2422/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/2422/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2423
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2423/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2423/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2423/events
https://github.com/materialsproject/pymatgen/pull/2423
1,126,148,977
PR_kwDOACgets4yLeEV
2,423
Add --backup flag to pmg config
{ "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/46305647/badge)](https://coveralls.io/builds/46305647)\n\nCoverage decreased (-0.6%) to 83.449% when pulling **045954cebceb2464f734a76624b0423b5e034e96 on janosh:pmg-config-backup-flag** into **c1335efbe8fe68f20427a5131dad4a0dc41e59ea on materialsproject:master**.\...
2022-02-07T15:31:59
2022-02-07T20:11:34
2022-02-07T19:54:59Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Mostly to allow _not_ creating a backup file when modifying `.pmgrc.yaml`.
{ "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/2423/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/2423/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2423", "html_url": "https://github.com/materialsproject/pymatgen/pull/2423", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2423.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2423.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2424
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2424/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2424/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2424/events
https://github.com/materialsproject/pymatgen/pull/2424
1,126,382,237
PR_kwDOACgets4yMOgK
2,424
[pre-commit.ci] pre-commit autoupdate
{ "login": "pre-commit-ci[bot]", "id": 66853113, "node_id": "MDM6Qm90NjY4NTMxMTM=", "avatar_url": "https://avatars.githubusercontent.com/in/68672?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pre-commit-ci%5Bbot%5D", "html_url": "https://github.com/apps/pre-commit-ci", "followers_url": "...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "\n[![Coverage Status](https://coveralls.io/builds/46304522/badge)](https://coveralls.io/builds/46304522)\n\nCoverage decreased (-0.001%) to 84.086% when pulling **cb8b05f484040dfea3d61d416272aac8e74007ef on pre-commit-ci-update-config** into **c1335efbe8fe68f20427a5131dad4a0dc41e59ea on master**.\n" ]
2022-02-07T19:06:43
2022-02-09T16:46:47
2022-02-09T16:46:47Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
<!--pre-commit.ci start--> updates: - [github.com/pre-commit/mirrors-mypy: v0.930 → v0.931](https://github.com/pre-commit/mirrors-mypy/compare/v0.930...v0.931) <!--pre-commit.ci end-->
{ "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/2424/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/2424/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2424", "html_url": "https://github.com/materialsproject/pymatgen/pull/2424", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2424.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2424.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2425
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2425/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2425/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2425/events
https://github.com/materialsproject/pymatgen/issues/2425
1,126,671,808
I_kwDOACgets5DJ6XA
2,425
install without internet connection
{ "login": "foster362", "id": 64589305, "node_id": "MDQ6VXNlcjY0NTg5MzA1", "avatar_url": "https://avatars.githubusercontent.com/u/64589305?v=4", "gravatar_id": "", "url": "https://api.github.com/users/foster362", "html_url": "https://github.com/foster362", "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
[ "There are a lot of dependency packages. Sorry, but we do expect an internet connection when installing packages.", "export CC=gcc before installing fixed the issue.\r\n\r\nThe issue I'm having now is that I don't have a pmgrc.yaml file; how to I get/create the file or specifically get a PMG_MAPI_KEY?", "got it...
2022-02-08T01:04:11
2022-02-08T15:27:27
2022-02-08T14:40:47Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
Hi, I'm having issues installing/running on a computer without internet connection so I can't just pip install. I believe I have installed all required dependencies. I can build and install "python setup.py build" and "python setup.py install"; I can even do "pip install pymatgen" (all: Requirement already satisfied...
{ "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/2425/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/2425/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2426
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2426/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2426/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2426/events
https://github.com/materialsproject/pymatgen/issues/2426
1,129,515,377
I_kwDOACgets5DUwlx
2,426
sdist doesn't include `.c` files
{ "login": "jonringer", "id": 7673602, "node_id": "MDQ6VXNlcjc2NzM2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/7673602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jonringer", "html_url": "https://github.com/jonringer", "followers_url": "https://api.github.com/users/jo...
[]
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
[ "Nevermind, was missing cython :)" ]
2022-02-10T06:25:04
2022-02-10T06:26:48
2022-02-10T06:26:48Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** Trying to build from sdist **To Reproduce** ``` pip install --no-binary --user https://files.pythonhosted.org/packages/00/eb/fc120e9c0d006788015cff8a6e8650bce18e23c5f24811f7a71f1ffab01b/pymatgen-2022.2.7.tar.gz ``` **Expected behavior** Builds with C toolchain and other dependencies. ...
{ "login": "jonringer", "id": 7673602, "node_id": "MDQ6VXNlcjc2NzM2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/7673602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jonringer", "html_url": "https://github.com/jonringer", "followers_url": "https://api.github.com/users/jo...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2426/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/2426/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2427
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2427/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2427/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2427/events
https://github.com/materialsproject/pymatgen/pull/2427
1,129,519,383
PR_kwDOACgets4yWiVh
2,427
Move cython to setup_requires
{ "login": "jonringer", "id": 7673602, "node_id": "MDQ6VXNlcjc2NzM2MDI=", "avatar_url": "https://avatars.githubusercontent.com/u/7673602?v=4", "gravatar_id": "", "url": "https://api.github.com/users/jonringer", "html_url": "https://github.com/jonringer", "followers_url": "https://api.github.com/users/jo...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Thanks.", "\n[![Coverage Status](https://coveralls.io/builds/46419483/badge)](https://coveralls.io/builds/46419483)\n\nCoverage decreased (-0.6%) to 83.449% when pulling **542067ecbd0a5a61416d9942d173da77fd980af5 on jonringer:patch-1** into **a160fca5669e95ddb700b1fef0323b58b96532ce on materialsproject:master**....
2022-02-10T06:30:18
2022-02-10T17:09:01
2022-02-10T15:06:11Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Move cython to `setup_requires`. Allows for availability to be checked before attempting to build native extensions. Avoiding #2426 ## 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...
{ "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/2427/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/2427/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2427", "html_url": "https://github.com/materialsproject/pymatgen/pull/2427", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2427.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2427.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2428
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2428/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2428/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2428/events
https://github.com/materialsproject/pymatgen/issues/2428
1,130,484,448
I_kwDOACgets5DYdLg
2,428
Ih point group symmetry operations
{ "login": "chemyibinjiang", "id": 44966246, "node_id": "MDQ6VXNlcjQ0OTY2MjQ2", "avatar_url": "https://avatars.githubusercontent.com/u/44966246?v=4", "gravatar_id": "", "url": "https://api.github.com/users/chemyibinjiang", "html_url": "https://github.com/chemyibinjiang", "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
[ "The list of point group symmetry operations in pymatgen are mainly dealing with the crystallographic point groups (Ih is not crystallographic since it has 5-fold rotations). So you will need to look for them in texts. That said, it is relatively easy to generate the whole list if you define the main 5-fold, 3-fold...
2022-02-10T17:08:05
2022-02-10T17:14:04
2022-02-10T17:14:04Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
I was trying to find out the symmetry operations of the point of Ih. But I did not find a symbol corresponding to it to generate a PointGroup object. I would really appreciate the symbol to generate the symmetry operations of Ih point group.
{ "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/2428/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/2428/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2429
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2429/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2429/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2429/events
https://github.com/materialsproject/pymatgen/pull/2429
1,132,712,109
PR_kwDOACgets4yh2x_
2,429
Partial periodic boundary conditions
{ "login": "gpetretto", "id": 8665734, "node_id": "MDQ6VXNlcjg2NjU3MzQ=", "avatar_url": "https://avatars.githubusercontent.com/u/8665734?v=4", "gravatar_id": "", "url": "https://api.github.com/users/gpetretto", "html_url": "https://github.com/gpetretto", "followers_url": "https://api.github.com/users/gp...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "\n[![Coverage Status](https://coveralls.io/builds/49489353/badge)](https://coveralls.io/builds/49489353)\n\nCoverage decreased (-0.7%) to 83.291% when pulling **9dfe1665eef558d5b8511c1055a682ebdc5b1e99 on gpetretto:ppbc** into **6bbe18e33348ba0175c423ac8f9533d02b7fbc75 on materialsproject:master**.\n", "Thanks f...
2022-02-11T14:56:56
2022-05-26T18:06:21
2022-05-26T18:06:14Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
### Summary As a follow up to #2364 I am opening this PR to discuss about the introduction of partial periodic boundary conditions (PPBC). ### Details This first draft is based on these main points: * PPBC are introduced at the level of `Lattice` with a tuple of three bool in the `pbc` attribute, defining 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/2429/reactions", "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2429/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2429", "html_url": "https://github.com/materialsproject/pymatgen/pull/2429", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2429.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2429.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2430
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2430/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2430/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2430/events
https://github.com/materialsproject/pymatgen/pull/2430
1,134,182,009
PR_kwDOACgets4ynFBh
2,430
Remove deprecated structure_2_lmpdata()
{ "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/46570777/badge)](https://coveralls.io/builds/46570777)\n\nCoverage remained the same at 83.481% when pulling **14df0164b47f30a047cd362febc18abb01f0277f on janosh:unpin-dev-reqs** into **6ec393bdfa5bdbc3548bc47b89b9c9fb159793b5 on materialsproject:master**.\n" ]
2022-02-12T15:27:14
2022-02-15T17:40:48
2022-02-15T17:18:17Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Also unpins dev requirements. I noticed they are kept very close to the latest versions anyway which `pip` auto-installs by default so this simply removes the need to update the version numbers manually.
{ "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/2430/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/2430/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2430", "html_url": "https://github.com/materialsproject/pymatgen/pull/2430", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2430.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2430.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2431
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2431/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2431/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2431/events
https://github.com/materialsproject/pymatgen/issues/2431
1,137,283,285
I_kwDOACgets5DyZDV
2,431
AttributeError when using .atomic_numbers on a disordered structure
{ "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
[]
2022-02-14T13:11:26
2022-02-14T16:49:41
2022-02-14T16:49:41Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** Accessing `atomic_numbers` on a disordered structure throws `AttributeError: specie`. <details> <summary>full error trace</summary> ```py AttributeError Traceback (most recent call last) ~/.venv/py310/lib/python3.10/site-packages/pymatgen/core/structure.py 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/2431/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/2431/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2432
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2432/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2432/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2432/events
https://github.com/materialsproject/pymatgen/pull/2432
1,137,820,572
PR_kwDOACgets4y0Cpa
2,432
Fix and add some type annotations
{ "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/46555065/badge)](https://coveralls.io/builds/46555065)\n\nCoverage decreased (-0.6%) to 83.443% when pulling **7a53d56ccbd6086050b7e6f421ae0bbceebfd9d6 on janosh:fix-type-annos** into **555a788348d5aa8e1d5fdfa20cffa859ec1e475e on materialsproject:master**.\n" ]
2022-02-14T20:43:07
2022-02-15T17:26:57
2022-02-15T17:17:31Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
[Docs](https://docs.python.org/3/library/typing.html#typing.Tuple): > To specify a variable-length tuple of homogeneous type, use literal ellipsis, e.g. [Tuple](https://docs.python.org/3/library/typing.html#typing.Tuple)[int, ...]. A plain Tuple is equivalent to Tuple[Any, ...], and in turn to [tuple](https://docs.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/2432/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/2432/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2432", "html_url": "https://github.com/materialsproject/pymatgen/pull/2432", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2432.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2432.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2433
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2433/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2433/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2433/events
https://github.com/materialsproject/pymatgen/pull/2433
1,138,517,076
PR_kwDOACgets4y2XhV
2,433
Fix Structure.apply_operation() return val
{ "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/46555597/badge)](https://coveralls.io/builds/46555597)\n\nCoverage decreased (-0.6%) to 83.439% when pulling **c44f0d5c547817103fda935e9e400bce285a0f75 on janosh:fix-struct-apply_operation** into **555a788348d5aa8e1d5fdfa20cffa859ec1e475e on materialsproject:master...
2022-02-15T10:52:58
2022-02-15T17:25:36
2022-02-15T17:17:09Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
`Structure.apply_operation()` says it returns modified structure but didn't.
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2433/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/2433/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2433", "html_url": "https://github.com/materialsproject/pymatgen/pull/2433", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2433.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2433.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2434
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2434/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2434/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2434/events
https://github.com/materialsproject/pymatgen/pull/2434
1,138,944,845
PR_kwDOACgets4y3xkm
2,434
Small changes to Lobster classes
{ "login": "JaGeo", "id": 22094846, "node_id": "MDQ6VXNlcjIyMDk0ODQ2", "avatar_url": "https://avatars.githubusercontent.com/u/22094846?v=4", "gravatar_id": "", "url": "https://api.github.com/users/JaGeo", "html_url": "https://github.com/JaGeo", "followers_url": "https://api.github.com/users/JaGeo/follow...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "\n[![Coverage Status](https://coveralls.io/builds/46582749/badge)](https://coveralls.io/builds/46582749)\n\nCoverage decreased (-0.6%) to 83.482% when pulling **f2caba9f57f9a4c17c7379aefacfb792dcb1a2a8 on JaGeo:master** into **df44a54129f468e2a506cb3ed674a75b70d344b3 on materialsproject:master**.\n" ]
2022-02-15T16:47:11
2022-02-16T00:14:20
2022-02-15T23:43:17Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary I have changed the energy range for the standard Lobster computation. This is partially related to a VASP 6.0 problem with Fermi levels at the bottom of the band gap. Furthermore, I have enabled the use of Loewdin charges to determine cation and anions and respective coordination environments based on t...
{ "login": "shyuep", "id": 577107, "node_id": "MDQ6VXNlcjU3NzEwNw==", "avatar_url": "https://avatars.githubusercontent.com/u/577107?v=4", "gravatar_id": "", "url": "https://api.github.com/users/shyuep", "html_url": "https://github.com/shyuep", "followers_url": "https://api.github.com/users/shyuep/follow...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2434/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/2434/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2434", "html_url": "https://github.com/materialsproject/pymatgen/pull/2434", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2434.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2434.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2435
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2435/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2435/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2435/events
https://github.com/materialsproject/pymatgen/pull/2435
1,139,854,347
PR_kwDOACgets4y6u8_
2,435
Remove unused mypy ignores
{ "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/48165920/badge)](https://coveralls.io/builds/48165920)\n\nCoverage decreased (-0.7%) to 83.272% when pulling **db6268f413cffca8cf79ec1f159afb4c9253efbe on janosh:no-unused-mypy-ignore** into **1a2bf238bf87123b09ab8a207f50a9f4eeb13d68 on materialsproject:master**.\n...
2022-02-16T10:54:48
2022-04-11T20:58:18
2022-04-11T20:58:06Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Might want to add ```cfg [mypy] warn_redundant_casts = true warn_unused_ignores = true check_untyped_defs = true ``` to `setup.cfg` in future though currently emits too many type errors to deal with.
{ "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/2435/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/2435/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2435", "html_url": "https://github.com/materialsproject/pymatgen/pull/2435", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2435.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2435.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2436
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2436/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2436/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2436/events
https://github.com/materialsproject/pymatgen/pull/2436
1,140,934,975
PR_kwDOACgets4y-DR_
2,436
[WIP] Add comments and type hints
{ "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/46629515/badge)](https://coveralls.io/builds/46629515)\n\nCoverage decreased (-0.6%) to 83.481% when pulling **39f203529819f151827c9c147c331af9a5cd7209 on penicillin0:add-type-vasp-input** into **394e0d71bf1d1025fcf75498cbb16aa3f41ce78c on materialsproject:master**...
2022-02-17T06:38:41
2022-06-14T00:07:38
2022-06-14T00:07:38Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary The function for vasp's io is used often, so I made the type more explicit. This is also for the safety and uniformity of the types. ## Additional dependencies introduced (if any) None ## TODO (if any) None ## Checklist Work-in-progress pull requests are encouraged, but please put [WIP]...
{ "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/...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2436/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/2436/timeline
null
true
true
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2436", "html_url": "https://github.com/materialsproject/pymatgen/pull/2436", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2436.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2436.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2437
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2437/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2437/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2437/events
https://github.com/materialsproject/pymatgen/issues/2437
1,143,819,585
I_kwDOACgets5ELU1B
2,437
Structure doesn't recognize Yaml files it writes
{ "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
[]
2022-02-18T21:50:45
2022-02-24T14:47:49
2022-02-24T14:47:49Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
```py from pymatgen.core import Structure from pymatgen.ext.matproj import MPRester mp_id = "mp-2201" struct = MPRester().get_structure_by_material_id(mp_id) struct.to(filename=f"{mp_id}.yml") Structure.from_file(filename=f"{mp_id}.yml") >>> ValueError: Unrecognized file extension! ```
{ "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/2437/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/2437/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2438
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2438/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2438/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2438/events
https://github.com/materialsproject/pymatgen/pull/2438
1,143,825,167
PR_kwDOACgets4zIBDu
2,438
Fix `Structure.from_file()` for `.yml` extension
{ "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/46704312/badge)](https://coveralls.io/builds/46704312)\n\nCoverage decreased (-0.6%) to 83.483% when pulling **8427738c341d2230647c83e7b3924920f1a1faeb on janosh:fix-structure-from-yml** into **394e0d71bf1d1025fcf75498cbb16aa3f41ce78c on materialsproject:master**.\...
2022-02-18T21:54:44
2022-02-24T14:49:01
2022-02-24T14:47:49Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Also adds a test for this. Closes #2437.
{ "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/2438/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/2438/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2438", "html_url": "https://github.com/materialsproject/pymatgen/pull/2438", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2438.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2438.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2439
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2439/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2439/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2439/events
https://github.com/materialsproject/pymatgen/pull/2439
1,145,268,231
PR_kwDOACgets4zM4qb
2,439
added wswq parser
{ "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
[ "\n[![Coverage Status](https://coveralls.io/builds/46720329/badge)](https://coveralls.io/builds/46720329)\n\nCoverage decreased (-0.6%) to 83.486% when pulling **a3f8f941ab48daaee588de4929573da75ca4c9ce on jmmshn:parse_WSWQ** into **394e0d71bf1d1025fcf75498cbb16aa3f41ce78c on materialsproject:master**.\n", "Thank...
2022-02-21T03:15:21
2022-02-23T16:16:27
2022-02-22T23:31:42Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
# WSWQ Parsing VASP has a "secret" file WSWQ representing the matrix elements of <W | S | W(Q)> Where W is the plane-wave wavefunction of the present calculation and W(Q) is the wavefunction of some perturbed calculation. These matrix elements can be used to calculate the finite-difference of the wavefunction ov...
{ "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/2439/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/2439/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2439", "html_url": "https://github.com/materialsproject/pymatgen/pull/2439", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2439.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2439.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2440
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2440/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2440/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2440/events
https://github.com/materialsproject/pymatgen/pull/2440
1,146,138,813
PR_kwDOACgets4zPwES
2,440
Add pydocstyle pre-commit hook
{ "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/46744919/badge)](https://coveralls.io/builds/46744919)\n\nCoverage decreased (-0.6%) to 83.48% when pulling **326af0eb1a1926a398a1f7379c535ce301fa5099 on janosh:pydocstyle** into **394e0d71bf1d1025fcf75498cbb16aa3f41ce78c on materialsproject:master**.\n", "Thanks...
2022-02-21T19:04:39
2022-02-24T18:20:10
2022-02-24T17:05:03Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Brings pre-commit.ci more in line with GHA `lint.yml` so people can be more confident CI won't complain once checks pass locally. Adds a few type hints along the way.
{ "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/2440/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/2440/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2440", "html_url": "https://github.com/materialsproject/pymatgen/pull/2440", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2440.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2440.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2441
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2441/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2441/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2441/events
https://github.com/materialsproject/pymatgen/pull/2441
1,146,168,559
PR_kwDOACgets4zP2X6
2,441
Add CITATION.cff
{ "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/46746727/badge)](https://coveralls.io/builds/46746727)\n\nCoverage decreased (-0.6%) to 83.482% when pulling **a78eb0ce018fd5a10c7bbac7c050c8361e551f41 on janosh:citation** into **394e0d71bf1d1025fcf75498cbb16aa3f41ce78c on materialsproject:master**.\n", "Thanks....
2022-02-21T19:42:40
2022-02-22T11:06:51
2022-02-22T00:18:18Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
GitHub supports adding citation metadata to repos. This PR moves instructions on how to cite `pymatgen` from readme into the `CITATION.cff` file which GH uses to then display citations in BibTeX and APA formats in the side bar. See [docs for details](https://docs.github.com/en/repositories/managing-your-repositorys-se...
{ "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/2441/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/2441/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2441", "html_url": "https://github.com/materialsproject/pymatgen/pull/2441", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2441.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2441.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2442
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2442/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2442/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2442/events
https://github.com/materialsproject/pymatgen/issues/2442
1,146,175,007
I_kwDOACgets5EUT4f
2,442
Missing ``kpath`` property in ``HighSymmKPath`` breaks VASP Kpoints
{ "login": "astamminger", "id": 9850275, "node_id": "MDQ6VXNlcjk4NTAyNzU=", "avatar_url": "https://avatars.githubusercontent.com/u/9850275?v=4", "gravatar_id": "", "url": "https://api.github.com/users/astamminger", "html_url": "https://github.com/astamminger", "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
[]
2022-02-21T19:53:13
2022-02-21T20:40:05
2022-02-21T20:40:05Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** The ``kpath`` property was removed from the ``pymatgen.symmetry.bandstructure.HighSymmKPath``. This now breaks the VASP Kpoints object ``pymatgen.io.vasp.inputs.Kpoints`` if one tries to instantiate a Kpoints instance using the ``automatic_linemode()`` method as it makes use of the ``kpath`` pro...
{ "login": "astamminger", "id": 9850275, "node_id": "MDQ6VXNlcjk4NTAyNzU=", "avatar_url": "https://avatars.githubusercontent.com/u/9850275?v=4", "gravatar_id": "", "url": "https://api.github.com/users/astamminger", "html_url": "https://github.com/astamminger", "followers_url": "https://api.github.com/us...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2442/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/2442/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2444
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2444/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2444/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2444/events
https://github.com/materialsproject/pymatgen/issues/2444
1,148,441,020
I_kwDOACgets5Ec9G8
2,444
pmgrc.yaml not created when installing pymatgen (Python 3.8, pymatgen 2022.2.10)
{ "login": "CJBR-97", "id": 69945487, "node_id": "MDQ6VXNlcjY5OTQ1NDg3", "avatar_url": "https://avatars.githubusercontent.com/u/69945487?v=4", "gravatar_id": "", "url": "https://api.github.com/users/CJBR-97", "html_url": "https://github.com/CJBR-97", "followers_url": "https://api.github.com/users/CJBR-9...
[]
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 a warning, not an error. The pmgrc file stores certain settings that is needed if you are generating VASP input files, using the materials project, etc. This warning can be ignored if you are not planning on using those.", "This warning was also updated in https://github.com/materialsproject/pymatgen/com...
2022-02-23T18:31:13
2022-02-23T22:20:25
2022-02-23T18:50:23Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
Hello, After installing pymatgen using 'pip pre-commit pymatgen' from my environment in bash and trying to import a function (OCPCalculator from the ocp module) I receive the following message from the terminal. **warnings.warn(f"Error loading .pmgrc.yaml: {ex}. You may need to reconfigure your yaml file.")** ...
{ "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/2444/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/2444/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2445
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2445/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2445/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2445/events
https://github.com/materialsproject/pymatgen/issues/2445
1,148,728,053
I_kwDOACgets5EeDL1
2,445
`ChemicalPotentialDiagram` fails on interior point selection for some systems
{ "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
[ "Just for posterity, here is a copy of the kind of error that is produced in Qhull when selecting an incorrect interior point (Zr-O-N system as before, with `default_min_limit=-20`)\r\n\r\n```\r\nscipy.spatial._qhull.QhullError: QH6023 qhull input error: feasible point is not clearly inside halfspace\r\nfeasible po...
2022-02-24T00:38:54
2022-02-25T18:58:45
2022-02-25T18:58:45Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** The `ChemicalPotentialDiagram` class currently fails upon initialization for some systems using MP data (e.g., Zr-O-N) due to improper selection of an interior point to be passed to Qhull. The current logic implemented in pymatgen is to use the mean of the elemental limits/bounds as the interio...
{ "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/2445/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/2445/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2446
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2446/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2446/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2446/events
https://github.com/materialsproject/pymatgen/issues/2446
1,148,758,220
I_kwDOACgets5EeKjM
2,446
`ChemicalPotentialDiagram.get_plot()` needs better default limits for cleaner plotting
{ "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
[ "Thanks for taking care of this @mattmcdermott, it was actually an issue in our website issue tracker :)\r\n\r\nPart of the issue also seems to be font size related too, I wonder if we can pull the axes labels further from the plot so they don't overlap.", "@mkhorton For sure, gonna try to address that as well in...
2022-02-24T01:28:11
2022-02-25T18:58:21
2022-02-25T18:58:20Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Is your feature request related to a problem? Please describe.** Chemical potential diagrams tend to look pretty gross with the current defaults, especially for MP data. See screenshot from the new MP website below: ![Screen Shot 2022-02-23 at 5 23 42 PM](https://user-images.githubusercontent.com/40469694/1554392...
{ "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/2446/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/2446/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2447
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2447/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2447/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2447/events
https://github.com/materialsproject/pymatgen/pull/2447
1,148,764,673
PR_kwDOACgets4zYOi5
2,447
Fix bug in `ChemicalPotentialDiagram` initialization (interior point), improve default plots
{ "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/46873292/badge)](https://coveralls.io/builds/46873292)\n\nCoverage decreased (-0.7%) to 83.374% when pulling **961f2cd298e3b3575d7998f794ca6c72515e1b7e on mattmcdermott:cpd_fix** into **03e8b9981535acace1fc84406c8c027626ebbad4 on materialsproject:master**.\n", "@...
2022-02-24T01:40:52
2022-02-25T18:56:41
2022-02-25T18:56:11Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Include a summary of major changes in bullet points: * Bug fix: changed method of determining interior point for Qhull algorithm to improve stability (see Issue #2445) * Bug fix: better default plotting by re-assignment of minimum limit when `get_plot()` is called (see Issue #2446) ## Additional de...
{ "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/2447/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/2447/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2447", "html_url": "https://github.com/materialsproject/pymatgen/pull/2447", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2447.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2447.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2448
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2448/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2448/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2448/events
https://github.com/materialsproject/pymatgen/pull/2448
1,149,500,139
PR_kwDOACgets4zapgH
2,448
Allow to switch off print of ChemEnv citation
{ "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 would say - why print citations at all? I don't think any other part of the code prints citations. E.g., pymatgen doesn't print a citation everytime something is done. I would suggest turning it off by default. I think the citation is prominently displayed in all the documentation.", "I would be fine with this...
2022-02-24T16:33:20
2022-02-24T17:04:44
2022-02-24T17:04:44Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary I am adding a small parameter to switch off the ChemEnv citation print. This will make it easier to use ChemEnv in other program packages. I am also updating the citation of ChemEnv. I am tagging @davidwaroquiers here, so that he knows. Let me know if I should do anything additionally.
{ "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/2448/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/2448/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2448", "html_url": "https://github.com/materialsproject/pymatgen/pull/2448", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2448.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2448.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2449
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2449/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2449/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2449/events
https://github.com/materialsproject/pymatgen/pull/2449
1,157,034,909
PR_kwDOACgets4z0g1k
2,449
Bump `actions/checkout` in GitHub CI to v3
{ "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/47007120/badge)](https://coveralls.io/builds/47007120)\n\nCoverage decreased (-0.8%) to 83.369% when pulling **b7542b69cef567c539e1742d3ad44eea958b2bf5 on janosh:actions-checkout-v3** into **3d40b31b076aa10d49dbba59a712348c40ee98d3 on materialsproject:master**.\n" ...
2022-03-02T11:03:03
2022-03-02T14:45:09
2022-03-02T14:43:00Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Only change appears to be that [runtime was updated from node v14 to v16](https://github.com/actions/checkout/releases/tag/v3.0.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/2449/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/2449/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2449", "html_url": "https://github.com/materialsproject/pymatgen/pull/2449", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2449.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2449.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2450
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2450/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2450/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2450/events
https://github.com/materialsproject/pymatgen/pull/2450
1,157,834,002
PR_kwDOACgets4z3KqF
2,450
Add monty `cached_class` to other compatibility schemes
{ "login": "munrojm", "id": 6877334, "node_id": "MDQ6VXNlcjY4NzczMzQ=", "avatar_url": "https://avatars.githubusercontent.com/u/6877334?v=4", "gravatar_id": "", "url": "https://api.github.com/users/munrojm", "html_url": "https://github.com/munrojm", "followers_url": "https://api.github.com/users/munrojm/...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Thanks @munrojm!\r\n\r\nFor the record, in private communication @munrojm noted that the decoding changes from ~7s to ~0.3s in our benchmark case of a set of entries in the `Fe-O` system, so a huge improvement.", "\n[![Coverage Status](https://coveralls.io/builds/47032454/badge)](https://coveralls.io/builds/4703...
2022-03-03T00:28:45
2024-07-01T12:53:36
2022-03-03T00:41:24Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary This PR adds the `@cached_class` decorator from monty to the `MaterialsProject2020Compatibility` and `MaterialsProjectAqueousCompatibility` classes. This fixes slow decoding of large lists of entry object which greatly impacts the new `MPRester` client. ## Additional dependencies introduced (if any) ...
{ "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/2450/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/2450/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2450", "html_url": "https://github.com/materialsproject/pymatgen/pull/2450", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2450.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2450.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2451
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2451/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2451/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2451/events
https://github.com/materialsproject/pymatgen/pull/2451
1,160,296,105
PR_kwDOACgets4z_QGq
2,451
Type hints
{ "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/47100065/badge)](https://coveralls.io/builds/47100065)\n\nCoverage decreased (-0.8%) to 83.37% when pulling **7dcb5287dc50a75a7792d8c197159912b1233209 on janosh:type-hints** into **3376f27a9c5a4cac1590169f2212361ab6c94388 on materialsproject:master**.\n", "@janos...
2022-03-05T09:25:23
2022-03-10T00:00:34
2022-03-10T00:00:31Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Add some more type hints in `electronic_structure/plotter.py`, `bandstructure.py`, `io/vasp/outputs.py`.
{ "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/2451/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/2451/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2451", "html_url": "https://github.com/materialsproject/pymatgen/pull/2451", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2451.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2451.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2452
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2452/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2452/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2452/events
https://github.com/materialsproject/pymatgen/pull/2452
1,160,326,557
PR_kwDOACgets4z_VxQ
2,452
Future annotations
{ "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/47217777/badge)](https://coveralls.io/builds/47217777)\n\nCoverage decreased (-0.9%) to 83.24% when pulling **4d44b489c98a3c5ff36c4b73a987c217bf907c36 on janosh:future-annotations** into **eaa2b6287520f6e59730d9a0697e2d8f841f8bfb on materialsproject:master**.\n", ...
2022-03-05T11:53:26
2022-03-11T06:42:32
2022-03-11T03:00:02Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Convert annotations to future syntax available through import in Python 3.7 upwards. [See PEP 563](https://www.python.org/dev/peps/pep-0563/#id6).
{ "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/2452/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/2452/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2452", "html_url": "https://github.com/materialsproject/pymatgen/pull/2452", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2452.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2452.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2453
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2453/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2453/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2453/events
https://github.com/materialsproject/pymatgen/issues/2453
1,160,536,246
I_kwDOACgets5FLGC2
2,453
Feature Suggestion: DOS-related descriptors (e.g. d-band center, upper d-band edge)
{ "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
[]
2022-03-06T07:03:13
2022-03-09T20:00:58
2022-03-09T20:00:58Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Given that we already have tools to parse DOS data in Pymatgen, it would be great to add some DOS-related descriptors. Some ideas include: - d-band center - Plotting the Hilbert transform of the local, projected DOS - Upper d-band edge (i.e. highest peak position of the Hilbert transform of the projected DOS) Oth...
{ "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/2453/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/2453/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2454
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2454/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2454/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2454/events
https://github.com/materialsproject/pymatgen/issues/2454
1,160,717,725
I_kwDOACgets5FLyWd
2,454
Slab generator cuts strong bonds
{ "login": "cedenoruel", "id": 38007519, "node_id": "MDQ6VXNlcjM4MDA3NTE5", "avatar_url": "https://avatars.githubusercontent.com/u/38007519?v=4", "gravatar_id": "", "url": "https://api.github.com/users/cedenoruel", "html_url": "https://github.com/cedenoruel", "followers_url": "https://api.github.com/use...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Hi @cedenoruel, I have not had chance to investigate this yet, but is it the case that this still happens even if you do not add oxidation states and skip that `add_oxidation_state_by_element` line? I'm wondering if the bond logic is oxidation-state dependent or not. e.g. is `(\"P\", \"O\"): 3` different to `(\"P5...
2022-03-06T21:15:48
2022-03-08T12:57:16
2022-03-08T12:57:16Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
Hi pymatgen developers. I am generating slab structures for an inorganic crystal containing a phosphate ion (KH2PO4). I would like to have no broken P--O bonds so I used the `bonds={("P", "O"): 3}` ``` from pymatgen.core.structure import Structure KDP = Structure.from_file("input.cif") KDP.add_oxidation_s...
{ "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/2454/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/2454/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2455
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2455/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2455/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2455/events
https://github.com/materialsproject/pymatgen/pull/2455
1,160,784,241
PR_kwDOACgets40ArtG
2,455
s-, p-, d-band properties: band filling, band center, band width, skewness, kurtosis, upper band edge
{ "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/47217139/badge)](https://coveralls.io/builds/47217139)\n\nCoverage decreased (-0.7%) to 83.376% when pulling **b227fef96d359f4ffe5d2f2b5043703ed1125d19 on arosen93:rosen-dband** into **adafd2207e6c111560e3a98fc1353aa049c88076 on materialsproject:master**.\n", "@m...
2022-03-07T01:14:26
2022-03-10T10:01:31
2022-03-09T20:00:58Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary This PR seeks to add additional features to `pymatgen.electronic_structure.dos` for various orbital-projected DOS properties used in catalysis, including: - The orbital-projected band center, as defined by [Hammer and Norskov, _Surf. Sci._, 1995](https://www.sciencedirect.com/science/article/pii/0039602896...
{ "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/2455/reactions", "total_count": 3, "+1": 2, "-1": 0, "laugh": 0, "hooray": 1, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2455/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2455", "html_url": "https://github.com/materialsproject/pymatgen/pull/2455", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2455.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2455.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2456
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2456/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2456/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2456/events
https://github.com/materialsproject/pymatgen/issues/2456
1,162,515,877
I_kwDOACgets5FSpWl
2,456
Building model of adding an oxygen atom
{ "login": "Guancred", "id": 91767936, "node_id": "U_kgDOBXhEgA", "avatar_url": "https://avatars.githubusercontent.com/u/91767936?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Guancred", "html_url": "https://github.com/Guancred", "followers_url": "https://api.github.com/users/Guancred/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 visit matsci.org for questions of usage. Github Issues should be used for reporting Issues and Bugs only." ]
2022-03-08T11:01:07
2022-03-08T12:57:05
2022-03-08T12:57:04Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
Hi pymatgen developers: I want to add H atoms to the systems randomly, and maintain the distance between H and O , the steps are shown in the figure, ![image](https://user-images.githubusercontent.com/91767936/157224202-f1e0504a-9b38-4a69-b019-3eb5288db1c1.png) and which function can help me to realize this proc...
{ "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/2456/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/2456/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2457
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2457/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2457/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2457/events
https://github.com/materialsproject/pymatgen/issues/2457
1,164,040,024
I_kwDOACgets5FYddY
2,457
Missing matches from ZSLGenerator
{ "login": "fyalcin", "id": 20908329, "node_id": "MDQ6VXNlcjIwOTA4MzI5", "avatar_url": "https://avatars.githubusercontent.com/u/20908329?v=4", "gravatar_id": "", "url": "https://api.github.com/users/fyalcin", "html_url": "https://github.com/fyalcin", "followers_url": "https://api.github.com/users/fyalci...
[ { "id": 19613987, "node_id": "MDU6TGFiZWwxOTYxMzk4Nw==", "url": "https://api.github.com/repos/materialsproject/pymatgen/labels/bug", "name": "bug", "color": "9222c1", "default": true, "description": "" }, { "id": 5525608888, "node_id": "LA_kwDOACgets8AAAABSVoZuA", "url": ...
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2022-03-09T14:51:30
2023-07-03T15:18:34
2023-07-03T15:18:34Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** I noticed that some of the lattice matches I was getting with MPInterfaces' matching algorithm were missing in pymatgen's implementation with the same matching parameters. After a closer look, I narrowed the issue down to the transformation indices generated in `ZSLGenerator.generate_sl_transforma...
{ "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/2457/reactions", "total_count": 2, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2457/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2458
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2458/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2458/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2458/events
https://github.com/materialsproject/pymatgen/pull/2458
1,165,462,516
PR_kwDOACgets40QBbj
2,458
Alchemy type hints
{ "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
[ "`actions/checkout@v3` (now with default `fetch-depth: 1`) run time went from 38s to 21s.", "\n[![Coverage Status](https://coveralls.io/builds/47249066/badge)](https://coveralls.io/builds/47249066)\n\nCoverage decreased (-0.8%) to 83.38% when pulling **696ecd20d24cf4753f747fcf624be5a1914cee69 on janosh:alchemy-ty...
2022-03-10T16:39:53
2022-03-11T06:36:13
2022-03-11T03:00:31Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
945d8daabe type annotations for pymatgen/alchemy/materials.py 3c3e9417fb type annotations for pymatgen/transformations/transformation_abc.py 696ecd20d2 remove `fetch-depth: 0` from lint actions/checkout
{ "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/2458/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/2458/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2458", "html_url": "https://github.com/materialsproject/pymatgen/pull/2458", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2458.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2458.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2459
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2459/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2459/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2459/events
https://github.com/materialsproject/pymatgen/issues/2459
1,165,820,609
I_kwDOACgets5FfQLB
2,459
bug report on macOS with python3.7
{ "login": "usccolumbia", "id": 15660723, "node_id": "MDQ6VXNlcjE1NjYwNzIz", "avatar_url": "https://avatars.githubusercontent.com/u/15660723?v=4", "gravatar_id": "", "url": "https://api.github.com/users/usccolumbia", "html_url": "https://github.com/usccolumbia", "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 delete your .pmgrc file and try again.", "it works like a charm. Thanks. Dr. Ong. \r\nIt bothered me for 2 weeks..." ]
2022-03-10T23:10:21
2022-03-11T00:02:53
2022-03-10T23:11:21Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** I have an issue to. import the Composition module when installing latest pymatgen on a macOS using conda with python3.7 it takes long time to import and finally failed and get this error : Successfully installed future-0.18.2 plotly-5.6.0 pymatgen-2022.0.17 ruamel.yaml-0.17.21 tenacity-8.0.1 u...
{ "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/2459/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/2459/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2460
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2460/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2460/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2460/events
https://github.com/materialsproject/pymatgen/issues/2460
1,169,906,881
I_kwDOACgets5Fu1zB
2,460
Add option to disable the progress bar for MPRester query
{ "login": "matthewcarbone", "id": 26401020, "node_id": "MDQ6VXNlcjI2NDAxMDIw", "avatar_url": "https://avatars.githubusercontent.com/u/26401020?v=4", "gravatar_id": "", "url": "https://api.github.com/users/matthewcarbone", "html_url": "https://github.com/matthewcarbone", "followers_url": "https://api.gi...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "I just pushed an option called `show_progress_bar` to allow you to disable it.", "@shyuep: excellent, thank you. Btw, there's an even easier way to do it: I think you can just change `tqdm(...)` to `tqdm(..., disable=not show_progress_bar)`. Up to you, what you've done should fix the issue.", "Hmmm thanks. I w...
2022-03-15T16:28:06
2022-03-19T00:32:56
2022-03-15T16:56:29Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
https://github.com/materialsproject/pymatgen/blob/c37ba66cce99e93557b5e44d697059e2c93c0869/pymatgen/ext/matproj.py#L923-L1044 There seems to be no way to disable the progress bar for these queries. This breaks the progress bar/output stream depending on Jupyter and other things. It's a simple improvement and should ...
{ "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/2460/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/2460/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2461
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2461/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2461/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2461/events
https://github.com/materialsproject/pymatgen/issues/2461
1,170,313,234
I_kwDOACgets5FwZAS
2,461
Broken `MagneticSpaceGroupTest.test_symmetry_ops()`?
{ "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
[ "Hi @janosh, I wrote that test, not intentional, I imagine it was an omission. Thanks for flagging it." ]
2022-03-15T22:07:04
2022-03-22T17:11:03
2022-03-22T17:11:03Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
`msg_1` isn't being tested unlike `msg_(2|3|4)`. Is this intentional? https://github.com/materialsproject/pymatgen/blob/a740053063c8d0864f23d697a45bcafef3aaadf4/pymatgen/symmetry/tests/test_maggroups.py#L78-L85
{ "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/2461/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/2461/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2462
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2462/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2462/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2462/events
https://github.com/materialsproject/pymatgen/pull/2462
1,172,976,417
PR_kwDOACgets40oInA
2,462
Allow for passing of Structure/Molecule kwargs in ASEAtomsAdaptor and add new charge_spin_check kwarg to Molecule/IMolecule
{ "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/47479449/badge)](https://coveralls.io/builds/47479449)\n\nCoverage decreased (-0.7%) to 83.387% when pulling **285c41b582fb63c60af80153f2762d21b553a85f on arosen93:rosen-aseio** into **a740053063c8d0864f23d697a45bcafef3aaadf4 on materialsproject:master**.\n" ]
2022-03-17T22:16:39
2022-03-24T23:00:52
2022-03-22T18:43:51Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary This PR serves three purposes: 1. When using the `ASEAtomsAdaptor.get_structure()` or `.get_molecule()` commands, optional kwargs to the `Structure()` and `Molecule()` classes can now be passed, such as the `validate_proximity` kwarg. 3. When instantiating a `Molecule()` or `IMolecule()` object, a new o...
{ "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/2462/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/2462/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2462", "html_url": "https://github.com/materialsproject/pymatgen/pull/2462", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2462.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2462.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2463
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2463/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2463/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2463/events
https://github.com/materialsproject/pymatgen/pull/2463
1,174,101,471
PR_kwDOACgets40rob2
2,463
Fix ValueError when cations, anions are not detected (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
[ "\n[![Coverage Status](https://coveralls.io/builds/47509279/badge)](https://coveralls.io/builds/47509279)\n\nCoverage decreased (-0.7%) to 83.387% when pulling **806629043b85562b592b4a9e3ea5f7abceae8431 on JaGeo:master** into **a740053063c8d0864f23d697a45bcafef3aaadf4 on materialsproject:master**.\n", "Thanks.", ...
2022-03-18T23:14:04
2022-03-22T15:44:33
2022-03-22T15:42:40Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary This fixes a problem in the tool to determine coordination environments based on a Lobster analysis. In case, there are no cations, anions in the compound, a more useful error message is raised. In such a case, cation-anion bonds cannot be used to determine coordination environments. I have also added tes...
{ "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/2463/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/2463/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2463", "html_url": "https://github.com/materialsproject/pymatgen/pull/2463", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2463.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2463.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2464
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2464/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2464/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2464/events
https://github.com/materialsproject/pymatgen/issues/2464
1,174,116,467
I_kwDOACgets5F-5hz
2,464
[Not an issue actually] Counterintuitive behavior with assign_site_properties in AdsorbateSiteFinder
{ "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
[]
2022-03-19T00:00:09
2022-03-19T03:14:54
2022-03-19T00:18:05Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Edited: What I originally had was invalid and should be ignored.
{ "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/2464/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/2464/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2465
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2465/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2465/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2465/events
https://github.com/materialsproject/pymatgen/issues/2465
1,174,209,911
I_kwDOACgets5F_QV3
2,465
PDplotter plotly backend ternary diagram default colors are terrible
{ "login": "Youjin1985", "id": 93317987, "node_id": "U_kgDOBY_rYw", "avatar_url": "https://avatars.githubusercontent.com/u/93317987?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Youjin1985", "html_url": "https://github.com/Youjin1985", "followers_url": "https://api.github.com/users/Youji...
[]
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 @Youjin1985, please try the matplotlib backend. The 3D ternary plot is intended primarily for _interactive_ use, where the plot can be rotated to allow it to be read more easily, rather than for publication figures.\r\n\r\nI am working personally on a 2D version of this plot with the plotly backend, but not sur...
2022-03-19T08:29:52
2023-06-03T00:55:14
2023-06-03T00:55:14Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
Hi, Black font on black markers, completely invisible! ![截图_选择区域_20220319162537](https://user-images.githubusercontent.com/93317987/159113854-dc762b32-8f95-4739-81eb-4ed581a9b7ed.png) It's nowhere near publication quality plot, please change default look or allow customisation by arguments of PDPlotter.
{ "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/2465/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/2465/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2466
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2466/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2466/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2466/events
https://github.com/materialsproject/pymatgen/pull/2466
1,174,509,210
PR_kwDOACgets40swk3
2,466
Types for `pymatgen/symmetry/groups.py`
{ "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
[ "Just for the record, seems a bit odd that `class SymmetryGroup` implements `__getitem__`. `__iter__` to loop through all sym-ops would make more sense to me but that's absent. What's the meaning of an index into a group of symmetry operations that are implemented as a `set()`, i.e. have no inherent order anyway?",...
2022-03-20T11:05:23
2022-03-22T17:56:50
2022-03-22T17:11:03Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
2a0ed0e2df add type hints to `pymatgen/symmetry/groups.py` 3b7b6ab3ae `yesqa **/*.py` e876dc99b9 fix `MagneticSpaceGroupTest.test_symmetry_ops()` unused 1st test case (closes #2461) 91f7942549 improve doc strings for `fractional_composition` + `reduced_composition` 21d5183b57 delete dead code 872da47137 fix ...
{ "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/2466/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/2466/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2466", "html_url": "https://github.com/materialsproject/pymatgen/pull/2466", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2466.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2466.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2467
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2467/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2467/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2467/events
https://github.com/materialsproject/pymatgen/pull/2467
1,176,181,216
PR_kwDOACgets40yBEb
2,467
Allow for nearest neighbor algorithms other than VoronoiNN in get_surface_sites
{ "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
[ "Ah, I see this is using the weight VN polyhedra. This is a bit too much work for me to want to mess around with it. Abandoning for now." ]
2022-03-22T02:22:20
2022-03-22T02:41:04
2022-03-22T02:41:04Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
The `get_surface_sites()` function when dealing with surfaces is hard-coded to use `VoronoiNN`. However, this is no particular reason to do so, and in fact it would be nice to let the user choose their own preferred method (e.g. `CrystalNN`). This PR gives the user that option with a new kwarg called `local_env`.
{ "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/2467/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/2467/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2467", "html_url": "https://github.com/materialsproject/pymatgen/pull/2467", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2467.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2467.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2468
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2468/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2468/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2468/events
https://github.com/materialsproject/pymatgen/pull/2468
1,176,646,717
PR_kwDOACgets40zjZ7
2,468
Import ABC from collections.abc for Python 3.10 compatibility
{ "login": "tirkarthi", "id": 3972343, "node_id": "MDQ6VXNlcjM5NzIzNDM=", "avatar_url": "https://avatars.githubusercontent.com/u/3972343?v=4", "gravatar_id": "", "url": "https://api.github.com/users/tirkarthi", "html_url": "https://github.com/tirkarthi", "followers_url": "https://api.github.com/users/ti...
[]
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/47575501/badge)](https://coveralls.io/builds/47575501)\n\nCoverage decreased (-0.7%) to 83.381% when pulling **46d1ee36c7237c25ee5bb757420366e342e3bf26 on tirkarthi:fix-collections** into **a740053063c8d0864f23d697a45bcafef3aaadf4 on materialsproject:master**.\n" ]
2022-03-22T11:28:08
2022-03-22T11:57:32
2022-03-22T11:41:39Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary Import ABC from `collections` was deprecated and removed in Python 3.10. Use `collections.abc` . ## 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 ...
{ "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/2468/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/2468/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2468", "html_url": "https://github.com/materialsproject/pymatgen/pull/2468", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2468.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2468.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2469
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2469/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2469/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2469/events
https://github.com/materialsproject/pymatgen/pull/2469
1,177,157,432
PR_kwDOACgets401RKh
2,469
Fix bad `ValueError` message in `SimpleVaspToComputedEntryDrone.assimilate()`
{ "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
[ "@shyuep Wait, I need to appease the linter first. 😆 ", "Also, I'm always wary when changing strings f-strings about potential errors. So tests passing is important here.", "I will fix it. Don't worry. I will issue a new release shortly." ]
2022-03-22T18:37:52
2022-03-22T19:35:18
2022-03-22T18:42:49Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Plus a few type hints and f-strings.
{ "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/2469/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/2469/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2469", "html_url": "https://github.com/materialsproject/pymatgen/pull/2469", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2469.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2469.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2470
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2470/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2470/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2470/events
https://github.com/materialsproject/pymatgen/issues/2470
1,178,121,783
I_kwDOACgets5GOLY3
2,470
Circular import when importing SpaceGroup
{ "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
[ "Glad to learn about `typing.TYPE_CHECKING` though, that was new to me! Seems useful", "Damn it, that fix over in #2471 is not going well. 😄 \r\nI should prob stop doing other stuff and focus on it. And run tests locally instead of waiting for CI emails to come back." ]
2022-03-23T13:25:55
2022-03-25T02:15:10
2022-03-25T02:15:10Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** The most recent release (2022.3.22) introduced a circular import error the SpaceGroup class **To Reproduce** Running the line... ``` python from pymatgen.symmetry.groups import SpaceGroup ``` ...produces the following error... ``` python Traceback (most recent call last): File "<stdi...
{ "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/2470/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/2470/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2471
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2471/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2471/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2471/events
https://github.com/materialsproject/pymatgen/pull/2471
1,178,134,508
PR_kwDOACgets404gIT
2,471
Fix circular import in `pymatgen.symmetry.groups`
{ "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
[ "No worries! Thanks for the quick response and fix. 😄 ", "It is odd that this was not caught in any of the tests earlier? All the tests passed.", "@shyuep Yes, I'm trying to figure out why not.", "@shyuep I had the same thought... but I'm able to successfully reproduce this error in a clean conda env using t...
2022-03-23T13:36:40
2022-03-25T02:15:10
2022-03-25T02:15:10Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Closes #2470. @jacksund Sorry about that. But thanks for the detailed error report!
{ "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/2471/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/2471/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2471", "html_url": "https://github.com/materialsproject/pymatgen/pull/2471", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2471.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2471.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2472
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2472/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2472/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2472/events
https://github.com/materialsproject/pymatgen/issues/2472
1,179,130,726
I_kwDOACgets5GSBtm
2,472
Question about Ewald minimizer
{ "login": "Juo-kim", "id": 91384235, "node_id": "MDQ6VXNlcjkxMzg0MjM1", "avatar_url": "https://avatars.githubusercontent.com/u/91384235?v=4", "gravatar_id": "", "url": "https://api.github.com/users/Juo-kim", "html_url": "https://github.com/Juo-kim", "followers_url": "https://api.github.com/users/Juo-ki...
[]
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
[]
2022-03-24T07:44:20
2022-03-24T07:44:20
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
I have a POSCAR file of Na3Zr2Si2PO12 (mp-532695). I'd like to substitute Zr2 -> HfZr at POSCAR file and get a minimum Ewald sum structure by using pymatgen. So I tried to use Ewald minimizer, but I can't understand about the parameter of Ewald minimizer especially m_list. Can I get a example of Ewald minimize...
{ "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/2472/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/2472/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2473
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2473/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2473/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2473/events
https://github.com/materialsproject/pymatgen/pull/2473
1,179,414,713
PR_kwDOACgets408i3L
2,473
Dead code
{ "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/47655395/badge)](https://coveralls.io/builds/47655395)\n\nCoverage decreased (-0.7%) to 83.389% when pulling **bb7b4c165f17f2b485e29e18c6220cb9350e77f8 on janosh:dead-code** into **ff4d66cc237734a7abec8cb8e14e8901626b36c2 on materialsproject:master**.\n" ]
2022-03-24T11:57:06
2022-03-25T07:59:26
2022-03-25T02:14:57Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Restoring/deleting some dead code. Test cases that pass were restored. Code that seemed outdated was deleted.
{ "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/2473/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/2473/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2473", "html_url": "https://github.com/materialsproject/pymatgen/pull/2473", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2473.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2473.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2474
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2474/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2474/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2474/events
https://github.com/materialsproject/pymatgen/issues/2474
1,182,581,920
I_kwDOACgets5GfMSg
2,474
(Un?)popular opinion: pymatgen is too OOP
{ "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
[ "While I agree some stateless stuff can be non-objects (e.g., pymatgen.util are mostly methods based), I should outline the basic principles. OOP can be used as either a state tool or an organizational tool. MPRester actually does have states - the session, API key and the url. Similarly, SpacegroupAnalyzer wraps a...
2022-03-27T16:15:57
2022-06-22T16:04:00
2022-06-22T15:43:25Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Let me preface by saying I understand `pymatgen` is a mature code base with a large user base (for a research code), hence any breaking changes to the interface will be a slow and painful process. So feel free to close this issue if it's an unwelcome discussion. --- The point I would like to raise is that many pa...
{ "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/2474/reactions", "total_count": 5, "+1": 2, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 3 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2474/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2475
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2475/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2475/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2475/events
https://github.com/materialsproject/pymatgen/pull/2475
1,183,898,209
PR_kwDOACgets41Lgi1
2,475
Cp2k 1.0
{ "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
[ "Linting says that X | Y syntax requires python 3.10. This syntax was added in by Shyue, so I think that it should be alright. Please let me know if I should revert.", "I think this problem can be solved by using `from __future__ import annotations`?", "Oh you're right I didn't realize I'd removed that. Added i...
2022-03-28T19:37:13
2022-09-29T20:26:04
2022-03-28T22:44:44Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary First major update to the CP2K IO module. Unless some changes are desired by devs. I think I'll title this v1.0 for the module. inputs.py: * Feature 1: New SectionList allows for repeated section names. Analogous to KeywordList * Feature 2: New strict set action for less error prone custodian modific...
{ "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/2475/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/2475/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2475", "html_url": "https://github.com/materialsproject/pymatgen/pull/2475", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2475.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2475.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2476
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2476/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2476/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2476/events
https://github.com/materialsproject/pymatgen/pull/2476
1,184,797,279
PR_kwDOACgets41Of6C
2,476
Make `Composition` and `ChemicalPotential` special binary methods return `NotImplemented`
{ "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
[ "This PR is getting larger than expected.\r\n\r\nAnyway, for potential reviewers: the only interesting changes are in \r\n\r\n- abdafc7\r\n- 82b225b\r\n- 8e4a7eb\r\n- 7579245", "[1 failing test left](https://github.com/materialsproject/pymatgen/runs/5740699569?check_suite_focus=true#step:6:52).\r\n\r\nJust had a ...
2022-03-29T12:33:06
2022-04-04T19:18:51
2022-04-04T19:15:32Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Follow up to https://github.com/materialsproject/pymatgen/pull/2291#discussion_r746839280. Quoting the docs: > [NotImplemented](https://docs.python.org/3.6/library/constants.html#NotImplemented) should be returned by the binary special methods (e.g. __eq__(), __lt__(), __add__(), __rsub__(), etc.) to indicate tha...
{ "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/2476/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/2476/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2476", "html_url": "https://github.com/materialsproject/pymatgen/pull/2476", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2476.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2476.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2477
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2477/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2477/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2477/events
https://github.com/materialsproject/pymatgen/pull/2477
1,185,244,592
PR_kwDOACgets41P-30
2,477
Remove `from __future__ import annotations` in electrode base class due to bug
{ "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/47797396/badge)](https://coveralls.io/builds/47797396)\n\nCoverage decreased (-0.0002%) to 84.008% when pulling **38be5b65af40b76a85fe2dbdea7843265960da78 on mkhorton-patch-1** into **8650675d098997edbdca5e2839f1a78c5fe2987f on master**.\n", "Without knowing exac...
2022-03-29T18:18:07
2022-10-10T17:53:53
2022-03-29T20:09:10Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Suspect some interaction with `dataclasses` and `pydantic` but root cause of bug is still unclear. Notifying @munrojm (can you add some context to this PR in case it helps others?) and also notifying @janosh since it relates to whether we should have these imports everywhere by default or not.
{ "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/2477/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/2477/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2477", "html_url": "https://github.com/materialsproject/pymatgen/pull/2477", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2477.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2477.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2478
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2478/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2478/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2478/events
https://github.com/materialsproject/pymatgen/pull/2478
1,185,880,200
PR_kwDOACgets41SJ6b
2,478
[WIP] Relaxation Transformation
{ "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/...
[ { "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/47815160/badge)](https://coveralls.io/builds/47815160)\n\nCoverage decreased (-0.8%) to 83.258% when pulling **acadab7ebd9bd82a8fe701291d5f18bb8f696a1d on nwinner:patch-2** into **02ac6df9b8f70d13ccd23040818afb86d8b17f36 on materialsproject:master**.\n", "Hmmm......
2022-03-30T05:04:38
2023-05-08T19:56:59
2023-05-08T19:56:59Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Sometimes, we have calculations with continue from a previous calculation. For example, you run a coarse relaxation followed by a fine relaxation in separate fireworks. In that case, it would be convenient to have a Transformation which represents that relaxation that can be part of the second calculation's transformat...
{ "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/2478/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/2478/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2478", "html_url": "https://github.com/materialsproject/pymatgen/pull/2478", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2478.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2478.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2479
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2479/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2479/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2479/events
https://github.com/materialsproject/pymatgen/issues/2479
1,185,882,415
I_kwDOACgets5GryEv
2,479
pymatgen version: 2022.3.24 -- TransformedStructure.structures didn't work!!!
{ "login": "JohnnyG-uo", "id": 58620704, "node_id": "MDQ6VXNlcjU4NjIwNzA0", "avatar_url": "https://avatars.githubusercontent.com/u/58620704?v=4", "gravatar_id": "", "url": "https://api.github.com/users/JohnnyG-uo", "html_url": "https://github.com/JohnnyG-uo", "followers_url": "https://api.github.com/use...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "Pls provide an actual series of code that I can use to reproduce the error.", "**To Reproduce**\r\nfrom pymatgen.alchemy.transmuters import CifTransmuter\r\nfrom pymatgen.transformations.standard_transformations import SubstitutionTransformation, RemoveSpeciesTransformation\r\ntrans = []\r\ntrans.append(Substitu...
2022-03-30T05:07:52
2022-04-06T14:18:48
2022-04-06T14:17:28Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** I made some transformations on a structure, output **final_structure** and **structures**. But I found these two properties are the same. It means **structures** property didn't work. And I view its source code. I found it's due to the **input_structure** key within **hdict** is removed by no reas...
{ "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/2479/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/2479/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2480
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2480/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2480/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2480/events
https://github.com/materialsproject/pymatgen/issues/2480
1,186,424,043
I_kwDOACgets5Gt2Tr
2,480
Vasprun fails to read in ML-based MD results
{ "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...
[]
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 raising this issue @pjf295 and for sharing an example `vasprun.xml`. I have not had chance to try this functionality myself yet but agree the MLFF output should also be available. It seems reasonable a user may want to access the MLFF steps separately from the AIMD steps? If both were available via a co...
2022-03-30T12:58:56
2022-10-11T10:42:55
2022-05-18T19:28:17Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** Vasp 6.3.0 includes the ability to use machine learning (ML) to generate force fields (FF) based upon ab-initio results. Ths results is a large speed up in calculation speeds. The ML process mixes both ab-initio MD with ML FF results based upon a Bayesian approach. This results in the vasprun.xml ...
{ "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/2480/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/2480/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2481
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2481/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2481/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2481/events
https://github.com/materialsproject/pymatgen/pull/2481
1,186,808,401
PR_kwDOACgets41VL_5
2,481
bug fix for bsplotter and bztInterpolator
{ "login": "fraricci", "id": 17427517, "node_id": "MDQ6VXNlcjE3NDI3NTE3", "avatar_url": "https://avatars.githubusercontent.com/u/17427517?v=4", "gravatar_id": "", "url": "https://api.github.com/users/fraricci", "html_url": "https://github.com/fraricci", "followers_url": "https://api.github.com/users/fra...
[]
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/47842442/badge)](https://coveralls.io/builds/47842442)\n\nCoverage decreased (-0.7%) to 83.264% when pulling **fe6db1cd1574c5c1890fab78a00eaf0bb9b4df58 on fraricci:bugfix_bsplotter_bztinterp** into **02ac6df9b8f70d13ccd23040818afb86d8b17f36 on materialsproject:mast...
2022-03-30T18:06:09
2022-04-04T19:14:55
2022-04-04T19:14:55Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
I fix two bugs: - the units of vbm and cbm in the BztInterpolator were wrong and leading to a wrong energy range. - BSPlotter in case of metallic bands and zero_to_efermi=False was broken.
{ "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/2481/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/2481/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2481", "html_url": "https://github.com/materialsproject/pymatgen/pull/2481", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2481.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2481.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2482
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2482/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2482/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2482/events
https://github.com/materialsproject/pymatgen/pull/2482
1,188,338,364
PR_kwDOACgets41aXny
2,482
Fix `{StructureGraph,MoleculeGraph}.sort()`
{ "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/47886499/badge)](https://coveralls.io/builds/47886499)\n\nCoverage decreased (-0.7%) to 83.272% when pulling **497f0e5054e7db4d2520a4d14fd636ad8fe49bc3 on janosh:fix-sort-struct-graph** into **02ac6df9b8f70d13ccd23040818afb86d8b17f36 on materialsproject:master**.\n...
2022-03-31T16:25:14
2022-03-31T18:42:50
2022-03-31T18:40:13Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Plus add tests for `{StructureGraph,MoleculeGraph}.sort()`.
{ "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/2482/reactions", "total_count": 2, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 2, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2482/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2482", "html_url": "https://github.com/materialsproject/pymatgen/pull/2482", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2482.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2482.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2483
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2483/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2483/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2483/events
https://github.com/materialsproject/pymatgen/pull/2483
1,190,553,722
PR_kwDOACgets41hmIX
2,483
Fix errors on entries_charge/entries_discharge attributes
{ "login": "peikai", "id": 25943913, "node_id": "MDQ6VXNlcjI1OTQzOTEz", "avatar_url": "https://avatars.githubusercontent.com/u/25943913?v=4", "gravatar_id": "", "url": "https://api.github.com/users/peikai", "html_url": "https://github.com/peikai", "followers_url": "https://api.github.com/users/peikai/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/48335796/badge)](https://coveralls.io/builds/48335796)\n\nCoverage decreased (-0.7%) to 83.277% when pulling **6b068a4d149395ad07e1d4e032de9ae265a549cb on peikai:master** into **827ad4ee1e85bd723e0d29ef9ce8f708c44a1e61 on materialsproject:master**.\n", "Pls add a...
2022-04-02T08:18:36
2022-04-18T01:23:15
2022-04-18T01:23:10Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
The results that entries_discharge and entries_discharge attributes returned in _pymatgen/apps/battery/conversion_battery.py_ were confused. I fixed this problem that entries in charge/discharged state should be the entries from step1/step2, respectively. We can find evidence in similar attribute, vol_discharge, tha...
{ "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/2483/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/2483/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2483", "html_url": "https://github.com/materialsproject/pymatgen/pull/2483", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2483.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2483.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2484
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2484/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2484/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2484/events
https://github.com/materialsproject/pymatgen/pull/2484
1,192,190,473
PR_kwDOACgets41m2h9
2,484
[pre-commit.ci] pre-commit autoupdate
{ "login": "pre-commit-ci[bot]", "id": 66853113, "node_id": "MDM6Qm90NjY4NTMxMTM=", "avatar_url": "https://avatars.githubusercontent.com/in/68672?v=4", "gravatar_id": "", "url": "https://api.github.com/users/pre-commit-ci%5Bbot%5D", "html_url": "https://github.com/apps/pre-commit-ci", "followers_url": "...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[]
2022-04-04T19:00:56
2022-04-04T19:14:35
2022-04-04T19:14:35Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
<!--pre-commit.ci start--> updates: - [github.com/asottile/pyupgrade: v2.31.0 → v2.31.1](https://github.com/asottile/pyupgrade/compare/v2.31.0...v2.31.1) - [github.com/psf/black: 22.1.0 → 22.3.0](https://github.com/psf/black/compare/22.1.0...22.3.0) - [github.com/pre-commit/mirrors-mypy: v0.930 → v0.942](https://github...
{ "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/2484/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/2484/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2484", "html_url": "https://github.com/materialsproject/pymatgen/pull/2484", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2484.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2484.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2485
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2485/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2485/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2485/events
https://github.com/materialsproject/pymatgen/issues/2485
1,193,454,016
I_kwDOACgets5HIqnA
2,485
Vasp 6.3 and new units for dipole moments
{ "login": "fraricci", "id": 17427517, "node_id": "MDQ6VXNlcjE3NDI3NTE3", "avatar_url": "https://avatars.githubusercontent.com/u/17427517?v=4", "gravatar_id": "", "url": "https://api.github.com/users/fraricci", "html_url": "https://github.com/fraricci", "followers_url": "https://api.github.com/users/fra...
[]
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 catching this! Concerning to have such a big change that wasn't in the release notes / change log." ]
2022-04-05T16:45:44
2022-04-26T21:51:49
2022-04-26T21:51:49Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
I noticed that (at least) version 6.3 of VASP has changed the units for the dipole (LCALC=True) from, i.e.: Ionic dipole moment: p[ion]=( 0.00000 0.00000 19.70306 ) **electrons** Angst to Ionic dipole moment: p[ion]=( 0.00000 0.00000 -19.70306 ) **|e|** Angst This means that these vectors ne...
{ "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/2485/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/2485/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2486
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2486/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2486/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2486/events
https://github.com/materialsproject/pymatgen/pull/2486
1,193,458,720
PR_kwDOACgets41rGfw
2,486
fix dipole moments units
{ "login": "fraricci", "id": 17427517, "node_id": "MDQ6VXNlcjE3NDI3NTE3", "avatar_url": "https://avatars.githubusercontent.com/u/17427517?v=4", "gravatar_id": "", "url": "https://api.github.com/users/fraricci", "html_url": "https://github.com/fraricci", "followers_url": "https://api.github.com/users/fra...
[]
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
[ "Could you add a quick test to this @fraricci? Then will merge ASAP", "Thanks @fraricci! Looks like test failures are unrelated (CrystalAIResterTest.test_query) so will go ahead and merge" ]
2022-04-05T16:50:37
2022-04-20T18:16:14
2022-04-20T18:16:14Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Fix for the new units in recent vasp versions (at least 6.3, maybe even before). Discussed in #2485
{ "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/2486/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/2486/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2486", "html_url": "https://github.com/materialsproject/pymatgen/pull/2486", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2486.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2486.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2487
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2487/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2487/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2487/events
https://github.com/materialsproject/pymatgen/issues/2487
1,193,838,270
I_kwDOACgets5HKIa-
2,487
Bader analysis via Pymatgen is extremely slow
{ "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
[ "If we believe bader doesn't modify anything, we can do the analysis without copying to scratch. Feel free to make the modifications to pymatgen and submit a PR.", "I'm also fine with these changes, but interested:\r\n\r\n> Use chgsum.pl AECCAR0 AECCAR2.pl directly. Don't read in the AECCARs via Pymatgen. This wo...
2022-04-05T23:31:14
2023-08-08T19:14:54
2023-08-08T19:14:54Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** When using the `bader_caller` in Pymatgen (specifically `bader_analysis_from_path`), it can take many times longer to run a Bader analysis than just using the standalone scripts provided by the Henkelman group. I suspect this is related to excessive file I/O related to reading in the CHGCAR, AECCA...
{ "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/2487/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/2487/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2488
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2488/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2488/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2488/events
https://github.com/materialsproject/pymatgen/pull/2488
1,195,366,763
PR_kwDOACgets41xhnC
2,488
Fix DOS docstring
{ "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
[]
2022-04-07T01:27:52
2022-04-07T01:29:18
2022-04-07T01:29:17Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Fixes a typo in the docstrings for the new `CompleteDos` properties I introduced in #2455.
{ "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/2488/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/2488/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2488", "html_url": "https://github.com/materialsproject/pymatgen/pull/2488", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2488.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2488.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2489
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2489/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2489/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2489/events
https://github.com/materialsproject/pymatgen/pull/2489
1,195,479,674
PR_kwDOACgets41x1gO
2,489
Remove redundant operation
{ "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/48070886/badge)](https://coveralls.io/builds/48070886)\n\nCoverage decreased (-0.7%) to 83.275% when pulling **6349dfac44a058e1954613090d19e14ad53dc3f3 on arosen93:rosen-band** into **040c45a68f7c787e062078aca28c3532c7c817e9 on materialsproject:master**.\n" ]
2022-04-07T03:43:00
2022-04-07T11:34:27
2022-04-07T11:34:26Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Removed a redundant mathematical operation in the `CompleteDos` properties. The line `energies = dos.energies - dos.efermi` was included in two places. I deleted the second instance. https://github.com/materialsproject/pymatgen/blob/040c45a68f7c787e062078aca28c3532c7c817e9/pymatgen/electronic_structure/dos.py#L860-L86...
{ "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/2489/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/2489/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2489", "html_url": "https://github.com/materialsproject/pymatgen/pull/2489", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2489.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2489.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2490
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2490/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2490/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2490/events
https://github.com/materialsproject/pymatgen/pull/2490
1,201,861,240
PR_kwDOACgets42GlLx
2,490
Speed up to group structures by equivalence
{ "login": "lan496", "id": 7272505, "node_id": "MDQ6VXNlcjcyNzI1MDU=", "avatar_url": "https://avatars.githubusercontent.com/u/7272505?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lan496", "html_url": "https://github.com/lan496", "followers_url": "https://api.github.com/users/lan496/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
[ "\n[![Coverage Status](https://coveralls.io/builds/48213263/badge)](https://coveralls.io/builds/48213263)\n\nCoverage decreased (-0.7%) to 83.276% when pulling **e65f680502b70dfd7117222cc0dae730592c4036 on lan496:speedup-group-structures** into **a82f60db3e4af40e2f21ed2cb968ffc398cf3a75 on materialsproject:master**...
2022-04-12T13:34:12
2022-04-12T23:32:19
2022-04-12T16:16:57Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary - Speed up `StructureMatcher.group_structures` by skipping redundant transformations on given structures. `group_structures` calls `fit` or `fit_anonymous` to compare two structures in a given list. Every time `fit` or `fit_anonymous` are called, the structures are reduced by searching their primitive ...
{ "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/2490/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/2490/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2490", "html_url": "https://github.com/materialsproject/pymatgen/pull/2490", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2490.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2490.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2491
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2491/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2491/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2491/events
https://github.com/materialsproject/pymatgen/pull/2491
1,202,306,603
PR_kwDOACgets42IEiy
2,491
Update corrections.py
{ "login": "kavanase", "id": 51478689, "node_id": "MDQ6VXNlcjUxNDc4Njg5", "avatar_url": "https://avatars.githubusercontent.com/u/51478689?v=4", "gravatar_id": "", "url": "https://api.github.com/users/kavanase", "html_url": "https://github.com/kavanase", "followers_url": "https://api.github.com/users/kav...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "\n[![Coverage Status](https://coveralls.io/builds/48225994/badge)](https://coveralls.io/builds/48225994)\n\nCoverage decreased (-0.7%) to 83.277% when pulling **f3c8c2c53cbcdf348c6b2c3531235ae3bf3a0e22 on kavanase:master** into **834dc9c507f0ceb735887be2db358be37c52a4d7 on materialsproject:master**.\n" ]
2022-04-12T19:38:21
2022-04-19T14:35:02
2022-04-19T14:35:02Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Specify `dtype` in numpy array generation ## Summary Due to the new `VisibleDeprecationWarning` in `numpy` for creating arrays from ragged nested sequences, the `dtype` must be specified when generating the arrays, otherwise the following three warnings are printed for each defect correction calculated: ``` /ho...
{ "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/2491/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/2491/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2491", "html_url": "https://github.com/materialsproject/pymatgen/pull/2491", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2491.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2491.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2492
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2492/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2492/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2492/events
https://github.com/materialsproject/pymatgen/pull/2492
1,202,641,339
PR_kwDOACgets42JOGh
2,492
Add pylint pre-commit hook
{ "login": "lan496", "id": 7272505, "node_id": "MDQ6VXNlcjcyNzI1MDU=", "avatar_url": "https://avatars.githubusercontent.com/u/7272505?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lan496", "html_url": "https://github.com/lan496", "followers_url": "https://api.github.com/users/lan496/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
[ "\n[![Coverage Status](https://coveralls.io/builds/48233648/badge)](https://coveralls.io/builds/48233648)\n\nCoverage decreased (-0.7%) to 83.276% when pulling **cc0a69945317307853844d153a0cc180ca72f330 on lan496:pylint-hook** into **834dc9c507f0ceb735887be2db358be37c52a4d7 on materialsproject:master**.\n", "Than...
2022-04-13T01:33:08
2022-04-16T14:20:19
2022-04-13T17:04:54Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary [The linter workflow](https://github.com/materialsproject/pymatgen/blob/master/.github/workflows/lint.yml) in GitHub actions uses `pylint`, but `.pre-commit-config.yaml` did not call it. This PR adds `pylint` in `.pre-commit-config.yaml`.
{ "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/2492/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/2492/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2492", "html_url": "https://github.com/materialsproject/pymatgen/pull/2492", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2492.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2492.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2493
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2493/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2493/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2493/events
https://github.com/materialsproject/pymatgen/issues/2493
1,202,657,935
I_kwDOACgets5HrxqP
2,493
analysis/adsorption.py add_adsorbate is not working
{ "login": "zuhalcakir", "id": 13135594, "node_id": "MDQ6VXNlcjEzMTM1NTk0", "avatar_url": "https://avatars.githubusercontent.com/u/13135594?v=4", "gravatar_id": "", "url": "https://api.github.com/users/zuhalcakir", "html_url": "https://github.com/zuhalcakir", "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
[ "Hi @zuhalcakir not sure if this is still an issue (the original issue seems more like a bug from the ASE side).\r\n\r\n```\r\nase==3.23.0\r\nnumpy==2.1.3\r\npymatgen==2024.10.29\r\n```\r\n\r\nWith the following code snippet I seem to get the correct structure ([POSCAR_with_ads](https://github.com/user-attachments/...
2022-04-13T02:05:54
2024-11-09T06:31:23
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
**Describe the bug** add_adsorbate function is not working properly. **To Reproduce** Steps to reproduce the behavior: atoms = read(contcar) pym_slab = pym_ase.get_structure(atoms) mol = molecule('N2') pym_mol = Molecule(species=[atom.symbol for atom in mol], coords=[atom.position for atom in m...
{ "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/2493/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/2493/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2494
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2494/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2494/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2494/events
https://github.com/materialsproject/pymatgen/pull/2494
1,205,982,769
PR_kwDOACgets42T35s
2,494
Fix scipy deprecation warnings
{ "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/48326618/badge)](https://coveralls.io/builds/48326618)\n\nCoverage decreased (-0.7%) to 83.272% when pulling **3aa44fe7d9720f496a5a1c1ccd95088b7e8c1690 on arosen93:rosen-dep** into **827ad4ee1e85bd723e0d29ef9ce8f708c44a1e61 on materialsproject:master**.\n" ]
2022-04-16T02:04:23
2022-04-20T03:33:11
2022-04-19T14:34:47Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Fixes a few depractation warnings.
{ "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/2494/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/2494/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2494", "html_url": "https://github.com/materialsproject/pymatgen/pull/2494", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2494.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2494.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2495
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2495/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2495/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2495/events
https://github.com/materialsproject/pymatgen/pull/2495
1,206,071,542
PR_kwDOACgets42UGol
2,495
Clean up tests
{ "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
[ "Hey, just say your comment for the lobster tests. I think I forgot to include one assertion... \r\n\r\nCould you add \"self.assertEqual(icooplist_bise, self.icoop_bise.icohplist)\" to line 621 of test_lobster.py? I think this should work. Otherwise, I will put this on my ToDo.\r\n", "\n[![Coverage Status](https:...
2022-04-16T09:53:40
2022-04-19T14:35:33
2022-04-19T14:35:32Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Boring part of this PR: Fix some flake8 violations. Worth reviewing are changes to - `PathFinderTest.test_image_num()` - dulong-petit test case in `ElasticTensorExpansionTest.test_thermal_expansion_coeff()`
{ "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/2495/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/2495/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2495", "html_url": "https://github.com/materialsproject/pymatgen/pull/2495", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2495.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2495.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2496
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2496/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2496/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2496/events
https://github.com/materialsproject/pymatgen/pull/2496
1,206,140,080
PR_kwDOACgets42US_Y
2,496
Improvement of pre-commit hook settings for `pylint`
{ "login": "lan496", "id": 7272505, "node_id": "MDQ6VXNlcjcyNzI1MDU=", "avatar_url": "https://avatars.githubusercontent.com/u/7272505?v=4", "gravatar_id": "", "url": "https://api.github.com/users/lan496", "html_url": "https://github.com/lan496", "followers_url": "https://api.github.com/users/lan496/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
[ "\n[![Coverage Status](https://coveralls.io/builds/48331133/badge)](https://coveralls.io/builds/48331133)\n\nCoverage decreased (-0.7%) to 83.272% when pulling **0aacddddb8e47b282ba151e5e4043bc97175f71d on lan496:pylint-hook** into **827ad4ee1e85bd723e0d29ef9ce8f708c44a1e61 on materialsproject:master**.\n", "Oops...
2022-04-16T15:26:03
2022-04-20T00:38:13
2022-04-19T14:34:36Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
Improvement of settings for `pylint` in `.pre-commit-config.yaml`, continuation of https://github.com/materialsproject/pymatgen/pull/2492 (@janosh, thank you for telling me the snippet!) - I have confirmed `pylint` is now automatically installed when pre-commit hooks are called. - Adding instructions to set up option...
{ "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/2496/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/2496/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2496", "html_url": "https://github.com/materialsproject/pymatgen/pull/2496", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2496.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2496.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2498
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2498/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2498/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2498/events
https://github.com/materialsproject/pymatgen/pull/2498
1,209,095,885
PR_kwDOACgets42dl2Z
2,498
Fix link to Bader code in docstring
{ "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
[ "Might make sense to run a link checker on the docs to catch broken links automatically. Looks like there are some that cover all pymatgen-relevant markup languages, i.e. HTML, MD and rST: https://github.com/lycheeverse/lychee (can be run [as an action](https://github.com/lycheeverse/lychee-action))." ]
2022-04-20T02:51:37
2022-04-20T19:53:39
2022-04-20T03:25:26Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Closes #1874. Fixes a broken URL in the docstring.
{ "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/2498/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/2498/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2498", "html_url": "https://github.com/materialsproject/pymatgen/pull/2498", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2498.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2498.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2499
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2499/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2499/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2499/events
https://github.com/materialsproject/pymatgen/issues/2499
1,209,418,486
I_kwDOACgets5IFkL2
2,499
Add a kwarg to avoid POTCAR checking in correction scheme
{ "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
[ "Closed in fad0576eb85af458cdc18daf4df9e861c75971ed" ]
2022-04-20T09:26:30
2023-07-11T05:30:03
2023-07-11T05:30:02Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
This mainly concerns the `MaterialsProject2020Compatibility` scheme, so I'm CC'ing @rkingsbury here. https://github.com/materialsproject/pymatgen/blob/dcc4576fb8fb89b7adc2f31158654392348e6498/pymatgen/entries/compatibility.py#L941-L944 The above codeblock checks the POTCAR symbols when getting a correction. While...
{ "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/2499/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/2499/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2500
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2500/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2500/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2500/events
https://github.com/materialsproject/pymatgen/issues/2500
1,209,426,984
I_kwDOACgets5IFmQo
2,500
Improve useability of the `MaterialsProject2020Compatibility` Scheme
{ "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...
[]
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
[]
2022-04-20T09:33:31
2022-04-20T20:23:25
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Another one for @rkingsbury regarding `MaterialsProject2020Compatibility`. # Issue 1: Oxide Type If the `.data` field is empty in a `ComputedEntry`, the compatibility scheme fails because of the bottom line. We should copy the section from the sulfide correction and call `oxide_type()` if a `structure` object is at...
{ "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/2500/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/2500/timeline
null
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2501
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2501/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2501/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2501/events
https://github.com/materialsproject/pymatgen/pull/2501
1,209,902,433
PR_kwDOACgets42gLBb
2,501
No complex
{ "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! More descriptive PR titles would be appreciated though :) \r\n\r\nWas this because of issues with serialization when leaving them as complex?", "> Was this because of issues with serialization when leaving them as complex?\r\n\r\nSorry for the short title. Yes, I'm trying to make this more JSON ...
2022-04-20T16:08:39
2022-04-20T18:16:11
2022-04-20T18:14:12Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
# Removed complex numbers from the definition of WSWQ - split the complex numbers into a real and imaginary parts - added test for proper orthonormality of WSWQ
{ "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/2501/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/2501/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2501", "html_url": "https://github.com/materialsproject/pymatgen/pull/2501", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2501.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2501.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2502
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2502/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2502/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2502/events
https://github.com/materialsproject/pymatgen/issues/2502
1,210,331,020
I_kwDOACgets5IJC-M
2,502
Can't import pymatgen.core "No module named 'pymatgen.core'"
{ "login": "dreamer-design", "id": 43458794, "node_id": "MDQ6VXNlcjQzNDU4Nzk0", "avatar_url": "https://avatars.githubusercontent.com/u/43458794?v=4", "gravatar_id": "", "url": "https://api.github.com/users/dreamer-design", "html_url": "https://github.com/dreamer-design", "followers_url": "https://api.gi...
[]
closed
false
{ "login": "", "id": 0, "node_id": "", "avatar_url": "", "gravatar_id": "", "url": "", "html_url": "", "followers_url": "", "following_url": "", "gists_url": "", "starred_url": "", "subscriptions_url": "", "organizations_url": "", "repos_url": "", "events_url": "", "received_events_url":...
[]
null
[ "I have no idea what pymatgen.py is. I suspect it is because you named your script pymatgen and by default, python uses the package in the current directory. Rename the code to some other name.", "of course! thanks." ]
2022-04-20T23:48:31
2022-04-21T23:51:26
2022-04-21T02:05:00Z
NONE
{ "total": 0, "completed": 0, "percent_completed": 0 }
I've used pip install pymatgen with Python 3.9.1 on Windows 10 to install pymatgen, but I'm getting the following error: Traceback (most recent call last): File "D:\code\pymatgen\pymatgen.py", line 1, in <module> import pymatgen.core as mg File "D:\code\pymatgen\pymatgen.py", line 1, in <mod...
{ "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/2502/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/2502/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2505
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2505/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2505/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2505/events
https://github.com/materialsproject/pymatgen/pull/2505
1,215,089,168
PR_kwDOACgets42wcSG
2,505
FEFF: support Molecule as input
{ "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
[ "This is ready for review. Note that there is one non-deterministic test failure that sometimes occurs and sometimes passes:\r\n\r\n```\r\nE AssertionError: 'PATH[72 chars]6884 1 Fe\\n-5.133990 -0.916498 -5.379918 1 Fe\\[188 chars]0 Fe' != 'PATH[72 chars]6884 2 Fe\\n-5.133990 -0.916498 -5.379918 2 Fe\\[188 ch...
2022-04-25T21:58:31
2022-09-29T18:04:18
2022-09-28T17:32:15Z
CONTRIBUTOR
{ "total": 0, "completed": 0, "percent_completed": 0 }
## Summary This PR includes minimal changes to FEFF I/O to support the use of non-periodic input structures (e.g., `Molecule` rather than `Structure` objects). Tested with `MPXANESSet`. This also includes a fix for an edge case in which there is only a single absorbing atom present. When that occurs, some changes we...
{ "login": "mkhorton", "id": 2976580, "node_id": "MDQ6VXNlcjI5NzY1ODA=", "avatar_url": "https://avatars.githubusercontent.com/u/2976580?v=4", "gravatar_id": "", "url": "https://api.github.com/users/mkhorton", "html_url": "https://github.com/mkhorton", "followers_url": "https://api.github.com/users/mkhor...
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/issues/2505/reactions", "total_count": 1, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 1, "rocket": 0, "eyes": 0 }
https://api.github.com/repos/materialsproject/pymatgen/issues/2505/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2505", "html_url": "https://github.com/materialsproject/pymatgen/pull/2505", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2505.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2505.patch", "merged_at...
https://api.github.com/repos/materialsproject/pymatgen/issues/2506
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2506/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2506/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2506/events
https://github.com/materialsproject/pymatgen/issues/2506
1,215,751,965
I_kwDOACgets5Iducd
2,506
Corruption of `.pmgrc.yaml` still happening
{ "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
[ "No idea. I don't even know why MPRester needs to write to the pmgrc file. @mkhorton should look into this and make sure it is proper json and/or put it in another file. rc files are for configuration variables. The current ones that I see are not.", "Maybe it's not `MPRester()` after all. At least I couldn't rep...
2022-04-26T10:33:41
2022-04-26T21:36:22
2022-04-26T21:36:22Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Pinging @shyuep as I think this was supposed to be fixed in https://github.com/materialsproject/pymatgen/issues/2421. Using `MPRester` still corrupts `.pmgrc.yaml`: ```yaml dictitems: MAPI_DB_VERSION: LAST_ACCESSED: '2020_09_08' LOG: {'2020_09_08': 1} PMG_DEFAULT_FUNCTIONAL: PBE_54 PMG_MAPI_KE...
{ "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/2506/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/2506/timeline
null
completed
false
false
{ "url": "", "html_url": "", "diff_url": "", "patch_url": "", "merged_at": "" }
https://api.github.com/repos/materialsproject/pymatgen/issues/2507
https://api.github.com/repos/materialsproject/pymatgen
https://api.github.com/repos/materialsproject/pymatgen/issues/2507/labels{/name}
https://api.github.com/repos/materialsproject/pymatgen/issues/2507/comments
https://api.github.com/repos/materialsproject/pymatgen/issues/2507/events
https://github.com/materialsproject/pymatgen/pull/2507
1,216,132,073
PR_kwDOACgets42z5uk
2,507
Report exceptions in `MPRester.__init__()` when trying to read/write `SETTINGS_FILE`
{ "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/48585235/badge)](https://coveralls.io/builds/48585235)\n\nCoverage decreased (-0.7%) to 83.278% when pulling **74ee108dd1d7db531bbf4be575814eca8ad7b535 on janosh:mprester-init-exception-handling** into **da8d0a996584b716e2f9a6f2e3fdf9a94d80454a on materialsproject:...
2022-04-26T15:29:59
2022-04-28T20:59:56
2022-04-26T21:45:08Z
MEMBER
{ "total": 0, "completed": 0, "percent_completed": 0 }
Relates to #2506. Changes `MPRester.__init__()` to print exceptions when trying to read/write `SETTINGS_FILE` instead of swallowing them silently. This might help identify the underlying issue leading to `.pmgrc.yaml` corruption.
{ "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/2507/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/2507/timeline
null
true
false
{ "url": "https://api.github.com/repos/materialsproject/pymatgen/pulls/2507", "html_url": "https://github.com/materialsproject/pymatgen/pull/2507", "diff_url": "https://github.com/materialsproject/pymatgen/pull/2507.diff", "patch_url": "https://github.com/materialsproject/pymatgen/pull/2507.patch", "merged_at...