Stefan Bringuier

Results 9 issues of Stefan Bringuier

Added linalgebra.jl which includes proper method(dispatch) for taking Array{SymEngine.Basic,1} (vector) dot product. The method is still bound to LinearAlgebra. This file can serve as a proper place to provide additional...

### Scope I would like to be able to generate a reference list in the sidebar for Pluto notebooks. I'm just trying to see if I can adapt [TableOfContents](https://github.com/fonsp/PlutoUI.jl/blob/main/src/TableOfContents.jl) for...

## Problem A frequent operation that is carried out using `PeriodicTable.jl` is to generate a list of element properties from `Elements`. This pull request adds a simple utility function to...

Nice package, I could see this useful for writing journal articles. I was running into a few issues when converting Pluto.jl notebooks: 1. The Pluto.jl `@bind` macro isn't in scope...

I export most of my pluto notebooks to HTML and I know that the package install log, which includes the version info, can be seen by clicking on the check-mark...

@sgbaird I was final able to find time this weekend to assemble my kit and now I'm working on the micropython. I had to follow the instruction [here](https://www.raspberrypi.com/documentation/microcontrollers/micropython.html) since I...

Was wondering if you have any guidance on how might be able to proceed with using `ASE LAMMPSlib`. I tried to simply pass the `ASE LAMMPSlib` calculator object but got...

I'm curious to know if being able to create bicrystals by generating the coincident site lattice boundaries for simulation cell with PBC would be within the scope of `AtomsBase.jl`. This...

Thanks for sharing this repo. It's great that you're using [Pluto.jl](https://github.com/fonsp/Pluto.jl) notebooks to showcase your team's packages. I previously had a similar [demo](https://stefanbringuier.github.io/PlutoNotebookBlogging/assets/prerendered_notebooks/AtomicCalculationWorkflow.html) with pymatgen+PyCall.jl and DFTK.jl. What's nice is...