Ricky Ding

Results 8 comments of Ricky Ding

thanks, I wrote the `simplified scenario` just to demonstrate the **idea**, because the original code depends heavily on `freqtrade` and thus may not make sense to you

- Thanks! - Actually I just wrote something based on this page [Charge of the amino acid side chains](http://www.imgt.org/IMGTeducation/Aide-memoire/_UK/aminoacids/charge/) > When an amino acid (AA) is incorporated into a polypeptide,...

- thank you! - I just graduated with B.Sc. in Physic focused on Quantum physics, so I have little knowledge about proteins or chemistry, I simply followed this table from...

doesn't donating 2 hydrogens (protons) leave you $-2 e$ of charge?

## question about opemm what is the **unit** of $ E_x $ when I call ```python Ex = 200 simulation.context.setParameter("Ex", Ex) ``` ## question about physics ### T = 300...

@Lnaden Thanks, I just updated the comment with some details (saved it intermediately as it was long and I didn't want to lose it while editing, didn't expect such a...

- 做了很多尝试 最后这么做才解决 ```vue import { onMounted, ref, watch } from 'vue' defineProps(['ph']) const val = defineModel() const elm = ref(null) watch(val, update) onMounted(() => update(false)) function update(focus = true)...

这个其实只要根据 F/S 来改变连线的 起点/终点 坐标 即可呀