Stock.sol file format


The stock.sol file is a standard ASCII text file that has one record for each stock solution you have. Each record has (split with spaces):
  1. Uno alphanumeric label. Just lower, uppercase and numbers (no spaces).
  2. A number (integer or real). This is teh concentration of your stock solution.
  3. A character corresponding the concentration units used:
  4. A character corresponding the bacth (not used at present):
    1. b - buffer
    2. p - precipitant
    3. s - salt
    4. d - detergent
    In this one, any other caracter can be used to group the factor in different batches. This flags can be altered durin the program run (but not this file).
  5. The stock solution name. Again, al[hanumeric struing of characters defining the stock solution. In the case of a buffer, pH can be indicated for posterior use having pH=x.x in this label.

Example


A buffer of sodium acetate at pH=5.6 an with a 1M concentration , can be implemented in the stock.sol file this way:

53 1 M b NaAc pH=5.6