Donny Winston

Results 15 issues of Donny Winston

## Your Name Github handle: @dwinston Discord handle: dwinston#0605 Timezone: America/New_York Prior Programming Experience: several years' working experience in Python and Javascript Short Description: interest in data-intensive systems for scientific...

learner

How can we document aliases in a graceful way within this repo? Current aliases accepted for materials queries: energy = final_energy energy_per_atom = final_energy_per_atom formula = reduced_cell_formula final_structure = structure...

See https://matsci.org/t/can-i-get-the-decomposes-to-property-through-api/34526

Check off when done. - [x] band_structure - [x] band_structure_uniform - [x] created_at - [x] decomposes_to - [x] delta_volume - [x] dos - [x] efermi - [x] elasticity - [x]...

* Remove spurious `pkg-resources` requirement that causes `pip install -r requirements.txt` to fail (see also: ). * Add `requirements.in` (uses [pip-tools](https://github.com/jazzband/pip-tools) naming convention) as alternative because `pip install -r requirements.txt`...

The immediate response code is 308, not 200. I haven't created a corresponding bug report, but without this change, `has_database` fails because the response code is not 200.

In [getting_started/lesson_5](https://github.com/terminusdb/terminusdb-tutorials/blob/89ef0667e40958bcd126cd10a26381eaa77b67f4/getting_started/lesson_5.md) when I get to ``` terminusdb alldocs --type Employee -q team=it ``` the output is ``` terminusdb_client.errors.InterfaceError: team is not a proerty in Employee ``` At this point...

This request [comes up often enough](https://discuss.materialsproject.org/t/how-to-distinguish-experimental-or-theoretical-structure-entries/2036/4) that I think it's worth saving as an issue here. I think we should consider tiered tagging. Off the top of my head, one...

enhancement

Even if a material does not have optional properties, this builder should set the `has` field in the target store to an empy list.

I patched the production collection to include an `nkpts` field in each document, which is expected for the "# of K-points" cell of the "Structure Optimization" subsection of the "Calculation...