| | 75 | \section{Bugs} |
| | 76 | |
| | 77 | Version 0.4.0 is releasing with an incomplete spinodal implementation, which is |
| | 78 | accurate for parts of the phase diagram and not others. The {\tt ternary} |
| | 79 | program shows it in action, with parts of it working well, but with one long |
| | 80 | line from a corner to a point on the spinodal. |
| | 81 | |
| | 82 | It is also releasing with an incomplete implementation of {\tt hullRefine}, |
| | 83 | which is fine for interior points, but does not attempt to refine points on the |
| | 84 | edges, i.e. pseudobinaries. |
| | 85 | |
| | 86 | \section{Copyright} |
| | 87 | |
| | 88 | {\tt Ternary} Thermodynamics Visualization |
| | 89 | |
| | 90 | \noindent Copyright \copyright 2003, 2006, 2008, 2009 Adam C. Powell, IV |
| | 91 | |
| | 92 | This code is free software; you can redistribute it and/or modify it under |
| | 93 | the terms of the GNU General Public License as published by the Free Software |
| | 94 | Foundation; either version 3 of the License, or (at your option) any later |
| | 95 | version. |
| | 96 | |
| | 97 | This code is distributed in the hope that it will be useful, but WITHOUT ANY |
| | 98 | WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A |
| | 99 | PARTICULAR PURPOSE. See the GNU General Public License for more details. |
| | 100 | |
| | 101 | You should have received a copy of the GNU General Public License along with |
| | 102 | this code; if not, write to the Free Software Foundation, Inc., 59 Temple |
| | 103 | Place, Suite 330, Boston, MA 02111-1307 USA |
| | 104 | |
| | 105 | You may contact the author by email at {\tt apowell@opennovation.com}. |
| | 106 | |
| 112 | | with front-end codes {\tt ternary} and {\tt square} calling into them. One |
| 113 | | library calculates free energies and derivatives, and can be re-used in phase |
| 114 | | field codes. The second calculates phase diagrams. The APIs are relatively |
| 115 | | immature and bound to change. |
| | 144 | with front-end codes {\tt ternary} and {\tt square} calling into them. The |
| | 145 | library {\tt libfreenergy} calculates free energies and derivatives, and can be |
| | 146 | re-used in phase field codes. The library {\tt libgibbs} calculates phase |
| | 147 | diagrams. The APIs are relatively immature and bound to change. |