yarcat / chemistry-lines

Chemistry Lines (game)
1 stars 0 forks source link

Compact formulas with square brackets #68

Open soulne4ny opened 11 years ago

soulne4ny commented 11 years ago

./gen.sh --unique-elements --no-hydrates --pair-brackets --compact with --max-coefficient=4 produces two formulas with square brackets:

        E("Na3CoCO3()3()", "Na3[Co(CO3)3]")
        E("NaBNO3()4()", "Na[B(NO3)4]")

Both of them add the () terminal to the field. It looks strange.