Andrei Berceanu

Results 38 issues of Andrei Berceanu

I'm trying to write complete installation instructions for PHCpy on a fresh Ubuntu 16.04 system. This is what I have so far: ``` sudo apt install curl build-essential cd ~/Downloads/...

Does PHCpy support solving systems of nonlinear equations with complex variables, or do I have to split them into real and imaginary parts before feeding them to the solver?

In **Ubuntu 16.04**, the `gnat` package provides the file `/usr/lib/gcc/x86_64-linux-gnu/4.9/rts-native/adalib/libgnat.a`, but `make phcpy2c3.so` expects to find `/usr/gnat/lib/gcc/x86_64-pc-linux-gnu/4.9.4/adalib/libgnat_pic.a` Changing the `ADALIB` variable and removing` _pic` results in this error: ``` /usr/bin/ld:...

Are `openmpi` and `cuda` mandatory requirements for `PHCpy`?

Does PHCpy support Python 3.6.1 yet?

It would be nice to have wrappers for the Julia language (http://julialang.org). Is anyone actively working on it or is it at least a planned feature? Calling C code from...

Could you please comment on the main differences between PHCpack and http://www.netlib.org/hompack ?

My problem of interest is imaginary time evolution of a Schrodinger-like equation, so I need to discretize time and re-normalize the wavefunction after each time step in order to avoid...

Some codes, such as [`PIConGPU`](https://github.com/ComputationalRadiationPhysics/picongpu) use `y` as the laser propagation axis, therefore the laser can be polarized in the `z` direction. https://github.com/openPMD/openPMD-viewer/blob/7619123d730c95f995b05ce783024f7ee0724796/openpmd_viewer/addons/pic/lpa_diagnostics.py#L518

feature
good first issue

At ELI there is increased interest in modelling both coherent and incoherent components of the betatron radiation emitted in the classical ($\chi \ll 1$) regime for LWFA setups. One approach...

help wanted
good first issue
component: diagnostics