Omar Ashour

Results 13 issues of Omar Ashour

I am moving this over here from the [Discourse](https://discourse.julialang.org/t/neuralpde-jl-how-to-use-random-noise-as-the-initial-condition/74723/3) as per Chris's request. A short summary is below. Essentially I'm trying to use random noise as the initial condition of...

documentation

I'm using `DifferentialEquations.jl` and `DiffEqOperators.jl` in my package (Julia 1.5.2). Recently this error started popping up when precompiling my package. ``` WARNING: Method definition *(Number, SciMLBase.AbstractDiffEqLinearOperator{T}) where {T} in module...

Operators

**Describe the bug** `mul!` does not dispatch on `Adjoint{Float32, CUDA.CUSPARSE.CuSparseMatrixCSC{Float32, Int32}}`. Easily fixable by using e.g. `cu(A')` but I thought I'd report it. **To reproduce** The Minimal Working Example (MWE)...

bug
good first issue
cuda array

Similar to the `save_at` flag from DifferentialEquations.jl

enhancement

1. A function to calculate the maximal intensity family given `lambda` or `m`. It should return an array of eigenvalues, as well as the relevant shift arrays (maybe, just zeros...

I'm facing a weird issue where trying to build with the attached profile (and bundling a file) works fine. Using the shell command form actions -> show shell command works...

Hello, Is there a way to disable UTIs when using the command line? If I pass the `--suffixes` flag, they will be correctly added to the generated profile/app, but the...

Last issue/PR of the night, I promise! :) I've recently needed to compare electronic band structures computed from the same structures/materials but with slightly different methods (e.g., VASP versus different...

One more issue/PR after this one! (**TL;DR** at the bottom) I've been doing some work with Wannier90 lately and didn't want to plot without my favorite package, so I have...

Hi for the third time today, (Slightly long issue since the purpose is discussion, see **TL;DR** at the bottom) I recently moved back to a Quantum ESPRESSO (QE) dominant workflow...