Eliane Briand's Avatar

Eliane Briand

@ebriand.bsky.social

doin' simulations (MPI-NAT Goettingen) https://eliane.br.iand.fr/

48 Followers  |  74 Following  |  18 Posts  |  Joined: 21.11.2024  |  1.8812

Latest posts by ebriand.bsky.social on Bluesky

This uses a nice trust region-style optimization to avoid resimulating for every ฦ change in FF parameters. The fast convergenge shows the parameters space is less irregular than I thought it could be.

27.10.2025 08:31 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Video thumbnail

๐Ÿ“œ New preprint! We developed PoGรถ, an algorithm to optimize the essential dynamics of GรถMartini proteins based on all-atom simulations: www.biorxiv.org/content/10.1...

27.10.2025 07:54 โ€” ๐Ÿ‘ 33    ๐Ÿ” 12    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 3
First slide for a "Why we do not use Kokkos" deck, from Sandia Lab (famously, maker of Kokkos)

First slide for a "Why we do not use Kokkos" deck, from Sandia Lab (famously, maker of Kokkos)

what's the blessed way to use trilinos in a project without the "kokkos_launch_compiler" & other wrapper messing with the compilation of .cu in CMake? (not just a rant, plz link blog or example projects where that works)

[๐Ÿ˜… unrelated pic ๐Ÿ˜…]

01.10.2025 14:27 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Les marchรฉs publics de voyagistes - Contributions - 2025 - Aidez-nous ร  enrichir notre programme de travail - Plateforme de participation de la Cour des Comptes Corps de la contributionLes administrations et opรฉrateurs publics, notamment ceux de l'enseignement supรฉrieur et de la recherche, font appel ร  des agences de voyage (FCM, TravelPlanetโ€ฆ) pour l'hรดtelle...

Vous pouvez soutenir ma proposition ร  la Cour des Comptes d'examiner les marchรฉs publics de voyagistes, notamment dans l'enseignement supรฉrieur et la recherche :
participationcitoyenne.ccomptes.fr/processes/co...

#esr #TeamESR #HelpESR

28.09.2025 16:59 โ€” ๐Ÿ‘ 87    ๐Ÿ” 63    ๐Ÿ’ฌ 4    ๐Ÿ“Œ 9
Preview
Helmut Grubmรผller

๐Ÿ“ข We are hiring #PhD students and #Postdocs at the
@mpi-nat.bsky.social in
in the Department of Theoretical and Computational #Biophysics in Gรถttingen ๐Ÿ‡ฉ๐Ÿ‡ช! ๐Ÿ”— check our current job adverts at www.mpinat.mpg.de/grubmueller and find your project. Submit your #application today! #job

02.09.2025 12:33 โ€” ๐Ÿ‘ 10    ๐Ÿ” 11    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Infinity Categories Explained for Undergrads | Emily Riehl
YouTube video by Curt Jaimungal Infinity Categories Explained for Undergrads | Emily Riehl

First 40mins is great lobbying for the category theory/HoTT industrial complex, increased my motivation to get into it

(Rest still a quality lecture by the interviewee - in an "intellectual tourism" sort of way, for me)

30.08.2025 19:34 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Post image Post image

Come to my talk on ACS Fall 2025 about K+ channel ECC force field on 19 Aug๐Ÿ˜

We also have our new developed GCMC FEP with benchmark.๐Ÿ˜‰

#acsfall2025

17.08.2025 17:02 โ€” ๐Ÿ‘ 4    ๐Ÿ” 3    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
"Get ready to learn chinese buddy"-type meme, except, it's NVidia CUTLASS not Chinese

"Get ready to learn chinese buddy"-type meme, except, it's NVidia CUTLASS not Chinese

13.08.2025 17:28 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

thesis: LLM useful but not trillion-dollar-CAPEX useful

prediction: โœจ๐Ÿ”ฎ i see... a lot of cheapo H100 in your future... ๐Ÿ”ฎโœจ

suggested pivot: forcibly jamming the ozaki scheme into whatever im doing

13.08.2025 16:57 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

(mind you, this is already log likelihood, but the summing pattern across datapoints when far from the maximum gets pretty nasty)

16.05.2025 14:54 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
CUDA code for a similar kind of extended precision summing code, here a fast2sum based cascading scheme. This takes a cascading level as template argument, with 1 being normal double, 2 using two double, one for running sum, another for the tally of the errors, and 3 and beyond holding the errors of the error sums of the level before.

CUDA code for a similar kind of extended precision summing code, here a fast2sum based cascading scheme. This takes a cascading level as template argument, with 1 being normal double, 2 using two double, one for running sum, another for the tally of the errors, and 3 and beyond holding the errors of the error sums of the level before.

as well as this, allowing the nifty fp192* format

*: conditions apply

16.05.2025 14:51 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
C/C++ source code for a Kahan sum accumulator using __float 128 data type, the fabled quadmath floating point type. Kahan sum allows the additions of floating point number using two elements, one for the running sum, one for the running floating point addition error, providing an extended precision way of summing large arrays of disparate numbers, here almost equal to an "octuple" precision floating point number

