Codebase list isospec / run/f4c653e9-a4b6-41b6-8811-353182fb16d8/main TODO.md
run/f4c653e9-a4b6-41b6-8811-353182fb16d8/main

Tree @run/f4c653e9-a4b6-41b6-8811-353182fb16d8/main (Download .tar.gz)

TODO.md @run/f4c653e9-a4b6-41b6-8811-353182fb16d8/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.