Mikael Lund
Mikael Lund
Add analysis that tracks the average charge product between titratable sites. The output could look like this: ``` i j ```
Tensors (see `particle.cpp`) are currently rotated using a rotation matrix. It would be more efficient to change this to quaternions as is done for vectors (now particle rotation functions required...
The following is a comparison of different bitset implementations: https://cs.up.ac.za/cs/vpieterse/pub/PieterseEtAl_SAICSIT2010.pdf. It would be interesting to see a similar comparison with this library.
The 65c02 and derived CPUs have instructions with address modes that currently cannot be added. The Branch on Bit (Re)Set instructions `bbr0 zp, offset` where the `offset` is a relative...
This adds the set/clear memory bit opcodes (smb, cmb) for 65c02. They do however conflict with automatically generated (and invalid) opcodes from 6502. I will likely need input on how...
I get build errors in the last steps around `compiler-rt` on apple M1. Seems `OSX supported arches:` is empty on my setup. llvm-mos: 97e1882aedf5dba49ae1071c907503036d1c5fc7 cmake: 3.28.1 macos: sonoma 14.3 ```console...
Using non-6502 in module level assembler code I get the following compilation error. Inline and stand-alone assembly is OK. ```console error: instruction requires a CPU feature not currently enabled ldz...
**Update**: _The error can be reproduced by simply an empty code block, `{}`_. This code ```rust use ufmt_stdio::*; d_println!("this is shown only in Debug mode") ``` causes a compilation error...
Suggested solution: add `YouTubeVideo` cells to `day_2.ipynb`, pointing to @gitesei youtube channel.