Felipe S. S. Schneider

Results 99 issues of Felipe S. S. Schneider

Is support for xtb ([docs](https://xtb-docs.readthedocs.io/en/latest/contents.html), [github](https://github.com/grimme-lab/xtb)) planned? (the xtb program is a package developed by the Grimme group in Bonn that relies on the semiempirical quantum mechanical methods GFNn-xTB.)

feature
parsers

I'm having trouble using `Hermitian` or `Symmetric` matrices ([defined in the LinearAlgebra package](https://docs.julialang.org/en/v1/stdlib/LinearAlgebra/#Special-matrices)). Here is an MWE: ```julia using LinearAlgebra using TensorOperations function g(F) return @tensor F[i, j] * F[i,...

This adds a simple `Sidebar` object, much like `TableOfContents` (the sidebar stays to the left to avoid conflicting with the table of contents). Much of the code was based on...

Hi @rdeits! Is there a way to actually embed a scene into a Blink.jl window (instead of using a standalone one)?

It would be nice to have some data on [atomic radii](https://en.wikipedia.org/wiki/Atomic_radii_of_the_elements_(data_page)). There are actually many different ways of defining atomic radii (covalent, van der Waals, etc.); check out how the...

Hi, I got the following error while reading a shapefile (the exact shapefile can be downloaded [here](https://geoftp.ibge.gov.br/organizacao_do_territorio/malhas_territoriais/malhas_municipais/municipio_2020/UFs/SC/SC_Municipios_2020.zip)) in [Pluto.jl](https://github.com/fonsp/Pluto.jl): ![Captura de tela de 2021-03-21 15-46-45](https://user-images.githubusercontent.com/37125/111917051-ada79f00-8a5c-11eb-8ddb-d8fa83016261.png) On the other hand, the...

Fix #20. Implemented as suggested in [comment](https://github.com/JuliaWeb/Hyperscript.jl/issues/20#issuecomment-590560901): ```julia julia> using Hyperscript julia> m("input", type="checkbox", checked=true) julia> m("input", type="checkbox", checked=false) julia> m("input", type="text", value=true) # as string if not a boolean...

This adds the proposed in/resolves #32: ```julia julia> using Hyperscript julia> @tags p julia> p() do "child" end child julia> m("p") do "child" end child ```

This adds a simple benchmark suite (resolves #19). A simple report can be generated as well, with graphs such as ![Captura de tela de 2021-05-18 00-33-25](https://user-images.githubusercontent.com/37125/118586221-ba045b80-b770-11eb-8f2f-90a2ea8e20e0.png) The report can be...