Author: BenchChem Technical Support Team. Date: March 2026
An In-depth Technical Guide
Introduction: The Significance of Picolinates in Modern Therapeutics
Picolinic acid, a simple pyridine-based scaffold, and its derivatives are recognized as "privileged" structures in medicinal chemistry.[1] Their prevalence in a significant number of FDA-approved drugs underscores their versatility and favorable pharmacological properties.[1][2] From enzyme inhibitors and anticonvulsants to novel antibacterial agents, the picolinamide framework is a cornerstone of modern drug discovery.[3][4][5] A key feature of picolinate derivatives is their ability to act as efficient bidentate chelating agents for a wide array of metal ions.[1][6] This chelation is central to their biological activity, influencing everything from nutrient absorption, as seen with chromium picolinate, to the mechanism of action for potential metalloenzyme inhibitors.[1]
The thermodynamic stability of the resulting metal complex is a critical parameter that governs its behavior in a biological system.[7] A complex with high thermodynamic stability is less likely to dissociate, ensuring that the metal ion is delivered to its intended target and minimizing off-target effects from the release of free metal ions.[7] Conversely, a complex with finely tuned stability might be designed for controlled release of a therapeutic metal ion under specific physiological conditions.
This guide focuses on a specific, promising subclass: dimethoxyphenyl picolinate complexes . The inclusion of the dimethoxyphenyl moiety introduces additional layers of complexity and opportunity, allowing for the modulation of both steric and electronic properties of the ligand. Understanding and quantifying the thermodynamic stability of these complexes is therefore not merely an academic exercise but a crucial step in the rational design of novel therapeutics.
This document provides researchers, scientists, and drug development professionals with a comprehensive overview of the principles governing the stability of these complexes, detailed experimental protocols for its determination, and an introduction to computational predictive methods.
digraph "Thermodynamic_Stability_Workflow" {
graph [rankdir="LR", splines=ortho, nodesep=0.4];
node [shape=box, style="rounded,filled", fontname="Arial", fontsize=10, fillcolor="#F1F3F4", fontcolor="#202124"];
edge [fontname="Arial", fontsize=9, color="#5F6368"];
subgraph "cluster_design" {
label="Phase 1: Design & Synthesis";
bgcolor="#E8F0FE";
node [fillcolor="#FFFFFF"];
start [label="Ligand Design\n(Dimethoxyphenyl Picolinate)"];
synth [label="Complex Synthesis\n& Purification"];
}
subgraph "cluster_analysis" {
label="Phase 2: Thermodynamic Analysis";
bgcolor="#E6F4EA";
node [fillcolor="#FFFFFF"];
exp_det [label="Experimental Determination\n(Potentiometry, UV-Vis, ITC)"];
comp_val [label="Computational Validation\n(DFT, ML Models)"];
}
subgraph "cluster_application" {
label="Phase 3: Application";
bgcolor="#FEF7E0";
node [fillcolor="#FFFFFF"];
data_int [label="Data Interpretation\n(ΔG, ΔH, ΔS)"];
sar [label="Structure-Stability\nRelationship (SSR)"];
end_goal [label="Informed Drug\nDevelopment"];
}
start -> synth [label="Chemical\nRoute"];
synth -> exp_det [label="Characterized\nComplex"];
exp_det -> data_int [label="Raw Data"];
synth -> comp_val [label="Structural\nInput"];
comp_val -> data_int [label="Predicted\nEnergies"];
data_int -> sar [label="Thermodynamic\nProfile"];
sar -> end_goal [label="Design Principles"];
}
Figure 1: High-level workflow for the assessment of thermodynamic stability.
Part 1: Foundational Principles of Thermodynamic Stability
The stability of a metal complex in solution can be described from two perspectives: thermodynamic and kinetic.[8][9]
-
Thermodynamic stability refers to the extent to which the complex will form, or remain, in a solution at equilibrium. It is related to the change in Gibbs Free Energy (ΔG) for the formation reaction. A more stable complex will have a more negative ΔG.[8]
-
Kinetic stability refers to the speed at which a complex undergoes ligand exchange or decomposition reactions. A complex that reacts slowly is termed "inert," while one that reacts quickly is "labile."[8]
It is critical to understand that these two concepts are distinct. A complex can be thermodynamically unstable but kinetically inert, meaning it is predisposed to decompose but does so very slowly.[8] For drug development, where long-term behavior in a physiological environment is key, thermodynamic stability is the paramount consideration.
The formation of a metal complex, [MLn], from a metal ion (M) and a ligand (L) in solution is a stepwise process:
M + L ⇌ ML (K₁)
ML + L ⇌ ML₂ (K₂)
...
MLₙ₋₁ + L ⇌ MLₙ (Kₙ)
The equilibrium constant for each step, Kₙ, is a stepwise stability constant . The overall stability of the final complex is given by the cumulative or overall stability constant (βₙ) , which is the product of the stepwise constants.[10]
βₙ = K₁ × K₂ × ... × Kₙ = [MLₙ] / ([M][L]ⁿ)
A larger β value indicates a greater proportion of the metal ion exists as the complex at equilibrium, signifying higher thermodynamic stability.[8]
The stability constant is directly related to the standard Gibbs free energy of formation (ΔG°) by the fundamental equation of chemical thermodynamics:[10]
ΔG° = -RTlnβ
Where:
This free energy change is composed of enthalpic (ΔH°) and entropic (ΔS°) contributions:
ΔG° = ΔH° - TΔS°
Understanding all three thermodynamic parameters provides a complete picture of the binding event.
| Parameter | Description | Favorable Contribution |
| ΔG° | Gibbs Free Energy | The overall energy change; indicates the spontaneity of complex formation. |
| ΔH° | Enthalpy | The heat released or absorbed during bond formation. A negative value (exothermic) indicates the formation of strong bonds. |
| ΔS° | Entropy | The change in disorder of the system. A positive value indicates an increase in disorder, often driven by the release of solvent molecules. |
Part 2: Factors Influencing Complex Stability
The thermodynamic stability of a dimethoxyphenyl picolinate complex is not a singular property but a result of the interplay between the metal ion, the ligand itself, and the resulting molecular structure.
digraph "Stability_Factors" {
graph [splines=true, overlap=false, nodesep=0.6, ranksep=0.8];
node [shape=record, style="filled", fontname="Arial", fontsize=10, fillcolor="#FFFFFF", fontcolor="#202124"];
edge [fontname="Arial", fontsize=9, color="#5F6368"];
Complex [label="{ Metal-Ligand Complex | [M(L)n]}", shape=box, style="rounded,filled", fillcolor="#4285F4", fontcolor="#FFFFFF"];
subgraph "cluster_metal" {
label="Central Metal Ion (M)";
bgcolor="#E8F0FE";
MetalIon [label="{Properties | Charge | Size (Ionic Radius) | Charge-to-Size Ratio | Electronic Configuration}"];
}
subgraph "cluster_ligand" {
label="Ligand (L) - Dimethoxyphenyl Picolinate";
bgcolor="#E6F4EA";
Ligand [label="{Properties | Ligand Basicity | Substituent Effects (Electronic & Steric) | Chelate Effect | Macrocyclic Effect}"];
}
Complex:head -> MetalIon:Properties [label="Governed by"];
Complex:head -> Ligand:Properties [label="Governed by"];
MetalIon:Charge -> MetalIon:head [label="Higher charge ↑ stability"];
MetalIon:Size -> MetalIon:head [label="Smaller size ↑ stability"];
MetalIon:ChargeToSize -> MetalIon:head [label="Higher ratio ↑ stability"];
MetalIon:Electronic -> MetalIon:head [label="e.g., Irving-Williams Series"];
Ligand:Basicity -> Ligand:head [label="Higher basicity ↑ stability"];
Ligand:Substituent -> Ligand:head [label="Methoxy groups alter electron density & create bulk"];
Ligand:Chelate -> Ligand:head [label="Bidentate picolinate forms stable 5-membered ring"];
Ligand:Macrocyclic -> Ligand:head [label="(If applicable) Pre-organization enhances stability"];
}
Figure 2: Key factors governing the thermodynamic stability of metal complexes.
The Nature of the Central Metal Ion
-
Charge and Size: Stability generally increases with a higher positive charge on the metal ion and a smaller ionic radius.[11][12] This leads to a greater charge-to-size ratio, resulting in a stronger electrostatic attraction for the ligand's donor atoms.[11] For instance, Fe³⁺ complexes are typically more stable than Fe²⁺ complexes with the same ligand.[9]
-
Electronic Configuration (The Irving-Williams Series): For high-spin octahedral complexes of divalent first-row transition metals, stability follows a predictable trend, irrespective of the ligand:
Mn²⁺ < Fe²⁺ < Co²⁺ < Ni²⁺ < Cu²⁺ > Zn²⁺ [11]
This trend is primarily explained by the ligand field stabilization energy (LFSE), which adds extra stability to the complexes.
The Nature of the Dimethoxyphenyl Picolinate Ligand
-
Ligand Basicity: Picolinate is a bidentate ligand, coordinating to the metal ion through the pyridine nitrogen and one of the carboxylate oxygens.[6] The more basic (i.e., better electron-donating) these atoms are, the stronger the coordinate bond and the more stable the complex.
-
The Chelate Effect: As a bidentate ligand, picolinate forms a stable five-membered ring with the metal ion.[6] This chelation significantly enhances thermodynamic stability compared to coordination with two analogous monodentate ligands (e.g., pyridine and acetate). This "chelate effect" is largely entropic; the coordination of one bidentate ligand releases two or more solvent molecules, leading to a favorable increase in the overall disorder (entropy) of the system.[13]
-
Substituent Effects of the Dimethoxyphenyl Group: This is the key feature for modulating stability. The position and number of methoxy (-OCH₃) groups on the phenyl ring are critical:
-
Electronic Effects: The methoxy group is electron-donating through resonance. This increases the electron density on the picolinate ring system, potentially increasing the basicity of the donor atoms and leading to a more stable complex. The magnitude of this effect depends on the substitution pattern (ortho, meta, para).
-
Steric Effects: Bulky substituents near the coordination site can cause steric hindrance, weakening the metal-ligand bond and decreasing stability.[8][11] For example, a substituent at the 6-position of the pyridine ring (adjacent to the nitrogen) would likely cause more steric clash than a substituent at the 4-position. The dimethoxyphenyl group, depending on its point of attachment and rotational freedom, can introduce significant steric bulk that may either stabilize a specific coordination geometry or destabilize the complex altogether.
Part 3: Experimental Determination of Stability Constants
Accurate determination of stability constants requires robust experimental methods. The choice of method depends on the properties of the complex (e.g., whether it is colored), the required precision, and the available equipment.
| Technique | Principle | Key Output(s) | Advantages | Disadvantages |
| Potentiometric Titration | Measures the change in H⁺ concentration (pH) as a base is added to a solution of the metal and protonated ligand.[14][15] | Stepwise and overall stability constants (K, β). | High precision; applicable to colorless systems; provides data on multiple species in equilibrium. | Can be slow; requires careful calibration and control of atmosphere for redox-sensitive metals. |
| UV-Vis Spectrophotometry | Monitors changes in the absorbance of light as the complex forms.[16] | Stoichiometry and overall stability constant (β). | Fast; requires small sample amounts; good for colored complexes. | Less precise than potentiometry; only applicable if complex or ligand has a UV-Vis chromophore; can be difficult to resolve multiple equilibria. |
| Isothermal Titration Calorimetry (ITC) | Directly measures the heat released or absorbed during the binding interaction. | K (and thus β), ΔH, stoichiometry (n). ΔG and ΔS are calculated. | Provides a complete thermodynamic profile (ΔG, ΔH, ΔS) in a single experiment; direct measurement of enthalpy. | Requires larger sample quantities; sensitive to buffer effects; may not be suitable for very weak or very tight binding. |
Protocol: Potentiometric Titration (Bjerrum's Method)
This method is a cornerstone of stability constant determination. It relies on the competition between the metal ion (Mⁿ⁺) and protons (H⁺) for the ligand (L⁻).[10]
digraph "Potentiometry_Workflow" {
graph [rankdir="TB", splines=ortho, nodesep=0.4];
node [shape=box, style="rounded,filled", fontname="Arial", fontsize=10, fillcolor="#F1F3F4", fontcolor="#202124"];
edge [fontname="Arial", fontsize=9, color="#5F6368"];
prep [label="1. Solution Preparation\n- Metal Salt (M)\n- Ligand (HL)\n- Acid (HClO₄)\n- Standard Base (NaOH)\n- Inert Electrolyte (NaClO₄)"];
calib [label="2. Electrode Calibration\nCalibrate pH electrode with at least three standard buffers (e.g., pH 4.01, 7.00, 9.20)."];
titr [label="3. Perform Titrations\nTitrate three solutions with standard base:\n(a) Acid alone\n(b) Acid + Ligand\n(c) Acid + Ligand + Metal"];
plot [label="4. Plot Data\npH vs. Volume of Base Added"];
calc [label="5. Calculations\n- Determine protonation constants (pKa) of ligand from titration (b).\n- Calculate average ligand number (n̄) and free ligand concentration ([L]) for titration (c)."];
formation [label="6. Formation Curve\nPlot n̄ vs. pL (where pL = -log[L])."];
constants [label="7. Determine Stability Constants\nExtract stepwise constants (K₁, K₂, etc.) from the formation curve."];
prep -> calib;
calib -> titr;
titr -> plot;
plot -> calc;
calc -> formation;
formation -> constants;
}
Figure 3: Experimental workflow for potentiometric determination of stability constants.
Methodology:
Protocol: UV-Visible Spectrophotometry (Mole-Ratio Method)
This method is suitable when the formation of the metal complex results in a significant change in the UV-Vis absorption spectrum.[16]
Methodology:
-
Determine λ_max:
-
Prepare a solution with a high concentration of the complex (large excess of either metal or ligand).
-
Scan the absorbance from ~190 to 800 nm to find the wavelength of maximum absorbance (λ_max) for the complex. Choose a λ_max where the free ligand and metal ion have minimal absorbance.[20]
-
Prepare Solutions:
-
Prepare a series of solutions where the concentration of one component (e.g., the metal ion) is held constant, while the concentration of the other component (the ligand) is varied systematically over a wide range.[21]
-
Measure Absorbance:
-
Plot and Analyze:
-
Plot the measured absorbance versus the molar ratio of [Ligand]/[Metal].
-
The plot will typically show two linear regions. The point of intersection of these two lines indicates the stoichiometry of the complex.[21]
-
The stability constant can be calculated from the absorbance data in the curved region of the plot, though this is often less precise than potentiometry.
Protocol: Isothermal Titration Calorimetry (ITC)
ITC directly measures the heat of reaction, providing a complete thermodynamic characterization in a single experiment.
digraph "ITC_Workflow" {
graph [rankdir="TB", splines=ortho, nodesep=0.4];
node [shape=box, style="rounded,filled", fontname="Arial", fontsize=10, fillcolor="#F1F3F4", fontcolor="#202124"];
edge [fontname="Arial", fontsize=9, color="#5F6368"];
prep [label="1. Sample Preparation\n- Degas all solutions (metal, ligand, buffer) to prevent air bubbles.\n- Prepare metal solution in syringe (titrant).\n- Prepare ligand solution in sample cell (titrand).\n- Use identical buffer for all solutions."];
setup [label="2. Instrument Setup\n- Set experimental temperature.\n- Place ligand in sample cell and buffer in reference cell.\n- Allow system to equilibrate."];
titr [label="3. Titration\n- Perform a series of small, timed injections of the metal solution into the ligand solution.\n- Instrument measures the differential power required to maintain zero temperature difference between cells."];
raw_data [label="4. Raw Data Output\n- A plot of thermal power (μcal/sec) vs. time.\n- Each injection produces a peak."];
integrate [label="5. Integration & Normalization\n- Integrate the area under each peak to get the heat change (ΔH) per injection.\n- Normalize for concentration."];
fit [label="6. Data Fitting\n- Plot ΔH per mole of injectant vs. molar ratio.\n- Fit the resulting binding isotherm to a suitable binding model (e.g., one-site model)."];
results [label="7. Thermodynamic Profile\n- The fit directly yields Kₐ (1/Kₔ), ΔH, and stoichiometry (n).\n- Calculate ΔG and ΔS using ΔG = -RTln(Kₐ) and ΔG = ΔH - TΔS."];
prep -> setup;
setup -> titr;
titr -> raw_data;
raw_data -> integrate;
integrate -> fit;
fit -> results;
}
Figure 4: Experimental workflow for Isothermal Titration Calorimetry (ITC).
Methodology:
-
Sample Preparation:
-
Prepare solutions of the metal ion and the dimethoxyphenyl picolinate ligand in the same buffer batch. This is critical because any mismatch in buffer composition will generate heats of mixing that obscure the true binding enthalpy.[22]
-
Degas all solutions thoroughly to prevent the formation of bubbles in the calorimeter cells.
-
Typically, the ligand is placed in the sample cell, and the metal solution is placed in the injection syringe.
-
Experiment Execution:
-
The instrument consists of a reference cell (containing buffer) and a sample cell, both maintained at a constant temperature.[23]
-
A series of small, precisely known volumes of the metal solution are injected into the sample cell.
-
The instrument measures the power required to maintain a zero temperature difference between the sample and reference cells. An exothermic reaction will require less power, while an endothermic reaction will require more.[23]
-
Data Analysis:
-
The raw output is a series of peaks, with each peak representing the heat change from a single injection.
-
Integrating the area under each peak gives the heat evolved or absorbed for that injection.
-
These integrated heat values are plotted against the molar ratio of metal to ligand in the cell.
-
This "binding isotherm" is then fitted to a mathematical model. For a simple 1:1 complex, the fit directly yields the binding affinity (Kₐ, which is equivalent to the stability constant K₁), the enthalpy of binding (ΔH), and the stoichiometry of the interaction (n).
-
The Gibbs free energy (ΔG) and entropy (ΔS) are then easily calculated from the fundamental thermodynamic equations.
Part 4: Computational Approaches to Predicting Stability
While experimental methods are essential for definitive data, computational chemistry offers powerful tools for predicting stability, guiding ligand design, and interpreting experimental results.
-
Density Functional Theory (DFT): DFT is a quantum mechanical method used to calculate the electronic structure of molecules.[24] By calculating the free energies of the reactants (solvated metal ion and ligand) and the product (solvated complex), one can predict the free energy of complexation (ΔG) and, therefore, the stability constant.[24][25] While computationally intensive, DFT can provide deep insights into bonding and the electronic effects of substituents. However, accurately modeling solvation effects remains a significant challenge, and predictions often have a systematic error that requires correction.[24]
-
Machine Learning (ML) Models: A newer approach involves training machine learning models on large databases of experimentally determined stability constants.[26] These models use molecular descriptors (for the ligand) and ionic properties (for the metal) to predict log K values.[26] While less physically rigorous than DFT, ML models can be incredibly fast and serve as excellent screening tools to prioritize which dimethoxyphenyl picolinate derivatives are most promising for synthesis and experimental testing.[26]
Part 5: Applications and Conclusion
A thorough understanding of the thermodynamic stability of dimethoxyphenyl picolinate complexes is directly applicable to the drug development pipeline.
-
Rational Ligand Design: By correlating the substitution pattern on the phenyl ring with the experimentally determined stability constants, researchers can establish Structure-Stability Relationships (SSRs). This knowledge allows for the rational design of new ligands with tailored affinities for specific metal ions.
-
Optimizing Bioavailability and Safety: For a complex intended to remain intact, high thermodynamic stability is required to prevent premature release of the metal ion. For a prodrug designed to release a metal at a target site, a lower, carefully tuned stability might be necessary.
-
Development of Diagnostic Agents: In agents for medical imaging (e.g., based on Ga³⁺ or Gd³⁺), the ligand must form an exceptionally stable and kinetically inert complex to prevent the release of the potentially toxic free metal ion in the body.[27] Quantifying thermodynamic stability is a primary step in this safety assessment.
References
-
Stability of Metal Complexes - IntechOpen. (2020, March 05). Available from: [Link]
-
Dalal Institute. Factors Affecting Stability of Metal Complexes with Reference to the Nature of Metal Ion and Ligand. Available from: [Link]
-
Unacademy. Factors affecting the stability of complexes. Available from: [Link]
-
JoVE. Complexation Equilibria: Factors Influencing Stability of Complexes. (2024, April 04). Available from: [Link]
-
SciSpace. Stability of Metal Complexes. Available from: [Link]
-
Scribd. Stability Constants in Metal Complexes. Available from: [Link]
-
Slideshare. Stability of metal complexes. (2014, July 23). Available from: [Link]
-
ResearchGate. AN OVER VIEW OF POTENTIOMETRIC DETERMINATION OF STABILITY CONSTANTS OF METAL COMPLEXES. (2014, February 13). Available from: [Link]
-
International Journal of Innovative Research in Technology. Recent Advances and Potential Pharmacological Activities of Picolinic Acid Derivatives. (2025, November 28). Available from: [Link]
-
SCIRP. Potentiometric Determination of Stability Constants of Sulphathiazole and Glycine-Metal Complexes. (2018). Available from: [Link]
-
PMC. Inorganic Chemistry of the Tripodal Picolinate Ligand Tpaa with Gallium(III) and Radiolabeling with Gallium-68. (2019). Available from: [Link]
-
ACS Publications. Predicting the Stability Constants of Metal-Ion Complexes from First Principles. (2013, September 03). Available from: [Link]
-
ResearchGate. All coordination modes of the picolinate-based ligands. Available from: [Link]
-
RSC Publishing. Theoretical calculations of stability constants and pKa values of metal complexes in solution: application to pyridoxamine–copper(ii) complexes and their biological implications in AGE inhibition. Available from: [Link]
-
University of British Columbia. Synthesis and Coordination Chemistry of Hexadentate Picolinic Acid Based Bispidine Ligands. (2016, December 19). Available from: [Link]
-
PubMed. Isothermal Titration Calorimetry Measurements of Metal Ions Binding to Proteins. (2008). Available from: [Link]
-
RSC Publishing. Effect of temperature on the thermodynamic and spectroscopic properties of Np(v) complexes with picolinate. Available from: [Link]
-
OSTI.GOV. Studies on Coördination Compounds. I. A Method for Determining Thermodynamic Equilibrium Constants in Mixed Solvents. (1953, January 01). Available from: [Link]
-
ACS Publications. Thermodynamic Stability of Mn(II) Complexes with Aminocarboxylate Ligands Analyzed Using Structural Descriptors. (2022, August 22). Available from: [Link]
-
PMC. A Comprehensive Machine Learning Model for Metal–Ligand Binding Prediction: Applications in Chemistry and Biology. (2024). Available from: [Link]
-
YouTube. Determination of stability constant by Potentiometric titrations -I. (2018, May 25). Available from: [Link]
-
Dove Medical Press. Exploring the Potential of Pyridine Carboxylic Acid Isomers to Discover New Enzyme Inhibitors. (2025, May 20). Available from: [Link]
-
Rasayan Journal of Chemistry. POTENTIOMETRIC DETERMINATION OF STABILITY CONSTANTS OF METFORMIN COMPLEXES WITH METALS IN AQUEOUS MEDIA. (2022). Available from: [Link]
-
ACS Publications. Exploring the Coordination Chemistry and Potential Applications of PC3PA-Based Lanthanide Complexes: Synthesis, Solution Structure, Luminescence, and Relaxation Properties. (2025, April 25). Available from: [Link]
-
Protein and Peptide Letters. New Derivatives of Picolinic Acid and Nicotinic Acid with Anticonvulsant Activity. (2005, October 01). Available from: [Link]
-
ResearchGate. Isothermal titration calorimetry of metal ions binding to proteins: An overview of recent studies. (2025, August 06). Available from: [Link]
-
TCU Digital Repository. Bridging synthetic chemistry and computational methods: studying the stability and reactivity of metal-binding macrocycles. Available from: [Link]
-
MDPI. Lanthanoid Coordination Polymers Based on Homoditopic Picolinate Ligands: Synthesis, Structure and Magnetic Properties. (2025, April 07). Available from: [Link]
-
Worldwidejournals.com. Chemistry Preparation, Characterization and Thermodynamical Parameters of Some Picolinate Complexes. (2015, October 15). Available from: [Link]
-
Asian Journal of Chemistry. Study of Stability Constants of Some of the Transition Metal Complexes with β-Diketones by Spectrophotometery. Available from: [Link]
-
Loc. Stability and Applications of Coordination Compounds. Available from: [Link]
-
International Journal of Pharmaceutical Research & Allied Sciences. Determination of UV-Vis Spectrophotometric Method of Metal Complexes Stoichiometry between Cu(II), Ca(II), Cd. (2017, November 15). Available from: [Link]
-
Taylor & Francis. Prediction of Stability Constants of metal-ligand Complexes Using Thermodynamic Radii of Metal Ions. (2022, June 15). Available from: [Link]
-
ResearchGate. Physicochemical properties of Nickel Picolinate Complexes. Available from: [Link]
-
PMC. Synthesis, crystal structure and Hirshfeld surface analysis of N-(4-methoxyphenyl)picolinamide. (2023). Available from: [Link]
-
Scirp.org. Synthesis, characterization, and stability of iron (III) complex ions possessing phenanthroline-based ligands. Available from: [Link]
-
MDPI. Dipicolinate Complexes of Oxovanadium(IV) and Dioxovanadium(V) with 2-Phenylpyridine and 4,4′-Dimethoxy-2,2′-bipyridyl as New Precatalysts for Olefin Oligomerization. (2022, February 13). Available from: [Link]
-
Wikipedia. Stability constants of complexes. Available from: [Link]
-
RSC Publishing. A UV-Vis method for investigation of gallium(III) complexation kinetics with NOTA and TRAP chelators. (2024, October 03). Available from: [Link]
-
ACS Publications. Stability Constants of Picolinic and Quinaldic Acid Chelates of Bivalent Metals. Available from: [Link]
-
ACS Publications. Studies on Coördination Compounds. I. A Method for Determining Thermodynamic Equilibrium Constants in Mixed Solvents. Available from: [Link]
-
TA Instruments. Analyzing ITC Data for the Enthalpy of Binding Metal Ions to Ligands. Available from: [Link]
-
sepa.csic.es. ISOTHERMAL TITRATION CALORIMETRY: THEORY AND PRACTICE. Available from: [Link]
-
Wikipedia. Isothermal titration calorimetry. Available from: [Link]
Sources