Skip to content
#

plasma

Here are 321 public repositories matching this topic...

niksingh710
niksingh710 commented Jan 12, 2022

Summary

WorkSpace rule for virtual Desktop too.

A clear and concise description of what you want to happen

I put some of my virtual desktops in floating mode and I wish in workspace rules there should be an option for virtual desktops too.
so that after every reboot I should not manually make that desktop floating.

A clear and concise description of any alternative solutions or f

enhancement good first issue
ax3l
ax3l commented Nov 12, 2019

Hi,

one could and should experiment with Interprocedural optimization (IPO) also known as link-time optimization (LTO), especially on the host side for smaller binaries and potentially faster code. It's supported by GCC, Clang, and ICC, among others, which are our typical go-to compilers in HPC.

It's very easy to implement as well

component: tools backend: omp2b good first issue install
radis
CorentinGrimaldi
CorentinGrimaldi commented Apr 6, 2022

🎯 Describe what you'd like

The possibility to plot any variable (radiance, absorbance...) on a double x-axis plot would be really convenient!

💡 Possible implementations

In spectrum.plot the argument wunit could be used.
For exam

enhancement good first issue interface 😎.
ax3l
ax3l commented Feb 18, 2022

Need for a reduced diagnostics addition: general 2D particle histogram (think: "np.histogram2d").

  • Applications: phase space, energy-emittance plots, etc.
    • Would be useful for WarpX, ImpactX, and HiPACE++
  • Size: fit into local GPU memory, e.g., default 1024^2
  • 3 parser functions: axis1, axis2, filter
    • All three into the kernel
    • No RNG needed
  • Can be loosely on the exiting red
help wanted good first issue component: diagnostics
johnomotani
johnomotani commented Mar 22, 2022

Solver::addMonitor() has a MonitorPosition pos argument that allows the user to control whether a new monitor is added to the beginning (front) or end (back) of the list of output monitors.
https://github.com/boutproject/BOUT-dev/blob/efb92e9672a3c380209420512e4e1ee94e91624a/include/bout/solver.hxx#L221

It would be nice to have a similar argument for Solver::addTimestepMonitor().
https:

rstoneback
rstoneback commented May 26, 2021

Is your feature request related to a problem? Please describe.
It can be necessary to pull out the instrument sampling rate from data. In principle this should be easy but data gaps, instrument turn on/off, etc. can potentially frustrate this determination.

Describe the solution you'd like
It may be necessary for calc_res in utils.time to support different averaging methods for da

donate_plasma

🏆 World Runner-Up project of International Flutter Hackthon 2020. "Donate Plasma" is a prototype apps built with flutter for the purpose of connecting COVID-19 patients and the patients recently recovered from COVID-19 willing to donate their plasma for effective treatment. In this application, plasma donors will also be able to share their story of fighting COVID-19 to motive others staying strong mentally.

  • Updated Jul 4, 2020
  • Dart

Improve this page

Add a description, image, and links to the plasma topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the plasma topic, visit your repo's landing page and select "manage topics."

Learn more