Open soulne4ny opened 11 years ago
./gen.sh --unique-elements --no-hydrates --pair-brackets --compact with --max-coefficient=4 produces two formulas with square brackets:
./gen.sh --unique-elements --no-hydrates --pair-brackets --compact
--max-coefficient=4
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.
()
./gen.sh --unique-elements --no-hydrates --pair-brackets --compact
with--max-coefficient=4
produces two formulas with square brackets:Both of them add the
()
terminal to the field. It looks strange.