C/C++ source code for a Kahan sum accumulator using __float 128 data type, the fabled quadmath floating point type. Kahan sum allows the additions of floating point number using two elements, one for the running sum, one for the running floating point addition error, providing an extended precision way of summing large arrays of disparate numbers, here almost equal to an "octuple" precision floating point number

today is the day i get to bring out this bad boy:

16.05.2025 14:46 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
Graph showing the number of deposited experimental structure on the PDB. It is steadily rising without clear discontinuity since 2020-2021.

Graph showing the number of deposited experimental structure on the PDB. It is steadily rising without clear discontinuity since 2020-2021.

Graph showing the number of released X-ray crystallography structure on the PDB. It is steadily rising without clear discontinuity since 2020-2021.

Graph showing the number of released X-ray crystallography structure on the PDB. It is steadily rising without clear discontinuity since 2020-2021.

<implied hot take about alphafold "solving" the protein structure problem>

06.05.2025 18:06 โ€” ๐Ÿ‘ 3    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

i think it's fine, application-specific pre/post-processing are convenient; and for more complex models, it could very well be faster for prototyping ("real" programming language vs DSL where you forcefit what you want to do in an existing construct). might drop a Stan version when finished, though

27.03.2025 21:37 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

slowly realizing i'm afflicted by the curse (rewriting Stan, but less general)

27.03.2025 21:37 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0

Le Monde reporting that a French scientist traveling to Houston to attend a conference was denied entry to US after a search of his phone & computer revealed messages critical of Trump's science cuts, "which [says CPB] conveyed hatred of Trump & could be qualified as terrorism". Computer confiscated

19.03.2025 18:11 โ€” ๐Ÿ‘ 10579    ๐Ÿ” 5302    ๐Ÿ’ฌ 602    ๐Ÿ“Œ 1746
Post image

you know you're overperforming when the audience is pulling up your google scholar /during/ the talk #Hรผnfeld2025 (session 1)

07.03.2025 15:23 โ€” ๐Ÿ‘ 1    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

if VMD is so good, why isn't there a VMD 2... wait...

07.03.2025 09:54 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

(Joke aside, constant pH MD and protonation coupling talk tomorrow, excited!)

07.03.2025 09:17 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

Being the #Hรผnfeld2025 event photographer means I can't escape. Being a presenter means you can't either --- so let's connect there!

07.03.2025 09:14 โ€” ๐Ÿ‘ 5    ๐Ÿ” 0    ๐Ÿ’ฌ 2    ๐Ÿ“Œ 1
GROMACS FMM/CpH Documentation and tutorials for the GROMACS FMM & Constant pH Codes

And a documentation website, too

grubmueller.pages.mpcdf.de/docs-gromacs...

07.02.2025 19:53 โ€” ๐Ÿ‘ 0    ๐Ÿ” 0    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0
Preview
Constant pH Simulation with FMM Electrostatics in GROMACS. (A) Design and Applications The structural dynamics of biological macromolecules, such as proteins, DNA/RNA, or complexes thereof, are strongly influenced by protonation changes of their typically many titratable groups, which explains their sensitivity to pH changes. Conversely, conformational and environmental changes of the biomolecule affect the protonation state of these groups. With few exceptions, conventional force field-based molecular dynamics (MD) simulations neither account for these effects nor do they allow for coupling to a pH buffer. Here, we present design decisions and applications of a rigorous Hamiltonian interpolation ฮป-dynamics constant pH method in GROMACS, which rests on GPU-accelerated Fast Multipole Method (FMM) electrostatics. Our implementation supports both CHARMM36m and Amber99sb*-ILDN force fields and is largely automated to enable seamless switching from regular MD to constant pH MD, involving minimal changes to the input files. Here, the first of two companion papers describes the underlying constant pH protocol and sample applications to several prototypical benchmark systems such as cardiotoxin V, lysozyme, and staphylococcal nuclease. Enhanced convergence is achieved through a new dynamic barrier height optimization method, and high pKa accuracy is demonstrated. We use Functional Mode Analysis (FMA) and Mutual Information (MI) to explore the complex intra- and intermolecular couplings between the protonation states of titratable groups as well as those between protonation states and conformational dynamics. We identify striking conformation-dependent pKa variations and unexpected inter-residue couplings. Conformationโ€“protonation coupling is identified as a primary cause of the slow protonation convergence notorious to constant pH simulations involving multiple titratable groups, suggesting enhanced sampling methods to accelerate convergence.

Constant pH with FMM characteristics, now out!

pubs.acs.org/doi/10.1021/...

07.02.2025 19:53 โ€” ๐Ÿ‘ 2    ๐Ÿ” 0    ๐Ÿ’ฌ 1    ๐Ÿ“Œ 0
3d render of a ceramic cup full of very much not to scale water molecule (space filling sphere), nearby a protein in ribbon representation, over a science paper as table.

3d render of a ceramic cup full of very much not to scale water molecule (space filling sphere), nearby a protein in ribbon representation, over a science paper as table.

cup of TIP3P

22.11.2024 07:36 โ€” ๐Ÿ‘ 10    ๐Ÿ” 3    ๐Ÿ’ฌ 0    ๐Ÿ“Œ 0

@ebriand is following 20 prominent accounts