Codebase list isospec / run/37abf6b9-f30e-4f15-ae59-222a96820fee/main TODO.md
run/37abf6b9-f30e-4f15-ae59-222a96820fee/main

Tree @run/37abf6b9-f30e-4f15-ae59-222a96820fee/main (Download .tar.gz)

TODO.md @run/37abf6b9-f30e-4f15-ae59-222a96820fee/mainraw · history · blame

* Properly name the classes:
	* conf -> subisotopologue
	* iso  -> molecule
	* partialExpProbs -> partialProbs
	* L... -> log_...

* Types:
	* why get_isotopeNo is an int and not a signed int?
	* the same with the subisotopologue configurations.


* general WTF:
	* get_conf_signature ??? 
	* IsoOrderedGenerator::candidate ???
	* IsoOrderedGenerator::terminate_search ???
	* IsoLayeredGenerator::advanceToNextConfiguration
		* why does it print out things to the console???
		* why is advanceToNextConfiguration_internal public, if it's called internal?
			* it ain't used anywhere else beyond that class anyway.