Gro
1 program
Added 2026-02-26T12:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 96315406c5 · authored 2026-02-26T14:28:44+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Bacterial Growth with GFP Expression
Provenance: commit 96315406c5 · authored 2026-02-26T14:28:44+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
include gro
set ( "dt", 0.1 );
set ( "ecoli_growth_rate", 0.0277 );
set ( "ecoli_division_size_mean", 3.0 );
set ( "ecoli_division_size_variance", 0.1 );
program growth ( t, tp, dt ) := {
true : {
set ( "gfp_production_rate", 0.025 )
}
};
ecoli ( [ x, y ] := [ 0, 0 ], program := growth ) {
}